| | |
| | | </uni-table> |
| | | |
| | | </view> |
| | | <view class="reset flex solid-bottom padding justify-around" > |
| | | <button class="cu-btn bg-grey lg" @click="reset">重 置</button> |
| | | <view style="height: 200rpx;"> |
| | | <!-- 空白层 --> |
| | | </view> |
| | | <view class="cu-bar foot justify-center input"> |
| | | <view class="reset flex solid-bottom padding justify-center" > |
| | | <button class="cu-btn bg-grey lg margin-xs" style="width: 400rpx;" @click="reset">重 置</button> |
| | | </view> |
| | | </view> |
| | | |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | locNo:'', |
| | | matNo:'', |
| | | locDetlData:[], |
| | | basePORT:'', |
| | | } |
| | | }, |
| | | mounted(){ |
| | | const UIP = uni.getStorageSync('UIP'); |
| | | this.baseIP = UIP |
| | | this.baseIP = UIP; |
| | | const UPORT = uni.getStorageSync('UPORT'); |
| | | this.basePORT = UPORT; |
| | | }, |
| | | methods: { |
| | | reset:function() { |
| | |
| | | find(){ |
| | | let that = this |
| | | uni.request({ |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/locDetl/stockQuery", |
| | | url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + "/mobile/locDetl/stockQuery", |
| | | header:{ |
| | | 'content-type':'application/x-www-form-urlencoded', |
| | | 'token':uni.getStorageSync('token') |