#
whycq
2022-10-12 b15727669c60559f6e7a7582b2f9dd7ecf437614
pages/basics/pakin.vue
@@ -100,7 +100,7 @@
            <view class="changeBox">
               <view class="num-box">
                  <text style="display: inline-block;float: left;width: 50px;">批号:</text>
                  <uni-number-box :value="count" :max="9999" color="#747474"  @change="changeValue"/>
                  <uni-number-box :value="count" :max="999999" color="#747474"  @change="changeValue"/>
               </view> 
            </view>
            <view class="revise-box-buttom">
@@ -252,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,