From 9cb025e1427e6b0a1a559f7560bcc103004781fd Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 28 十一月 2022 17:00:37 +0800
Subject: [PATCH] 1.生产订单预计交付日期  是否可编辑控制

---
 src/views/scgl/zdpc.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/views/scgl/zdpc.vue b/src/views/scgl/zdpc.vue
index fbd8dfb..dba7647 100644
--- a/src/views/scgl/zdpc.vue
+++ b/src/views/scgl/zdpc.vue
@@ -446,9 +446,7 @@
       scrollToY: 0,
       positionB: {},
       positionA: {},
-
       title_list: [],
-      imp_id: '',
       submit_flag: false,
       search_from: {
         page: 1,
@@ -581,6 +579,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 +626,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 +885,8 @@
           }
         }
       }
+
+      // this.$forceUpdate()
     },
     // 鎹㈠瀷鏃堕棿
     MinutesTest(time) {
@@ -950,6 +951,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 != '') {
@@ -1465,6 +1467,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