| | |
| | | k['count'] = k.anfme |
| | | k.agvStaNo = '' |
| | | k.anfme = 0 |
| | | if (_this.orderType == 'bcp') { |
| | | if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) { |
| | | continue |
| | | } |
| | | } |
| | | // if (_this.orderType == 'bcp') { |
| | | // if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) { |
| | | // continue |
| | | // } |
| | | // } |
| | | _this.dataList.push(k) |
| | | } |
| | | } |
| | | console.log(_this.dataList); |
| | | } else if (res.code == 403) { |
| | | uni.showToast({ title: res.msg, icon: "error", position: 'top' }) |
| | | setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); |