4/8 优化1.1

dev2.5_scan
wangwei 3 months ago
parent fb888c3b08
commit 3d3a9b06fb

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

Loading…
Cancel
Save