Browse Source

上架-推荐库位数量不展示bug修复

zhaohuanhuan 3 weeks ago
parent
commit
59c21c256a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inbound/putaway/components/LocationList.vue

+ 1 - 1
src/views/inbound/putaway/components/LocationList.vue

@@ -13,7 +13,7 @@
       <tr v-for="(item, index) in props.locationList" :key="index" v-if="props.locationList.length>0">
         <td>{{ item.locationId }}</td>
         <td>{{ locationType[item.locationUsage] || item.locationUsage }}</td>
-        <td>{{ item.quantity || 0 }}</td>
+        <td>{{ item.qty || 0 }}</td>
         <td>{{ item.max || '无' }}</td>
       </tr>
       <tr v-else>