#
whycq
2024-03-25 ac789dd1780603c4e96f254035d73ec8818c3dc3
pages/phyz/AGV/AGVPakin2.vue
@@ -538,14 +538,12 @@
                  var res = result.data
                  if (res.code === 200) {
                     that.dataList = []
                     that.findOrder()
                     // that.resst();
                     that.barcode = ''
                     that.messageText = "组托成功"
                     that.messageToggle('success')
                     const innerAudioContext = uni.createInnerAudioContext();
                     innerAudioContext.src = '/static/music/pakinOk.mp3';
                     innerAudioContext.play()
                     uni.navigateBack({
                        delta: 2
                     });
                  } else if (res.code == 403) {
                     that.messageText = res.msg
                     that.messageToggle('error')