From 386d32ab3fe1b47874c203a1dc447b1cdfeaadd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 6 Feb 2022 23:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E5=87=BA=E5=BA=93=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=88=97=E6=A0=87=E9=A2=98=E5=B7=B2=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=86=99=E9=94=99=EF=BC=8C=E6=94=B9=E4=B8=BA=E5=B7=B2?= =?UTF-8?q?=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 89222856..a62add98 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1075,7 +1075,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'},