|  |  | 
 |  |  |             <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.three_code = threeCode | 
 |  |  |             _this.data.limit = limit | 
 |  |  |             uni.request({ | 
 |  |  |                url: `${_this.baseUrl}/orderDetl/pakout/list/authV4`, | 
 |  |  |                url: `${_this.baseUrl}/orderDetl/pakout/list/authV8`, | 
 |  |  |                header: {'token': uni.getStorageSync('token')}, | 
 |  |  |                data: _this.data, | 
 |  |  |                method: 'GET', |