|
@@ -1665,7 +1665,7 @@ module.exports = {
|
|
|
default: throw '未配置计量来源出错';
|
|
|
}
|
|
|
if (qty_source !== qtySourceValueConst.contract_qty && no_qc_qty) {
|
|
|
- qty = '(' + qty + '-`qc_qty`)';
|
|
|
+ qty = '`contract_qty`';
|
|
|
}
|
|
|
return qty;
|
|
|
},
|
|
@@ -1675,5 +1675,5 @@ module.exports = {
|
|
|
qtys.qc_qty = qtys.qc_qty ? qtys.qc_qty : null;
|
|
|
qtys.qc_minus_qty = qtys.qc_minus_qty ? qtys.qc_minus_qty : null;
|
|
|
return qtys;
|
|
|
- }
|
|
|
+ },
|
|
|
};
|