pages/pakin/pakin.vue
@@ -2,7 +2,7 @@ <view> <view class="code"> <view class="item"> <view class="code-decs">托盘码:</view> <view class="code-decs">站点码:</view> <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus" @input="barcodeInput()"> </view> @@ -172,10 +172,11 @@ }, // barcode input 事件 barcodeInput() { this.barcode = this.barcode.replace(/^\{|\}$/g, '') // 不设置定时器 会出现扫入的字符串不全 setTimeout(() => { var len = this.barcode.length if (len != 8) { if (len != 3) { uni.showToast({ title: '托盘码有误请重试', icon: "none",