给打印和审核里面增加请购单

This commit is contained in:
jishenghua 2024-04-27 19:49:48 +08:00
parent 3d423edf30
commit 43cc9a48cc
2 changed files with 2 additions and 1 deletions

View File

@ -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 === '调拨出库'||

View File

@ -170,6 +170,7 @@
billTypeList: [
{ 'key': 'LSCK', 'value': '零售出库' },
{ 'key': 'LSTH', 'value': '零售退货' },
{ 'key': 'QGD', 'value': '请购单' },
{ 'key': 'CGDD', 'value': '采购订单' },
{ 'key': 'CGRK', 'value': '采购入库' },
{ 'key': 'CGTH', 'value': '采购退货' },