|
@@ -442,7 +442,7 @@ module.exports = app => {
|
|
|
reviseCheck.checkBillsTp([
|
|
|
{qty: 'sgfh_qty', tp: 'sgfh_tp'}, {qty: 'qtcl_qty', tp: 'qtcl_tp'},
|
|
|
{qty: 'sjcl_qty', tp: 'sjcl_tp'}, {qty: 'quantity', tp: 'total_price'}
|
|
|
- ], this.ctx.tender.info.decimal);
|
|
|
+ ], this.ctx.tender.info.decimal, x => { return !x.check_calc; });
|
|
|
ctx.body = { err: 0, msg: '', data: reviseCheck.checkResult };
|
|
|
} catch (err) {
|
|
|
this.log(err);
|