| | |
| | | floorList: ['2楼','3楼'], |
| | | floor: '', |
| | | moveType: '', |
| | | isAutoDis: false |
| | | isAutoDis: false, |
| | | orderNo: '' |
| | | } |
| | | }, |
| | | onShow() { |
| | |
| | | data.item['count'] = 0 |
| | | _this.station = data.item |
| | | _this.orderId = data.item.id |
| | | _this.orderNo = data.item.orderNo |
| | | _this.getLocDetl(data.item.orderNo,data.item.threeCode,data.item.matnr,data.item.id) |
| | | }) |
| | | }, |
| | |
| | | this.$refs.filter.open('bottom') |
| | | }, |
| | | filterConfirm() { |
| | | console.log(this.dbList); |
| | | this.isAutoDis = true |
| | | if (this.floor == '') { |
| | | uni.showToast({ title: '请选择调拨楼层', icon: "error", position: 'top' }) |
| | | return |
| | | } |
| | | let _this = this |
| | | let param = {floor: this.floor,dbList: this.dbList,moveType: this.moveType} |
| | | let param = {floor: this.floor,orderNo:this.orderNo,dbList: this.dbList,moveType: this.moveType} |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/agvMobile/agv/v2/locMove`, |
| | | header: {'token': uni.getStorageSync('token'),}, |