Browse Source

去掉工序前置时间

qinhb 4 months ago
parent
commit
d8825f82fa

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

@@ -316,7 +316,7 @@ option.value = Object.assign(option.value, {
         },
       ],
     },
-    {
+    /*{
       label: "后置时间(分)",
       prop: "forceTime",
       type: "number",
@@ -328,7 +328,7 @@ option.value = Object.assign(option.value, {
           trigger: "blur",
         },
       ],
-    },
+    },*/
     /*{
       label: "标准机时",
       prop: "timeingNum",

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

@@ -128,7 +128,7 @@ export const formOption = {
       //   },
       // ],
     },*/
-    {
+    /*{
       label: "后置时间",
       prop: "forceTime",
       span: 24,
@@ -142,7 +142,7 @@ export const formOption = {
         },
       ],
       // slot:true, // 自定义列
-    },
+    },*/
     /*{
       label: "是否外协",
       prop: "outsourcing",

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

@@ -234,11 +234,11 @@ option.value = Object.assign(option.value, {
       prop: "mergeNum",
       search: false,
     },
-    {
+    /*{
       label: "前置时间",
       prop: "forceTime",
       search: false,
-    },
+    },*/
     {
       label: "外协时间",
       prop: "outTime",