|
@@ -549,7 +549,7 @@ module.exports = app => {
|
|
|
{ qty: 'qc_qty', tp: 'qc_tp' },
|
|
{ qty: 'qc_qty', tp: 'qc_tp' },
|
|
|
], this.ctx.tender.info.decimal, x => { return x.is_tp; });
|
|
], this.ctx.tender.info.decimal, x => { return x.is_tp; });
|
|
|
}
|
|
}
|
|
|
- checkData.checkBillsQty(['contract_qty', 'qc_qty']);
|
|
|
|
|
|
|
+ checkData.checkBillsQty(['contract_qty', 'qc_qty', 'qc_minus_qty']);
|
|
|
if (projRela.banMinusChangeBills && ctx.tender.info.ledger_check.banMinusChangeBills) {
|
|
if (projRela.banMinusChangeBills && ctx.tender.info.ledger_check.banMinusChangeBills) {
|
|
|
const change = await this.ctx.service.change.getAllChangeHasMinus(ctx.tender.id);
|
|
const change = await this.ctx.service.change.getAllChangeHasMinus(ctx.tender.id);
|
|
|
if (change.length > 0) {
|
|
if (change.length > 0) {
|