|
@@ -229,7 +229,7 @@ module.exports = app => {
|
|
|
if (this.ctx.session.sessionProject.dagl) this.ledgerExtraColumn.push('dagl_status', 'dagl_url', 'dagl_limit');
|
|
|
this.ledgerMemoColumn = ['memo'];
|
|
|
|
|
|
- this.posColumn = ['id', 'tid', 'lid', 'name', 'position', 'porder', 'quantity', 'add_stage_order', 'drawing_code'];
|
|
|
+ this.posColumn = ['id', 'tid', 'lid', 'name', 'position', 'porder', 'sgfh_qty', 'quantity', 'add_stage_order', 'drawing_code'];
|
|
|
if (tender.info.display.stage.realComplete) this.posColumn.push('real_qty');
|
|
|
|
|
|
this.posExtraColumn = [];
|