| | |
| | | </uni-table> |
| | | </view> |
| | | <view> |
| | | <button class="cu-btn bg-yellow pda-btn" @click="comb()">组托</button> |
| | | <button class="cu-btn bg-grey pda-btn" @click="reset">重置</button> |
| | | <button class="cu-btn bg-yellow pda-btn" @click="comb()">组 托</button> |
| | | <button class="cu-btn bg-grey pda-btn" @click="reset">重 置</button> |
| | | </view> |
| | | <view> |
| | | <!-- 提示信息弹窗 --> |
| | |
| | | } |
| | | if(billNo.indexOf('=')>-1){ |
| | | billNo = billNo.split(",")[0].split("=")[1]; |
| | | console.log(billNo) |
| | | } |
| | | if(billNo.length===0){ |
| | | return |
| | | } |
| | | this.matData = [] |
| | | uni.request({ |
| | | url: that.baseUrl + "/mobile/bill/query/auth", |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/bill/query/auth", |
| | | header: { |
| | | 'content-type':'application/x-www-form-urlencoded', |
| | | 'token':uni.getStorageSync('token')}, |
| | |
| | | return; |
| | | } |
| | | uni.request({ |
| | | url: that.baseUrl + "/mobile/comb/auth", |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/comb/auth", |
| | | header: {'token':uni.getStorageSync('token')}, |
| | | data:{ |
| | | barcode:barcode, |
| | |
| | | }, |
| | | }, |
| | | onShow() { |
| | | // const query = uni.createSelectorQuery() |
| | | // console.log(prototype.placeholder) |
| | | } |
| | | } |
| | | </script> |