diff --git a/jshERP-web/src/views/bill/dialog/HistoryBillList.vue b/jshERP-web/src/views/bill/dialog/HistoryBillList.vue index 0133037b..8ed9841c 100644 --- a/jshERP-web/src/views/bill/dialog/HistoryBillList.vue +++ b/jshERP-web/src/views/bill/dialog/HistoryBillList.vue @@ -147,6 +147,7 @@ }, { title: '单据日期', dataIndex: 'operTimeStr',width:145}, { title: '操作员', dataIndex: 'userName',width:70}, + { title: '数量', dataIndex: 'materialCount',width:50}, { title: '金额合计', dataIndex: 'totalPrice',width:70}, { title: '含税合计', dataIndex: 'totalTaxLastMoney',width:70, customRender:function (text,record,index) { @@ -173,13 +174,33 @@ show(type, subType, organType, organId) { this.queryParam.type = type this.queryParam.subType = subType - this.columns[1].title = organType this.organLabel = organType this.model = Object.assign({}, {}) this.visible = true + this.initColumns(subType, organType) this.loadSupplier(organType, organId) this.loadData(1) }, + initColumns(subType, organType) { + for(let i=0; i{