| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "20240522A", |
| | | "versionCode" : 109, |
| | | "versionName" : "20240522C", |
| | | "versionCode" : 111, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | let param = {locNo:locNo,containerCode: barcode} |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/agvMobile/check/detl/v1`, |
| | | header: {'token': uni.getStorageSync('token')}, |
| | | data: param, |
| | | method: 'POST', |
| | | success(res) { |
| | |
| | | let devNo = {devNo:[this.station.devNo],barcode: _this.barcode} |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/agv/basDevp/visualized/container/moveOut`, |
| | | header: { 'token': uni.getStorageSync('token')}, |
| | | data: JSON.stringify(devNo), |
| | | method: 'POST', |
| | | success(res) { |
| | |
| | | res = res.data |
| | | if (res.code === 200) { |
| | | _this.$refs.option.close() |
| | | _this.getOrderDetlList(this.searchValue,10) |
| | | setTimeout(()=>{ |
| | | _this.getOrderDetlList(_this.searchValue,10) |
| | | },100) |
| | | } else if (res.code == 403) { |
| | | uni.showToast({ title: res.msg, icon: "error", position: 'top' }) |
| | | setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); |