From 1d8c52b5cabfe8c826488ebde14009cfc05cd27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 9 Feb 2023 22:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E9=87=87=E8=B4=AD=E5=92=8C=E9=94=80?= =?UTF-8?q?=E5=94=AE=E5=8D=95=E6=8D=AE=E5=A2=9E=E5=8A=A0=E9=87=8D=E9=87=8F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 50827a77..5cefd669 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1130,6 +1130,7 @@ { title: '税率(%)', dataIndex: 'taxRate'}, { title: '税额', dataIndex: 'taxMoney'}, { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '重量', dataIndex: 'weight'}, { title: '备注', dataIndex: 'remark'} ], purchaseBackColumns: [ @@ -1152,6 +1153,7 @@ { title: '税率(%)', dataIndex: 'taxRate'}, { title: '税额', dataIndex: 'taxMoney'}, { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '重量', dataIndex: 'weight'}, { title: '备注', dataIndex: 'remark'} ], saleOrderColumns: [ @@ -1193,6 +1195,7 @@ { title: '税率(%)', dataIndex: 'taxRate'}, { title: '税额', dataIndex: 'taxMoney'}, { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '重量', dataIndex: 'weight'}, { title: '备注', dataIndex: 'remark'} ], saleBackColumns: [ @@ -1215,6 +1218,7 @@ { title: '税率(%)', dataIndex: 'taxRate'}, { title: '税额', dataIndex: 'taxMoney'}, { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '重量', dataIndex: 'weight'}, { title: '备注', dataIndex: 'remark'} ], otherInColumns: [ @@ -1379,6 +1383,9 @@ if(ds[i].sku) { needAddkeywords.push('sku') } + if(ds[i].weight) { + needAddkeywords.push('weight') + } } if(record.status === '3') { //部分采购|部分销售的时候显示全部列 @@ -1401,7 +1408,7 @@ let currentCol = [] for(let i=0; i