| | |
| | | cuIcon: 'pullup', |
| | | url: '/pakin/pakin' |
| | | }, |
| | | { |
| | | title: '订单组托', |
| | | name: 'orderComb', |
| | | color: 'olive', |
| | | cuIcon: 'pulldown', |
| | | url: '/order/orderComb' |
| | | }, |
| | | // { |
| | | // title: '平库组托', |
| | | // name: 'putOn', |
| | |
| | | cuIcon: 'pullup', |
| | | url: '/warehouse/orderList' |
| | | }, |
| | | // { |
| | | // title: '订单组托', |
| | | // name: 'orderComb', |
| | | // color: 'olive', |
| | | // cuIcon: 'pulldown', |
| | | // url: '/order/orderComb' |
| | | // } |
| | | // , |
| | | // { |
| | | // title: '并板入库', |
| | |
| | | if (this.storeId == 2) { |
| | | this.store = '新昌仓' |
| | | } |
| | | this.getAuth() |
| | | // this.getAuth() |
| | | }, |
| | | methods: { |
| | | back() { uni.navigateBack({}) }, |
| | |
| | | contentnomore: '没有更多' |
| | | }, |
| | | // 当前tagId |
| | | tagIdNow: 108 |
| | | tagIdNow: 5 |
| | | } |
| | | }, |
| | | onReachBottom() { |
| | |
| | | that.tagList = null |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | | if (res.data.records != null && res.data.records.length > 0) { |
| | | let list = res.data.records |
| | | if (res.data != null && res.data.length > 0) { |
| | | let list = res.data |
| | | that.matList = that.reload ? list : that.matList.concat(list); |
| | | that.curr = that.curr + 1 |
| | | } |
| | | if (res.data.records.length == 0) { |
| | | if (res.data.length == 0) { |
| | | that.status = 'noMore' |
| | | } |
| | | that.baColor = "background-color: #1cbbb4;" |
| | |
| | | return; |
| | | } |
| | | } |
| | | console.log(that.dataList) |
| | | uni.request({ |
| | | url: that.baseUrl + '/mobile/comb/auth', |
| | | data: JSON.stringify({ |
| | |
| | | <uni-icons type="right" color="#c1c1c1"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <view class="item"> |
| | | <!-- <view class="item"> |
| | | <view class="code-decs" style="width: 25vw;">是否满板:</view> |
| | | <radio-group @change="isFullPlt"> |
| | | <label> |
| | |
| | | <radio :checked="ck2" style="margin-left: 50rpx;"/><text>否</text> |
| | | </label> |
| | | </radio-group> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | <!-- ---------------------------------------------- 输入框 ----------------------------------------------------------- --> |
| | | <view class="mat-list-title"> |
| | |
| | | method: 'POST', |
| | | success(res) { |
| | | res = res.data |
| | | if (res.code === 200) { |
| | | that.menuList = res.data |
| | | } else if (res.code == 403) { |
| | | uni.showToast({ title: res.msg, icon: "error", position: 'top' }); |
| | | setTimeout(() => { |
| | | uni.reLaunch({ url: '../login/login' }); |
| | | }, 1000); |
| | | } |
| | | |
| | | } |
| | | }) |
| | | }, |