| | |
| | | cuIcon: 'order', |
| | | url: '/AGV/AGVStart' |
| | | }, |
| | | { |
| | | title: 'AGV呼叫空托盘', |
| | | name: 'AGVkongban', |
| | | color: 'blue', |
| | | cuIcon: 'pullup', |
| | | url: '/AGV/AGVkongban' |
| | | }, |
| | | { |
| | | title: '出库确认', |
| | | name: 'outConfilm', |
| | | color: 'red', |
| | | cuIcon: 'pullup', |
| | | url: '/pakin/outConfilm' |
| | | }, |
| | | // { |
| | | // title: 'AGV呼叫空托盘', |
| | | // name: 'AGVkongban', |
| | | // color: 'blue', |
| | | // cuIcon: 'pullup', |
| | | // url: '/AGV/AGVkongban' |
| | | // }, |
| | | // { |
| | | // title: '出库确认', |
| | | // name: 'outConfilm', |
| | | // color: 'red', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pakin/outConfilm' |
| | | // }, |
| | | // { |
| | | // title: '组托上架', |
| | | // name: 'putOn', |
| | |
| | | <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> |
| | |
| | | // 不设置定时器 会出现扫入的字符串不全 |
| | | setTimeout(() => { |
| | | var len = this.barcode.length |
| | | if (len != 8) { |
| | | if (len != 3) { |
| | | uni.showToast({ |
| | | title: '托盘码有误请重试', |
| | | icon: "none", |