From a3e58fe757808beccd713fa7cb1fd7e4be148e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 16 Sep 2022 00:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E9=9B=B6=E5=94=AE=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=89=E8=81=94=E6=89=93=E5=8D=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index ea45a5c3..bb71c5e2 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1394,7 +1394,8 @@ initPlatform() { getPlatformConfigByKey({"platformKey": "bill_print_flag"}).then((res)=> { if (res && res.code === 200) { - if(this.billType === '采购订单'||this.billType === '采购入库'||this.billType === '采购退货出库'|| + if(this.billType === '零售出库'||this.billType === '零售退货入库'|| + this.billType === '采购订单'||this.billType === '采购入库'||this.billType === '采购退货出库'|| this.billType === '销售订单'||this.billType === '销售出库'||this.billType === '销售退货入库') { this.billPrintFlag = res.data.platformValue==='1'?true:false }