| | |
| | | getOrderNoList() { |
| | | let that = this |
| | | uni.request({ |
| | | url: this.baseUrl + '/outOrder/list/all', |
| | | data: "", |
| | | url: that.baseUrl + '/mobile/pda/OutOrder', |
| | | data: {orderNo:that.orderNo}, |
| | | header: { |
| | | 'token': uni.getStorageSync('token') |
| | | 'token': uni.getStorageSync('token'), |
| | | 'content-type': 'application/x-www-form-urlencoded; charset=UTF-8' |
| | | }, |
| | | method: 'POST', |
| | | success(res) { |
| | |
| | | search() { |
| | | let that = this |
| | | uni.request({ |
| | | url: this.baseUrl + '/outOrder/list/all', |
| | | url: that.baseUrl + '/mobile/pda/OutOrder', |
| | | data: {orderNo:that.orderNo}, |
| | | header: { |
| | | 'token': uni.getStorageSync('token'), |