Ver código fonte

客户要求:计划排程去掉首检数量

huhao@jgai.com 3 meses atrás
pai
commit
20c4b627dd
1 arquivos alterados com 14 adições e 14 exclusões
  1. 14 14
      src/views/plan/workOrder/index.vue

+ 14 - 14
src/views/plan/workOrder/index.vue

@@ -760,13 +760,13 @@ option.value = Object.assign(option.value, {
         label: "dictLabel",
         value: "dictValue",
       },
-        rules: [
-            {
-                required: true,
-                message: "质量等级不能为空",
-                trigger: "trigger",
-            },
-        ],
+      rules: [
+        {
+          required: true,
+          message: "质量等级不能为空",
+          trigger: "trigger",
+        },
+      ],
     },
     {
       label: "优先级",
@@ -1016,7 +1016,7 @@ option.value = Object.assign(option.value, {
         }
       },
     },
-   /* {
+    /* {
       label: "检验批号",
       prop: "produceCode",
       width: "100",
@@ -1074,12 +1074,12 @@ option.value = Object.assign(option.value, {
       display: false,
       prop: "scrapNum",
     },
-    {
-      label: "首检数量",
-      width: 85,
-      prop: "firstCheckNum",
-      value: 0,
-    },
+    // {
+    //   label: "首检数量",
+    //   width: 85,
+    //   prop: "firstCheckNum",
+    //   value: 0,
+    // },
     {
       label: "已检数量",
       width: 85,