Browse Source

feat:入库增加计划数量

lupeng 1 tháng trước cách đây
mục cha
commit
5765a070c3
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      src/views/plan/finishProduct/index.vue

+ 6 - 2
src/views/plan/finishProduct/index.vue

@@ -146,13 +146,17 @@ option.value = Object.assign(option.value, {
       hide: true,
     },
     {
-      label: "物料数量",
-      prop: "completeNum",
+      label: "工单数量",
+      prop: "planNum",
     },
     {
       label: "入库数量",
       prop: "inventoryNum",
     },
+    {
+      label: "完工数量",
+      prop: "completeNum",
+    },
   ],
 });
 </script>