From 3794c15b71d9657cdd70e7d6aef266afb9eb97db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 25 Oct 2023 22:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=8D=95=E6=8D=AE=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=B6=E5=AE=83=E5=85=A5=E5=BA=93=E3=80=81?= =?UTF-8?q?=E5=85=B6=E5=AE=83=E5=87=BA=E5=BA=93=E3=80=81=E8=B0=83=E6=8B=A8?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E3=80=81=E7=BB=84=E8=A3=85=E5=8D=95=E3=80=81?= =?UTF-8?q?=E6=8B=86=E5=8D=B8=E5=8D=95=E7=9A=84=E6=89=93=E5=8D=B0?= 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, 3 insertions(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 0a373c338..fafea3901 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1562,7 +1562,9 @@ if (res && res.code === 200) { if(this.billType === '零售出库'||this.billType === '零售退货入库'|| this.billType === '采购订单'||this.billType === '采购入库'||this.billType === '采购退货出库'|| - this.billType === '销售订单'||this.billType === '销售出库'||this.billType === '销售退货入库') { + this.billType === '销售订单'||this.billType === '销售出库'||this.billType === '销售退货入库'|| + this.billType === '其它入库'||this.billType === '其它出库'||this.billType === '调拨出库'|| + this.billType === '组装单'||this.billType === '拆卸单') { this.billPrintFlag = res.data.platformValue==='1'?true:false } }