|
@@ -372,7 +372,7 @@ module.exports = app => {
|
|
|
projRela.banOver && ctx.tender.info.ledger_check.over && checkData.checkOverRange(['contract_qty', 'qc_qty']);
|
|
|
checkData.checkBillsTp([
|
|
|
{ qty: 'contract_qty', tp: 'contract_tp' }, { qty: 'qc_qty', tp: 'qc_tp' },
|
|
|
- ], this.ctx.tender.info.decimal);
|
|
|
+ ], this.ctx.tender.info.decimal, x => { return x.is_tp; });
|
|
|
ctx.body = { err: 0, msg: '', data: checkData.checkResult };
|
|
|
} catch (err) {
|
|
|
this.log(err);
|