| | |
| | | <view>订单数量:{{orderDetl.anfme}}</view> |
| | | <view>库存数量:{{orderDetl.stock}}</view> |
| | | <view>已出数量:{{orderDetl.qty}}</view> |
| | | <view v-if="orderDetl.workNum">正在作业数量:{{orderDetl.workNum}}</view> |
| | | </view> |
| | | <view class="list-right" @click="goToLocDetl(orderDetl)"> |
| | | <uni-icons type="right" size="25" color="#fff"></uni-icons> |
| | |
| | | _this.data.orderType = [] |
| | | } |
| | | } |
| | | |
| | | _this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | _this.token = uni.getStorageSync('token'); |
| | | _this.searchValue = uni.getStorageSync('threeCode'); |
| | | _this.getOrderDetlList(_this.searchValue,10) |
| | | console.log("onLoad"); |
| | | }) |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.searchValue1 = uni.getStorageSync('threeCodeOut193'); |
| | | this.searchValue2 = uni.getStorageSync('threeCodeOut2'); |
| | | this.getOrderDetlList(this.searchValue1,10) |
| | | }, |
| | | methods: { |
| | | getOrderDetlList(threeCode,limit) { |
| | |
| | | url: `${_this.baseUrl}/orderDetl/pakout/list/authV7`, |
| | | header: {'token': uni.getStorageSync('token')}, |
| | | data: _this.data, |
| | | method: 'POST', |
| | | method: 'GET', |
| | | success(res) { |
| | | uni.hideLoading({}) |
| | | res = res.data |