ysy 1 rok temu
rodzic
commit
1ed772ba75

+ 2 - 1
src/views/material/product/detail.vue

@@ -468,7 +468,7 @@
         'categoryLevelPathId',
         this.$route.query.categoryLevelPathId
       );
-
+      this.status = this.$route.query.status;
       this.ruleCode = this.$route.query.ruleCode;
       if (this.ruleCode && this.ruleCode != '自定义' && this.status != 0) {
         const code = await getCode(this.ruleCode);
@@ -574,6 +574,7 @@
 
       // 确定分类
       async confirmCategory(node, title, PathInfo, ruleCode) {
+    
         if (this.status != 0) {
           this.$set(this.form, 'code', null);
         }

+ 4 - 0
src/views/technology/production/index.vue

@@ -186,6 +186,10 @@ export default {
           value: 6,
           label: '全量质检'
         },
+        {
+          value: 7,
+          label: '生产准备'
+        },
       ],
 
       sampleShow: false,

+ 4 - 0
src/views/technology/route/components/production/components/user-edit.vue

@@ -291,6 +291,10 @@
           value: 6,
           label: '全量质检'
         },
+        {
+          value: 7,
+          label: '生产准备'
+        },
       ],
       };
     },