|
@@ -341,7 +341,7 @@ module.exports = app => {
|
|
|
orders: [['code', 'asc']],
|
|
|
});
|
|
|
const changeBills = await ctx.service.changeAuditList.getAllDataByCondition({
|
|
|
- columns: [ 'id', 'cid', 'code', 'name', 'unit', 'unit_price', 'oamount', 'checked_amount', 'checked_price' ],
|
|
|
+ columns: [ 'id', 'cid', 'code', 'name', 'unit', 'unit_price', 'oamount2', 'checked_amount', 'checked_price' ],
|
|
|
where: { tid: ctx.tender.id }
|
|
|
});
|
|
|
const changeIndex = {};
|