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