|
@@ -921,7 +921,8 @@ module.exports = app => {
|
|
|
async _loadChange(ctx) {
|
|
|
const change = await ctx.service.change.getAllDataByCondition({
|
|
|
columns: [ 'cid', 'code', 'name', 'w_code' ],
|
|
|
- where: { tid: ctx.tender.id }
|
|
|
+ where: { tid: ctx.tender.id },
|
|
|
+ orders: [['code', 'asc']],
|
|
|
});
|
|
|
const changeBills = await ctx.service.changeAuditList.getAllDataByCondition({
|
|
|
columns: [ 'cid', 'code', 'name', 'unit', 'unit_price' ],
|