فهرست منبع

工序去掉首检

qinhb 1 سال پیش
والد
کامیت
3b1ef0bdcc

+ 2 - 2
src/views/base/craftManagement/process/index.vue

@@ -315,7 +315,7 @@ option.value = Object.assign(option.value, {
     //    dicData: switchOp,
     //    value: 0,
     //  },
-    {
+    /*{
       label: "是否首检",
       prop: "firstCheck",
       span: 8,
@@ -323,7 +323,7 @@ option.value = Object.assign(option.value, {
       type: "switch",
       dicData: switchOp,
       value: 0,
-    },
+    },*/
     {
       label: "是否巡检",
       prop: "inspection",

+ 2 - 2
src/views/base/craftManagement/route/bindConfig.ts

@@ -126,14 +126,14 @@ export const formOption = {
       dicData: switchOp,
       value: 0,
     },
-    {
+    /*{
       label: "是否首检",
       prop: "firstCheck",
       span: 24,
       type: "switch",
       dicData: switchOp,
       value: 0,
-    },
+    },*/
     {
       label: "是否巡检",
       prop: "inspection",

+ 12 - 0
src/views/plan/workOrder/index.vue

@@ -686,6 +686,18 @@ option.value = Object.assign(option.value, {
       prop: "scrapNum",
     },
     {
+      label: "首检数量",
+      width: 85,
+      prop: "firstCheckNum",
+      value: 0,
+    },
+    {
+      label: "已检数量",
+      width: 85,
+      display: false,
+      prop: "firstCheckAlreadyNum",
+    },
+    {
       label: "创建时间",
       width: 180,
       display: false,

+ 2 - 2
src/views/pro/baseoperation/index.vue

@@ -170,11 +170,11 @@
                     prop: "inspection",
                     search: false,
                 },
-                {
+                /*{
                     label: "是否首检",
                     prop: "firstCheck",
                     search: false,
-                },
+                },*/
                 {
                     label: "是否委外",
                     prop: "outsourcing",