pages/pakin/orderPakin.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/pakin/orderPakin.vue
@@ -4,7 +4,7 @@ <view class="item"> <view class="code-decs">订单号:</view> <input type="text" placeholder=" 扫码 / 输入" v-model="order" :focus="orderFocus" @confirm="orderInput()"> @input="orderInput()"> </view> <view class="item"> <view class="code-decs">托盘码:</view> @@ -161,8 +161,13 @@ methods: { orderInput() { let that = this } var order = that.order.split(";") that.order = order[0] that.matnr = order[1] setTimeout(() => { that.orderFocus = true }, 200) }, } } </script>