فهرست منبع

fix: 切换工艺路线不清空型号

xieyong 3 روز پیش
والد
کامیت
2679aca9f2
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/productionPlan/components/factoryAdd/index.vue
  2. 1 1
      src/views/saleOrder/components/create-order.vue

+ 1 - 1
src/views/productionPlan/components/factoryAdd/index.vue

@@ -956,7 +956,7 @@
         let data = this.form.productInfoList[this.selectIndex];
         this.$set(data, 'bomVersionList', []);
         this.$set(data, 'bomCategoryId', '');
-        this.$set(data, 'model', '');
+        // this.$set(data, 'model', '');
         this.$set(data, 'routingList', []);
         this.$set(data, 'productType', '');
         this.$set(data, 'produceRoutingName', item.name);

+ 1 - 1
src/views/saleOrder/components/create-order.vue

@@ -1568,7 +1568,7 @@
         let data = this.form.productInfoList[this.selectIndex];
         this.$set(data, 'bomVersionList', []);
         this.$set(data, 'bomCategoryId', '');
-        this.$set(data, 'model', '');
+        // this.$set(data, 'model', '');
         this.$set(data, 'routingList', []);
         this.$set(data, 'productType', '');
         this.$set(data, 'produceRoutingName', item.name);