Merge branch 'main' into dev-ljw
This commit is contained in:
commit
32615e4bac
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user