给打印和审核里面增加请购单
This commit is contained in:
parent
3d423edf30
commit
43cc9a48cc
@ -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 === '调拨出库'||
|
||||
|
||||
@ -170,6 +170,7 @@
|
||||
billTypeList: [
|
||||
{ 'key': 'LSCK', 'value': '零售出库' },
|
||||
{ 'key': 'LSTH', 'value': '零售退货' },
|
||||
{ 'key': 'QGD', 'value': '请购单' },
|
||||
{ 'key': 'CGDD', 'value': '采购订单' },
|
||||
{ 'key': 'CGRK', 'value': '采购入库' },
|
||||
{ 'key': 'CGTH', 'value': '采购退货' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user