#
zhou zhou
18 小时以前 f9cfb2169361c046a00f4fa14ea342bd5710f8b4
pages/outbound/orderOut/outLocView.vue
@@ -60,6 +60,12 @@
                  </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>                     
@@ -161,7 +167,7 @@
            }
            const { code, data, msg } = await request('/check/agvStation', {
               transferStationNo: item.outStaInput
            })
            }, 'POST', false)
            if (code === 200) {
               item.agvStationName = data.stationName
            } else {
@@ -206,7 +212,9 @@
               }
               const { code, data, msg } = await request(
                  '/orderOut/getOutLocRun',
                  requestData
                  requestData,
                  'POST',
                  false
               )
               if (code === 200) {
                  uni.showToast({
@@ -233,7 +241,7 @@
            try {
               const res = await request('/orderOut/getOutLocView', {
                  orderItemId: item.id                  
               }, 'POST', true);
               }, 'POST', false);
               
               if (res.code === 200) {
                  this.locList = res.data || [];