Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
xiaoshi 2025-07-30 14:02:01 +08:00
commit 04e98b6f2e
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);//科目属性