فهرست منبع

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-aps into dengfei

695593266@qq.com 8 ماه پیش
والد
کامیت
ec0dbeae6d
2فایلهای تغییر یافته به همراه721 افزوده شده و 687 حذف شده
  1. 713 687
      src/views/materialPlan/components/plan-edit-dialog.vue
  2. 8 0
      src/views/materialPlan/components/producePlan.vue

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 713 - 687
src/views/materialPlan/components/plan-edit-dialog.vue


+ 8 - 0
src/views/materialPlan/components/producePlan.vue

@@ -986,6 +986,14 @@
           planIds: planIds,
           demandType: this.formData.demandType
         });
+        
+        if (this.$store.state.user.info.clientEnvironmentId == '5') {
+          if (res && res.length > 0) {
+            const firstOrderName = res[0].productName || '';
+            this.formData.name =
+              `${firstOrderName} ${this.formData.name}`.trim();
+          }
+        }
         this.renderTable(tableList, res);
       },
       renderTable(tableList, res) {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است