fix:
1.随机资料及配件工具包,机型台数根据发运更新
This commit is contained in:
parent
6feb245b58
commit
1af4357d6f
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user