This commit is contained in:
xuhaihui 2025-12-18 16:28:56 +08:00
parent b60796a698
commit 5b6713bd11
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public class InInvoiceUseCkOp extends AbstractOperationServicePlugIn {
this.addFatalErrorMessage(extendedDataEntity, String.format("当前发票已被单据%s绑定不允许反审核",xpenseRelation[0].getString("expense_num")));
return;
}
/*DynamicObject zcgjAccounttype = dynamicObject.getDynamicObject("zcgj_accounttype");
if(zcgjAccounttype == null){
this.addFatalErrorMessage(extendedDataEntity, String.format("设备维修信息,第%d行科目属性不能为空",i));