From b012ab3a1e5495be068c543eb8f0482124db13b5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 31 十二月 2022 16:48:22 +0800
Subject: [PATCH] 1.登录页文字跟随系统变化

---
 src/views/scgl/zdpc.vue |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/views/scgl/zdpc.vue b/src/views/scgl/zdpc.vue
index fbd8dfb..8a42ce4 100644
--- a/src/views/scgl/zdpc.vue
+++ b/src/views/scgl/zdpc.vue
@@ -71,6 +71,7 @@
           />
           <el-table-column
             prop="AdvaSchePiroQue"
+            show-tooltip-when-overflow
             label="浼樺厛绾�"
             width="90"
             sortable="custom"
@@ -112,6 +113,7 @@
             prop="AdvaSchePartSpec"
             label="浜у搧瑙勬牸"
             width="110"
+            show-tooltip-when-overflow
             sortable="custom"
           >
             <template slot-scope="{row}">
@@ -122,6 +124,7 @@
           <el-table-column
             prop="AdvaScheQty"
             label="鏁伴噺"
+            show-tooltip-when-overflow
             width="110"
             sortable="custom"
           />
@@ -129,11 +132,13 @@
             prop="AdvaScheEndDate"
             label="瑕佹眰浜や粯鏃堕棿"
             sortable="custom"
+            show-tooltip-when-overflow
             width="160"
           />
           <el-table-column
             prop="AdvaScheStus"
             label="鎺掔▼鐘舵��"
+            show-tooltip-when-overflow
             width="110"
             sortable="custom"
           >
@@ -145,6 +150,7 @@
           <el-table-column
             prop="AdvaScheBotProcName"
             label="鎺掔▼宸ュ簭"
+            show-tooltip-when-overflow
             width="110"
             sortable="custom"
           />
@@ -153,6 +159,7 @@
             label="璁″垝鎺掔▼鏃堕棿"
             width="160"
             sortable="custom"
+            show-tooltip-when-overflow
           >
             <template slot-scope="{row}">
               <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }}</div>
@@ -200,7 +207,7 @@
                 />
               </el-form-item>
               <el-form-item label="鎺掔▼鏂瑰紡" style=" display: flex;">
-                <el-select v-model="formBottom.types" style="width:120px" @change="changeTypes">
+                <el-select v-model="formBottom.types" :disabled="radioSelectedId===''" style="width:120px" @change="changeTypes">
                   <el-option value="N" label="璁惧浼樺厛" />
                   <el-option value="Y" label="鏃堕棿浼樺厛" />
                 </el-select>
@@ -446,9 +453,7 @@
       scrollToY: 0,
       positionB: {},
       positionA: {},
-
       title_list: [],
-      imp_id: '',
       submit_flag: false,
       search_from: {
         page: 1,
@@ -581,6 +586,7 @@
       this.getOnclickAdvancedSchedulingDevice()
     },
     click_box(val) {
+      console.log(val, 567)
       if (!val.status) {
         for (const i in this.facility_data) {
           const new_arr = []
@@ -627,7 +633,7 @@
         this.bm_data[i].gtArray = arr
       }
       this.formBottom.real_num = 0
-      this.click_schedule()
+      // this.click_schedule()
     },
     look(data) {
       this.showDialog = true
@@ -886,6 +892,8 @@
           }
         }
       }
+
+      // this.$forceUpdate()
     },
     // 鎹㈠瀷鏃堕棿
     MinutesTest(time) {
@@ -950,6 +958,7 @@
       this.cl_code = row.AdvaSchePartNumber
       this.AdvaScheUom = row.AdvaScheUom
       this.work_order = row.AdvaScheWorkCode
+
       this.formBottom.scheDate.push(this.getNowFormatDate())
       this.formBottom.scheDate.push(row.AdvaScheEndDate)
       if (this.formBottom.scheDate != '') {
@@ -1040,7 +1049,7 @@
       }
 
       this.nitialize()// 鎵嬪姩杩囨护鎵�鏈夎澶囧凡鎺掔▼
-
+      console.log(this.facility_data, 67890)
       if (this.bm_data != '' && this.formBottom.types == 'N') { // 璁惧浼樺厛
         this.fun_time()
         this.change_num(this.bm_data)
@@ -1465,6 +1474,8 @@
 
         this.title_list.push(obj)
       }
+      console.log(12321)
+      console.log(data, 1)
       for (const i in data) {
         for (const j in data[i].children) {
           if (data[i].children[j].OneStartDate != '') {

--
Gitblit v1.9.3