|
@@ -1643,6 +1643,10 @@ module.exports = app => {
|
|
|
if (!row.quantity) { row.quantity = updateNode.quantity; }
|
|
|
if (!row.deal_qty) { row.deal_qty = updateNode.deal_qty; }
|
|
|
}
|
|
|
+ if (row.b_code) {
|
|
|
+ row.dgn_qty1 = null;
|
|
|
+ row.dgn_qty2 = null;
|
|
|
+ }
|
|
|
if (this._checkCalcField(row)) {
|
|
|
let calcData = JSON.parse(JSON.stringify(row));
|
|
|
const precision = this.ctx.helper.findPrecision(this.ctx.tender.info.precision, row.unit ? row.unit : updateNode.unit);
|