Browse Source

feat:入库增加计划数量

lupeng 1 month ago
parent
commit
5765a070c3
1 changed files with 6 additions and 2 deletions
  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,
       hide: true,
     },
     },
     {
     {
-      label: "物料数量",
-      prop: "completeNum",
+      label: "工单数量",
+      prop: "planNum",
     },
     },
     {
     {
       label: "入库数量",
       label: "入库数量",
       prop: "inventoryNum",
       prop: "inventoryNum",
     },
     },
+    {
+      label: "完工数量",
+      prop: "completeNum",
+    },
   ],
   ],
 });
 });
 </script>
 </script>