给零售单据增加三联打印功能
This commit is contained in:
@@ -1394,7 +1394,8 @@
|
|||||||
initPlatform() {
|
initPlatform() {
|
||||||
getPlatformConfigByKey({"platformKey": "bill_print_flag"}).then((res)=> {
|
getPlatformConfigByKey({"platformKey": "bill_print_flag"}).then((res)=> {
|
||||||
if (res && res.code === 200) {
|
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.billType === '销售订单'||this.billType === '销售出库'||this.billType === '销售退货入库') {
|
||||||
this.billPrintFlag = res.data.platformValue==='1'?true:false
|
this.billPrintFlag = res.data.platformValue==='1'?true:false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user