diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 0a373c33..fafea390 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -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 } }