This commit is contained in:
parent
b60796a698
commit
5b6713bd11
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue