| | |
| | | <template> |
| | | <view> |
| | | <view class="code"> |
| | | <!-- <view class="item"> |
| | | <view class="code-decs">订单号:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="order" :focus="orderFocus" |
| | | @input="orderInput()" disabled> |
| | | </view> --> |
| | | <view class="item"> |
| | | <view class="code-decs">托盘码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus" |
| | |
| | | baseUrl: '', |
| | | token: '', |
| | | order: '', |
| | | orderFocus: true, |
| | | barcode: '', |
| | | barcodeFocus: '', |
| | | dataList: [], |
| | | count: 0, |
| | | rowNum: '', |
| | |
| | | messageText: '', |
| | | title: '', |
| | | content: '', |
| | | barcodeFocus: false, |
| | | barcodeFocus: true, |
| | | matFocus: false, |
| | | matData: '' |
| | | } |