1.修改明细删除行提示null

This commit is contained in:
zhouc 2024-09-24 14:48:53 +08:00 committed by ljw
parent 18810f924d
commit 9a6f438937

View File

@ -269,6 +269,9 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
collect(dataEntity);
SaveServiceHelper.save(new DynamicObject[]{dataEntity});
}
if("submit".equals(key)){
this.getView().invokeOperation("refresh");
}
}
@ -560,7 +563,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
case "yem_customclass":
carryReportCategoryAndHsCode(this.getModel(), this.getView(), rowIndex, "yem_customclass");
break;
case "yem_qty":
// case "yem_qty":
case "yem_offeramount":
DynamicObjectCollection collection = this.getModel().getEntryEntity("yem_es_salescontrac_s");
for (DynamicObject dynamicObject : collection) {