fix:
1.报错修复
This commit is contained in:
parent
60c3550fb6
commit
77262dc8dc
@ -680,12 +680,12 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
DynamicObject collect = (DynamicObject) collects.get(i1);
|
||||
DynamicObject yemAccesmaterialTl = collect.getDynamicObject("yem_accesmaterial_tl");
|
||||
if (yemAccesmaterialTl != null) {
|
||||
long aLong = yemAccesmaterialTl.getLong("id");
|
||||
if (map1.get(aLong) == null) {
|
||||
map1.put(aLong, i1);
|
||||
} else {
|
||||
ies.add(i1);
|
||||
}
|
||||
// long aLong = yemAccesmaterialTl.getLong("id");
|
||||
// if (map1.get(aLong) == null) {
|
||||
// map1.put(aLong, i1);
|
||||
// } else {
|
||||
// ies.add(i1);
|
||||
// }
|
||||
}else {
|
||||
ies.add(i1);
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ public class ShippingDetailsZJFormPlugin extends AbstractBillPlugIn {
|
||||
DynamicObjectCollection materialInfo = dataEntity.getDynamicObjectCollection("yem_es_materialinfo");
|
||||
switch (name) {
|
||||
case "yem_qty" :
|
||||
ZJUtils.setRandomDataTools(model);
|
||||
// ZJUtils.setRandomDataTools(model);
|
||||
ZJUtils.countOrderSumNumberZJ(model);
|
||||
TotalUtil.setGiftGiving(model);
|
||||
// ClientUtils.addSaAmountTk(model,rowIndex);//销售金额(价格条款)结算币别
|
||||
|
Loading…
Reference in New Issue
Block a user