| | |
| | | <text class="text-black">实时库存: <text class="text-grey ">{{item.stockQty}}</text></text>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | |
|
| | |
|
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-black">平台行号: <text class="text-grey ">{{item.platformId}}</text></text>
|
| | |
| | | <text class="text-black">质检结果: <text class="text-grey ">{{item.inspect}}</text></text>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-black">采购单位:<text class="text-grey ">{{item.purUnit}}</text></text>
|
| | |
| | | <text class="text-black">库存单位: <text class="text-grey ">{{item.stockUnit}}</text></text>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-blue">计划收货数量:<text class="text-grey ">{{item.anfme}}</text></text>
|
| | | </view> |
| | | </view>
|
| | | <view class="content">
|
| | | <text class="text-black">已收数量:<text class="text-grey ">{{item.qty}}</text></text>
|
| | | </view>
|
| | | </view>
|
| | | <view class="cu-item"> |
| | | <view class="cu-item">
|
| | | <view class="content" v-if="!isconfirm">
|
| | | <view class="cu-form-group padding-lr-0">
|
| | | <view class="title text-blue">收货数量:</view>
|
| | |
| | | data,
|
| | | msg
|
| | | } = await request('/orders/' + this.barcode, {}, "get")
|
| | | if (code === 200) { |
| | | if (Object.keys(data).length === 0){
|
| | | if (code === 200) {
|
| | | if (Object.keys(data).length === 0) {
|
| | | uni.showToast({
|
| | | title: "该标签未查询到数据",
|
| | | icon: "none",
|
| | |
| | | })
|
| | | }
|
| | | this.list.push(...data)
|
| | | |
| | | }else if(code == 401){
|
| | |
|
| | | } else if (code == 401) {
|
| | | setTimeout(() => {
|
| | | uni.removeStorageSync('token');
|
| | | uni.reLaunch({
|
| | | url: "/pages/login/login"
|
| | | });
|
| | | }, 1000);
|
| | | }else {
|
| | | } else {
|
| | | uni.showToast({
|
| | | title: msg,
|
| | | icon: "none",
|