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); collect(dataEntity);
SaveServiceHelper.save(new DynamicObject[]{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": case "yem_customclass":
carryReportCategoryAndHsCode(this.getModel(), this.getView(), rowIndex, "yem_customclass"); carryReportCategoryAndHsCode(this.getModel(), this.getView(), rowIndex, "yem_customclass");
break; break;
case "yem_qty": // case "yem_qty":
case "yem_offeramount": case "yem_offeramount":
DynamicObjectCollection collection = this.getModel().getEntryEntity("yem_es_salescontrac_s"); DynamicObjectCollection collection = this.getModel().getEntryEntity("yem_es_salescontrac_s");
for (DynamicObject dynamicObject : collection) { for (DynamicObject dynamicObject : collection) {