Browse Source

工序分组功能。

jiaxiaoqiang 7 months ago
parent
commit
672fd6f2f1
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/views/base/craftManagement/route/bindConfig.ts

+ 13 - 1
src/views/base/craftManagement/route/bindConfig.ts

@@ -76,6 +76,18 @@ export const formOption = {
       ],
     },
     {
+      label: "工序分组",
+      prop: "groupStr",
+      span: 24,
+      rules: [
+        {
+          required: true,
+          message: "请输入工序分组",
+          trigger: "blur",
+        },
+      ],
+    },
+    {
       label: "标准工时",
       prop: "standardWorktime",
       span: 24,
@@ -89,7 +101,7 @@ export const formOption = {
         },
       ],
     },
-   /* {
+    /* {
       label: "标准机时",
       prop: "timeingNum",
       span: 24,