fix:
1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
parent
70cfa83e53
commit
b60b48b63b
@ -490,7 +490,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
|||||||
DynamicObject yemProductmodel = (DynamicObject) this.getModel().getValue("yem_productmodel", rowIndex);
|
DynamicObject yemProductmodel = (DynamicObject) this.getModel().getValue("yem_productmodel", rowIndex);
|
||||||
BigDecimal yemQty = (BigDecimal) this.getModel().getValue("yem_qty");
|
BigDecimal yemQty = (BigDecimal) this.getModel().getValue("yem_qty");
|
||||||
if (yemProductmodel != null) {
|
if (yemProductmodel != null) {
|
||||||
long aLong = yemProductmodel.getLong("id");
|
long aLong = yemProductmodel.getDynamicObject("yem_products").getLong("id");
|
||||||
map.merge(aLong, yemQty, (a, b) -> b.add(a));
|
map.merge(aLong, yemQty, (a, b) -> b.add(a));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user