#
whycq
2022-10-08 3e1d551184cb669c9dbaa23cdb9948fe92484fc4
pages/basics/pakin.vue
@@ -87,7 +87,7 @@
      
      <!-- 弹窗 -->
      <!-- 修改数量 -->
      <uni-popup ref="revise" background-color="#fff" @change="change">
      <uni-popup ref="revise" background-color="#fff">
         <view class="revise-box ">
            <view class="revise-box-top">
               <view class="color-block-blue"></view>
@@ -195,6 +195,7 @@
         resst() {
            this.matList = []
            this.barcode = ''
            this.matnr = ''
            this.barcodeFocuss()
            uni.vibrateShort();
         },
@@ -251,6 +252,9 @@
                  uni.hideLoading();
                  var res = result.data
                  if (res.code === 200) {
                     const innerAudioContext = uni.createInnerAudioContext();
                     innerAudioContext.src = '/static/music/组托成功.mp3';
                     innerAudioContext.play()
                     that.resst();
                     uni.showToast({
                        title: res.msg,