From b3d91de00059306beb4712297092cdaff8ed4ac2 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期一, 30 十月 2023 09:57:25 +0800
Subject: [PATCH] modified: src/views/technology/document/document-form.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