|
|
@ -665,7 +665,7 @@ export default {
|
|
|
|
_this.$nextTick(() => {
|
|
|
|
_this.$nextTick(() => {
|
|
|
|
_this.panelALive = true
|
|
|
|
_this.panelALive = true
|
|
|
|
})
|
|
|
|
})
|
|
|
|
// _this.getBizDetailList();
|
|
|
|
_this.getBizDetailList();
|
|
|
|
_this.vailOrderFinish()
|
|
|
|
_this.vailOrderFinish()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
refreshCodesPanelP() {
|
|
|
|
refreshCodesPanelP() {
|
|
|
@ -1080,7 +1080,7 @@ export default {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
const audio = new Audio(require('@/assets/audioFiles/order.mp3'))
|
|
|
|
const audio = new Audio(require('@/assets/audioFiles/order.mp3'))
|
|
|
|
audio.play()
|
|
|
|
audio.play()
|
|
|
|
this.resetSplit()
|
|
|
|
this.reset()
|
|
|
|
return this.$message.success("退货成功")
|
|
|
|
return this.$message.success("退货成功")
|
|
|
|
if (this.formDataVisible.scanType != 1) {
|
|
|
|
if (this.formDataVisible.scanType != 1) {
|
|
|
|
this.findCurOrder()
|
|
|
|
this.findCurOrder()
|
|
|
|