给单据详情增加其它入库、其它出库、调拨出库、组装单、拆卸单的打印
This commit is contained in:
parent
4bc7915dec
commit
3794c15b71
@ -1562,7 +1562,9 @@
|
||||
if (res && res.code === 200) {
|
||||
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 === '其它入库'||this.billType === '其它出库'||this.billType === '调拨出库'||
|
||||
this.billType === '组装单'||this.billType === '拆卸单') {
|
||||
this.billPrintFlag = res.data.platformValue==='1'?true:false
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user