#
whycq
2022-10-08 46ba73c9645ad937bbf14dba810177d568be49be
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/pakinOk.mp3';
                     innerAudioContext.play()
                     that.resst();
                     uni.showToast({
                        title: res.msg,