fix:
1.发运明细变更单增行复制
This commit is contained in:
parent
2701fa9f02
commit
87d825e0f5
@ -350,6 +350,13 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
|
||||
}
|
||||
}
|
||||
String type = this.getModel().getDataEntityType().getName();
|
||||
if (type.equals("yem_xshippingdetails")) {
|
||||
if ("yem_es_materialinfo".equals(name) || "yem_es_salesorder_p".equals(name)) {
|
||||
DynamicObjectCollection yemEsSalesorderTotal = this.getModel().getEntryEntity("yem_es_salesorder_total");
|
||||
yemEsSalesorderTotal.addNew();
|
||||
}
|
||||
}
|
||||
super.afterAddRow(e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user