Browse Source

台账历史,计量单元,添加期

MaiXinRong 2 years ago
parent
commit
17c2e5092b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/pos.js

+ 1 - 1
app/service/pos.js

@@ -28,7 +28,7 @@ module.exports = app => {
             return await this.db.select(this.departTableName(condition.tid), {
                 where: condition,
                 columns: column || ['id', 'tid', 'lid', 'name', 'quantity', 'position', 'drawing_code', 'sgfh_qty', 'sjcl_qty',
-                    'qtcl_qty', 'in_time', 'porder', 'add_stage', 'sgfh_expr', 'sjcl_expr', 'qtcl_expr', 'real_qty',
+                    'qtcl_qty', 'in_time', 'porder', 'add_stage', 'add_stage_order', 'sgfh_expr', 'sjcl_expr', 'qtcl_expr', 'real_qty',
                     'ex_memo1', 'ex_memo2', 'ex_memo3'],
                 order: [['porder', 'ASC']],
             });