给打印和审核里面增加请购单
This commit is contained in:
@@ -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 === '调拨出库'||
|
||||
|
||||
Reference in New Issue
Block a user