|
@@ -3826,8 +3826,9 @@ $(document).ready(() => {
|
|
|
return x.rela_cbid === b.id;
|
|
|
});
|
|
|
if (eub) b.used_qty = eub.rela_qty;
|
|
|
+ b.qty = _.toNumber(b.samount);
|
|
|
delete b.unit_price;
|
|
|
- delete b.bwmx;
|
|
|
+ // b.tp = ZhCalc.round(ZhCalc.mul(b.qty, b.unit_price), tenderInfo.decimal.tp);
|
|
|
b.pos = _.filter(change.detail.curUsedBills, { rela_cbid: b.id });
|
|
|
b.cur_qty = 0;
|
|
|
for (const p of b.pos) {
|