| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="cu-item" v-if="index === locList.length - 1 && (item.anfme === 0 || !item.anfme)"> |
| | | <view class="content"> |
| | | <text class="text-red text-bold">库存不足</text> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="cu-item" v-if="item.anfme"> |
| | | <view class="content"> |
| | | <text class="text-blue">出库数量:</text> |
| | |
| | | } |
| | | const { code, data, msg } = await request('/check/agvStation', { |
| | | transferStationNo: item.outStaInput |
| | | }) |
| | | }, 'POST', false) |
| | | if (code === 200) { |
| | | item.agvStationName = data.stationName |
| | | } else { |
| | |
| | | } |
| | | const { code, data, msg } = await request( |
| | | '/orderOut/getOutLocRun', |
| | | requestData |
| | | requestData, |
| | | 'POST', |
| | | false |
| | | ) |
| | | if (code === 200) { |
| | | uni.showToast({ |
| | |
| | | try { |
| | | const res = await request('/orderOut/getOutLocView', { |
| | | orderItemId: item.id |
| | | }, 'POST', true); |
| | | }, 'POST', false); |
| | | |
| | | if (res.code === 200) { |
| | | this.locList = res.data || []; |