修改选择单据,单据类型传递问题

20240912_adapter
yewj 5 months ago
parent ff20685b6e
commit 4dcd203c10

@ -204,7 +204,7 @@
<selectPrescribeDialog <selectPrescribeDialog
ref="childRef" ref="childRef"
:workPlaceCode="null" :workPlaceCode="null"
:busType="this.orderData.busType" :busType="this.$route.query.busType"
:fromCorp="this.orderData.fromCorp" :fromCorp="this.orderData.fromCorp"
:confirmSelect="this.confirmSelect" :confirmSelect="this.confirmSelect"
:closeDialog="this.closeDialog" :closeDialog="this.closeDialog"
@ -875,7 +875,9 @@ export default {
this.scanTitle = '扫码结果:' this.scanTitle = '扫码结果:'
this.scanResultType = 'success' this.scanResultType = 'success'
this.curRow = null this.curRow = null
this.orderData = {} this.orderData = {
busType: this.$route.query.busType
}
this.codeCount = 0 this.codeCount = 0
this.workplaceId = Number(this.$route.query.workplaceId) this.workplaceId = Number(this.$route.query.workplaceId)
this.codeList = [] this.codeList = []

Loading…
Cancel
Save