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': '采购退货' },