Przeglądaj źródła

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

zhaohuanhuan 3 tygodni temu
rodzic
commit
59c21c256a

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