科目属性逻辑优化

This commit is contained in:
xuhaihui 2025-07-30 13:51:59 +08:00
parent 5b0a2e2850
commit 2e98950f6f
3 changed files with 3 additions and 3 deletions

View File

@ -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);//科目属性

View File

@ -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);//科目属性

View File

@ -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);//科目属性