| | |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus" |
| | | @input="barcodeInput()"> |
| | | </view> |
| | | <view class="item"> |
| | | <!-- <view class="item"> |
| | | <view class="code-decs">站点码:</view> |
| | | <input type="text" placeholder="单纯下架不需要扫站点码" v-model="staNo" :focus="staNos" |
| | | @input="staNoInput()"> |
| | | </view> |
| | | </view> --> |
| | | <view class="item"> |
| | | <view class="code-decs">1批号:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="batch1" :focus="batch1s" |
| | |
| | | this.barcodeFocus = false; |
| | | this.matFocus = false; |
| | | setTimeout(() => { |
| | | this.staNo = ''; |
| | | this.staNos = true; |
| | | this.batch1 = ''; |
| | | this.batch1s = true; |
| | | }, 100); |
| | | },// 站点光标清空重置 |
| | | batch1ss() { |