| File was renamed from pages/AGV/AGVMoveCall.vue |
| | |
| | | <view class="item"> |
| | | <view class="code-decs">目标库位:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="tarSite" > |
| | | <!-- <uni-combox :candidates="staList" placeholder="请选择站点" v-model="tarSite"></uni-combox> --> |
| | | </view> |
| | | </view> |
| | | <view class="mat-list-title"> |
| | |
| | | removeNum: 0, |
| | | locNo:"", |
| | | orgSite:'', |
| | | tarSite:'e', |
| | | tarSite:'', |
| | | staList:[], |
| | | } |
| | | }, |
| | |
| | | this.token = uni.getStorageSync('token'); |
| | | }, |
| | | mounted() { |
| | | this.tarSite = uni.getStorageSync('tarSite') |
| | | // this.tarSite = uni.getStorageSync('tarSite') |
| | | }, |
| | | methods: { |
| | | messageToggle(type) { |
| | |
| | | staResults.forEach(item => { |
| | | that.staList.push(item?.locNo) |
| | | }) |
| | | console.log(that.staList); |
| | | } else if (result.code == 403) { |
| | | uni.showToast({ |
| | | title: result.msg, |