From c038caf7b08e3a8cd5573b00bac4fa1ee4076571 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期六, 15 十月 2022 08:35:33 +0800 Subject: [PATCH] Merge branch 'bfwms' of http://47.97.1.152:5880/r/wms_app into bfwms --- pages/basics/pakin.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/basics/pakin.vue b/pages/basics/pakin.vue index e1a916a..d61a206 100644 --- a/pages/basics/pakin.vue +++ b/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="9999999" color="#747474" @change="changeValue"/> </view> </view> <view class="revise-box-buttom"> @@ -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, -- Gitblit v1.9.1