From 1f0617ae47af45675d49373fac40a333e2bf3891 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 27 Nov 2024 20:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=92=8C=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=87=BA=E5=85=A5=E5=BA=93=E7=8A=B6=E6=80=81=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=B7=B2=E9=87=87=E8=B4=AD=E5=92=8C=E5=B7=B2=E9=94=80?= =?UTF-8?q?=E5=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 2c97131e..f6056385 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1314,7 +1314,7 @@ { title: '单位', dataIndex: 'unit'}, { title: '多属性', dataIndex: 'sku'}, { title: '数量', dataIndex: 'operNumber'}, - { title: '已入库', dataIndex: 'finishNumber'}, + { title: '已采购', dataIndex: 'finishNumber'}, { title: '单价', dataIndex: 'unitPrice'}, { title: '金额', dataIndex: 'allPrice'}, { title: '税率(%)', dataIndex: 'taxRate'}, @@ -1389,7 +1389,7 @@ { title: '单位', dataIndex: 'unit'}, { title: '多属性', dataIndex: 'sku'}, { title: '数量', dataIndex: 'operNumber'}, - { title: '已出库', dataIndex: 'finishNumber'}, + { title: '已销售', dataIndex: 'finishNumber'}, { title: '单价', dataIndex: 'unitPrice'}, { title: '金额', dataIndex: 'allPrice'}, { title: '税率(%)', dataIndex: 'taxRate'},