|
|
@ -533,7 +533,6 @@ export default {
|
|
|
|
item => /^YPCFTF/.test(item.documentTypeCode || "") // 正则匹配前缀
|
|
|
|
item => /^YPCFTF/.test(item.documentTypeCode || "") // 正则匹配前缀
|
|
|
|
);
|
|
|
|
);
|
|
|
|
this.formData.busType = this.formDataVisible.documentTypeCode
|
|
|
|
this.formData.busType = this.formDataVisible.documentTypeCode
|
|
|
|
console.log("djdjjdj",this.formData.busType)
|
|
|
|
|
|
|
|
//scanType
|
|
|
|
//scanType
|
|
|
|
// 1.扫码生成业务单
|
|
|
|
// 1.扫码生成业务单
|
|
|
|
// 2.按单校验三期
|
|
|
|
// 2.按单校验三期
|
|
|
@ -932,7 +931,9 @@ export default {
|
|
|
|
this.curRow = this.formData
|
|
|
|
this.curRow = this.formData
|
|
|
|
this.$refs.inputRef.focus()
|
|
|
|
this.$refs.inputRef.focus()
|
|
|
|
this.refreshCodesPanel(this)
|
|
|
|
this.refreshCodesPanel(this)
|
|
|
|
}else {
|
|
|
|
}else if(res.code == 502){
|
|
|
|
|
|
|
|
return this.$message.error("非此单追溯码")
|
|
|
|
|
|
|
|
} else{
|
|
|
|
return this.$message.error(res.message)
|
|
|
|
return this.$message.error(res.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
@ -1000,6 +1001,7 @@ export default {
|
|
|
|
const audio = new Audio(require('@/assets/audioFiles/order.mp3'))
|
|
|
|
const audio = new Audio(require('@/assets/audioFiles/order.mp3'))
|
|
|
|
audio.play()
|
|
|
|
audio.play()
|
|
|
|
this.reset()
|
|
|
|
this.reset()
|
|
|
|
|
|
|
|
return this.$message.success("退货成功")
|
|
|
|
if (this.formDataVisible.scanType != 1) {
|
|
|
|
if (this.formDataVisible.scanType != 1) {
|
|
|
|
this.findCurOrder()
|
|
|
|
this.findCurOrder()
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1112,6 +1114,7 @@ export default {
|
|
|
|
this.formData = row
|
|
|
|
this.formData = row
|
|
|
|
this.formData.workPlaceCode = this.workplaceId
|
|
|
|
this.formData.workPlaceCode = this.workplaceId
|
|
|
|
this.startDeal()
|
|
|
|
this.startDeal()
|
|
|
|
|
|
|
|
this.selectPrescriptionVisible = false
|
|
|
|
// this.generateBarcode()
|
|
|
|
// this.generateBarcode()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|