From 5676e658cf19f371ca059104889c33685a6416b9 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 16 十一月 2023 20:22:10 +0800
Subject: [PATCH] 	modified:   src/views/plan/customerorder/customerorder-form.vue 	modified:   src/views/plan/masterproductionschedule/index.vue

---
 src/views/technology/routing/index.vue |  106 ++++++++++++++++++++++++++--------------------------
 1 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/src/views/technology/routing/index.vue b/src/views/technology/routing/index.vue
index 87bf396..d3bde09 100644
--- a/src/views/technology/routing/index.vue
+++ b/src/views/technology/routing/index.vue
@@ -13,13 +13,13 @@
         ref="routingTable"
       >
         <template #toolbar>
-          <el-button
+          <!-- <el-button
             v-if="permissions.technology_routing_ifssync"
             type="primary"
             :loading="ifsSynsLoading"
             @click="syncIfs"
             >IFS鍚屾</el-button
-          >
+          > -->
           <el-button
             v-if="permissions.technology_routing_advancecalc"
             type="primary"
@@ -280,61 +280,61 @@
             }
           },
           // 閫愭閲囩敤鏃ユ湡
-          {
-            minWidth: '200',
-            prop: 'phaseInDate',
-            label: '閫愭閲囩敤鏃ユ湡',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'datetimerange'
-          },
+          // {
+          //   minWidth: '200',
+          //   prop: 'phaseInDate',
+          //   label: '閫愭閲囩敤鏃ユ湡',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'datetimerange'
+          // },
           // 閫愭娣樻卑鏃ユ湡
-          {
-            minWidth: '200',
-            prop: 'phaseOutDate',
-            label: '閫愭娣樻卑鏃ユ湡',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'datetimerange'
-          },
+          // {
+          //   minWidth: '200',
+          //   prop: 'phaseOutDate',
+          //   label: '閫愭娣樻卑鏃ユ湡',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'datetimerange'
+          // },
           // 鏇夸唬
-          {
-            minWidth: '120',
-            prop: 'alternativeNo',
-            label: '鏇夸唬',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
+          // {
+          //   minWidth: '120',
+          //   prop: 'alternativeNo',
+          //   label: '鏇夸唬',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
           // 鏇夸唬鎻忚堪
-          {
-            minWidth: '120',
-            prop: 'alternativeDesc',
-            label: '鏇夸唬鎻忚堪',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
+          // {
+          //   minWidth: '120',
+          //   prop: 'alternativeDesc',
+          //   label: '鏇夸唬鎻忚堪',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
           // 鏄惁宸插悓姝ヨ嚦IFS
-          {
-            minWidth: '120',
-            prop: 'ifsSync',
-            label: '宸插悓姝ヨ嚦IFS',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'select',
-            optList: () => {
-              return this.getIfsSyncOptionList()
-            },
-            formatter: (row, column, cellValue) => {
-              return cellValue == true ? '鏄�' : '鍚�'
-            }
-          },
+          // {
+          //   minWidth: '120',
+          //   prop: 'ifsSync',
+          //   label: '宸插悓姝ヨ嚦IFS',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'select',
+          //   optList: () => {
+          //     return this.getIfsSyncOptionList()
+          //   },
+          //   formatter: (row, column, cellValue) => {
+          //     return cellValue == true ? '鏄�' : '鍚�'
+          //   }
+          // },
           // 鏇存柊鏃堕棿
           {
             minWidth: '200',

--
Gitblit v1.9.3