Merge branch 'main' into dev-ljw

This commit is contained in:
ljw 2024-09-27 10:51:14 +08:00
commit 32615e4bac

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) {