fix:
1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
parent
e02ef10fa1
commit
5816468c57
@ -665,7 +665,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
for (int i = 0; i < collection.size(); i++) {
|
||||
BigDecimal raprate = collection.get(i).getBigDecimal("yem_raprate");
|
||||
BigDecimal offeramount = dataEntity.getBigDecimal("yem_offeramount");
|
||||
this.getModel().setValue("yem_rapamt", PaymentControlUtil.getAdvancePayment(offeramount, raprate),i);
|
||||
this.getModel().setValue("yem_rapamt", PaymentControlUtil.getAdvancePayment(offeramount, raprate), i);
|
||||
}
|
||||
// this.getView().invokeOperation("save");
|
||||
break;
|
||||
@ -689,7 +689,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
// } else {
|
||||
// ies.add(i1);
|
||||
// }
|
||||
}else {
|
||||
} else {
|
||||
ies.add(i1);
|
||||
}
|
||||
}
|
||||
@ -718,7 +718,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
DynamicObject yemAccessorytype = dynamicObject.getDynamicObject("yem_accessorytype");
|
||||
if (yemAccessorytype != null) {
|
||||
long aLong = yemAccessorytype.getLong("id");
|
||||
if (map.get(aLong) != null) {
|
||||
if (map.get(aLong).compareTo(BigDecimal.ZERO) != 0) {
|
||||
this.getModel().setValue("yem_pcstype", map.get(aLong), i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user