浏览代码

feat:入库增加计划数量

lupeng 1 月之前
父节点
当前提交
5765a070c3
共有 1 个文件被更改,包括 6 次插入2 次删除
  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>