From 43cc9a48cc0583845dd66c8e29c8f7712edffc1f Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Sat, 27 Apr 2024 19:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E6=89=93=E5=8D=B0=E5=92=8C=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E9=87=8C=E9=9D=A2=E5=A2=9E=E5=8A=A0=E8=AF=B7=E8=B4=AD?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 2 +- jshERP-web/src/views/system/SystemConfigList.vue | 1 + 2 files 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 374d529d..96f4b27b 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1662,7 +1662,7 @@ initPlatform() { getPlatformConfigByKey({"platformKey": "bill_print_flag"}).then((res)=> { if (res && res.code === 200) { - if(this.billType === '零售出库'||this.billType === '零售退货入库'|| + 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 === '调拨出库'|| diff --git a/jshERP-web/src/views/system/SystemConfigList.vue b/jshERP-web/src/views/system/SystemConfigList.vue index 9182853a..f03afd74 100644 --- a/jshERP-web/src/views/system/SystemConfigList.vue +++ b/jshERP-web/src/views/system/SystemConfigList.vue @@ -170,6 +170,7 @@ billTypeList: [ { 'key': 'LSCK', 'value': '零售出库' }, { 'key': 'LSTH', 'value': '零售退货' }, + { 'key': 'QGD', 'value': '请购单' }, { 'key': 'CGDD', 'value': '采购订单' }, { 'key': 'CGRK', 'value': '采购入库' }, { 'key': 'CGTH', 'value': '采购退货' },