| | |
| | | </uni-tr> |
| | | </uni-table> |
| | | </view> |
| | | <view class="flex solid-bottom padding justify-around"> |
| | | <button class="cu-btn bg-yellow lg" @click="check">确 认</button> |
| | | <button class="cu-btn bg-grey lg" @click="reset">重 置</button> |
| | | <view style="height: 200rpx;"> |
| | | <!-- 空白层 --> |
| | | </view> |
| | | <view> |
| | | <view class="cu-bar foot input"> |
| | | <view class="flex solid-bottom padding justify-start"> |
| | | <button class="cu-btn bg-yellow lg margin-xs" style="width: 250rpx;" @click="check">确 认</button> |
| | | <button class="cu-btn bg-grey lg margin-xs" @click="reset">重 置</button> |
| | | </view> |
| | | </view> |
| | | |
| | | <scroll-view> |
| | | <uni-popup ref="popup" background-color="#fff" style="width: 500rpx;"> |
| | | <view class="popup-content" :class="{ 'popup-height': type === 'left' || type === 'right' }"> |
| | | <view class="cu-form-group margin-top"> |
| | |
| | | <view class="flex solid-bottom padding justify-center"> |
| | | <button class="cu-btn bg-yellow pda-btn2" @click="confirm">提取</button> |
| | | </view> |
| | | |
| | | <view style="height: 200rpx;"> |
| | | <!-- 空白层 --> |
| | | </view> |
| | | </view> |
| | | </uni-popup> |
| | | </view> |
| | | </scroll-view> |
| | | <view> |
| | | <!-- 提示信息弹窗 --> |
| | | <uni-popup ref="message" type="message"> |
| | |
| | | count:0, |
| | | type: '', |
| | | baseIP:'', |
| | | basePORT:'', |
| | | checkList:[], |
| | | sourceList:[], |
| | | billNo:'', |
| | |
| | | mounted(){ |
| | | // 获取IP端口 |
| | | const UIP = uni.getStorageSync('UIP'); |
| | | this.baseIP = UIP |
| | | this.baseIP = UIP; |
| | | const UPORT = uni.getStorageSync('UPORT'); |
| | | this.basePORT = UPORT; |
| | | }, |
| | | methods: { |
| | | // 提示窗口 |
| | |
| | | // 赋值前清空表格 |
| | | that.locDetlData = [] |
| | | uni.request({ |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/check/queryMatFromBarCode?barCode=" + barCode, |
| | | url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + "/mobile/check/queryMatFromBarCode?barCode=" + barCode, |
| | | header: { |
| | | 'content-type':'application/x-www-form-urlencoded', |
| | | 'token':uni.getStorageSync('token') |
| | |
| | | return; |
| | | } |
| | | uni.request({ |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/matCode/auth", |
| | | url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + "/matCode/auth", |
| | | header: { |
| | | 'content-type':'application/x-www-form-urlencoded', |
| | | 'token':uni.getStorageSync('token') |
| | |
| | | } |
| | | // this.noTitlemodalTap() |
| | | uni.request({ |
| | | url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/stock/check", |
| | | url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + "/mobile/stock/check", |
| | | header: { |
| | | 'token':uni.getStorageSync('token') |
| | | }, |