Commit a3e58fe7 authored by 季圣华's avatar 季圣华
Browse files

给零售单据增加三联打印功能

parent b36475bc
......@@ -1394,7 +1394,8 @@
initPlatform() {
getPlatformConfigByKey({"platformKey": "bill_print_flag"}).then((res)=> {
if (res && res.code === 200) {
if(this.billType === '采购订单'||this.billType === '采购入库'||this.billType === '采购退货出库'||
if(this.billType === '零售出库'||this.billType === '零售退货入库'||
this.billType === '采购订单'||this.billType === '采购入库'||this.billType === '采购退货出库'||
this.billType === '销售订单'||this.billType === '销售出库'||this.billType === '销售退货入库') {
this.billPrintFlag = res.data.platformValue==='1'?true:false
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment