科目属性逻辑优化
This commit is contained in:
parent
5b0a2e2850
commit
2e98950f6f
|
@ -133,7 +133,7 @@ public class DailyReimburseAccountPlugin extends AbstractBillPlugIn implements P
|
|||
} else {
|
||||
//组织分类配置表中未查询到对应数据,说明组织分类中编码有所改变,需维护对应的组织分类配置表
|
||||
this.getModel().setValue("zcgj_accounttype", null, rowIndex);//科目属性
|
||||
this.getView().showErrorNotification("组织分类中编码有所改变,请维护对应的组织分类配置表!");
|
||||
// this.getView().showErrorNotification("组织分类中编码有所改变,请维护对应的组织分类配置表!");
|
||||
}
|
||||
} else {
|
||||
this.getModel().setValue("zcgj_accounttype", null, rowIndex);//科目属性
|
||||
|
|
|
@ -332,7 +332,7 @@ public class ReimbursementAccountTypePlugin extends AbstractBillPlugIn implement
|
|||
} else {
|
||||
//组织分类配置表中未查询到对应数据,说明组织分类中编码有所改变,需维护对应的组织分类配置表
|
||||
this.getModel().setValue("zcgj_accounttype", null, rowIndex);//科目属性
|
||||
this.getView().showErrorNotification("组织分类中编码有所改变,请维护对应的组织分类配置表!");
|
||||
// this.getView().showErrorNotification("组织分类中编码有所改变,请维护对应的组织分类配置表!");
|
||||
}
|
||||
} else {
|
||||
this.getModel().setValue("zcgj_accounttype", null, rowIndex);//科目属性
|
||||
|
|
|
@ -253,7 +253,7 @@ public class TripEntryEditAccountTypePlugin extends AbstractBillPlugIn implement
|
|||
} else {
|
||||
//组织分类配置表中未查询到对应数据,说明组织分类中编码有所改变,需维护对应的组织分类配置表
|
||||
this.getModel().setValue("zcgj_accounttype", null);//科目属性
|
||||
this.getView().showErrorNotification("组织分类中编码有所改变,请维护对应的组织分类配置表!");
|
||||
// this.getView().showErrorNotification("组织分类中编码有所改变,请维护对应的组织分类配置表!");
|
||||
}
|
||||
} else {
|
||||
this.getModel().setValue("zcgj_accounttype", null);//科目属性
|
||||
|
|
Loading…
Reference in New Issue