From f5a93bf9f0be9178005ba3f53d8e27502eb8709d Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期二, 18 八月 2026 06:45:40 +0800
Subject: [PATCH] refactor: 临时隐藏多个业务模块的备注及非核心字段
---
src/views/productionManagement/processRoute/index.vue | 8 +-
src/views/productionManagement/processRoute/New.vue | 10 +-
src/views/productionManagement/processRoute/processRouteItem/index.vue | 16 ++--
src/views/personnelManagement/contractManagement/index.vue | 38 ++++++------
src/views/productionManagement/processRoute/Edit.vue | 6 +-
src/views/productionManagement/productStructure/index.vue | 26 ++++----
src/views/productionManagement/workOrderManagement/index.vue | 20 +++---
7 files changed, 62 insertions(+), 62 deletions(-)
diff --git a/src/views/personnelManagement/contractManagement/index.vue b/src/views/personnelManagement/contractManagement/index.vue
index ae0087e..d6abdb3 100644
--- a/src/views/personnelManagement/contractManagement/index.vue
+++ b/src/views/personnelManagement/contractManagement/index.vue
@@ -134,15 +134,15 @@
label: "鎴风睄浣忓潃",
prop: "nativePlace",
},
- {
- label: "宀椾綅",
- prop: "postName",
- },
- {
- label: "鐜颁綇鍧�",
- prop: "adress",
- width: 200
- },
+ // {
+ // label: "宀椾綅",
+ // prop: "postName",
+ // },
+ // {
+ // label: "鐜颁綇鍧�",
+ // prop: "adress",
+ // width: 200
+ // },
{
label: "绗竴瀛﹀巻",
prop: "firstStudy",
@@ -161,16 +161,16 @@
prop: "phone",
width: 150
},
- {
- label: "绱ф�ヨ仈绯讳汉",
- prop: "emergencyContact",
- width: 120
- },
- {
- label: "绱ф�ヨ仈绯讳汉鐢佃瘽",
- prop: "emergencyContactPhone",
- width: 150
- },
+ // {
+ // label: "绱ф�ヨ仈绯讳汉",
+ // prop: "emergencyContact",
+ // width: 120
+ // },
+ // {
+ // label: "绱ф�ヨ仈绯讳汉鐢佃瘽",
+ // prop: "emergencyContactPhone",
+ // width: 150
+ // },
// {
// label: "鍚堝悓骞撮檺",
// prop: "contractTerm",
diff --git a/src/views/productionManagement/processRoute/Edit.vue b/src/views/productionManagement/processRoute/Edit.vue
index 0c0fe0f..73ba53e 100644
--- a/src/views/productionManagement/processRoute/Edit.vue
+++ b/src/views/productionManagement/processRoute/Edit.vue
@@ -52,9 +52,9 @@
</el-select>
</el-form-item>
- <el-form-item label="澶囨敞" prop="description">
- <el-input v-model="formState.description" type="textarea" />
- </el-form-item>
+<!-- <el-form-item label="澶囨敞" prop="description">-->
+<!-- <el-input v-model="formState.description" type="textarea" />-->
+<!-- </el-form-item>-->
</el-form>
<!-- 浜у搧閫夋嫨寮圭獥 -->
diff --git a/src/views/productionManagement/processRoute/New.vue b/src/views/productionManagement/processRoute/New.vue
index b7f4f26..a1b6221 100644
--- a/src/views/productionManagement/processRoute/New.vue
+++ b/src/views/productionManagement/processRoute/New.vue
@@ -44,11 +44,11 @@
:value="item.id" />
</el-select>
</el-form-item>
- <el-form-item label="澶囨敞"
- prop="description">
- <el-input v-model="formState.description"
- type="textarea" />
- </el-form-item>
+<!-- <el-form-item label="澶囨敞"-->
+<!-- prop="description">-->
+<!-- <el-input v-model="formState.description"-->
+<!-- type="textarea" />-->
+<!-- </el-form-item>-->
</el-form>
<!-- 浜у搧閫夋嫨寮圭獥 -->
<ProductSelectDialog v-model="showProductSelectDialog"
diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 1ef5b9d..e722cc5 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -92,10 +92,10 @@
label: "BOM缂栧彿",
prop: "bomNo",
},
- {
- label: "鎻忚堪",
- prop: "description",
- },
+ // {
+ // label: "鎻忚堪",
+ // prop: "description",
+ // },
{
dataType: "action",
label: "鎿嶄綔",
diff --git a/src/views/productionManagement/processRoute/processRouteItem/index.vue b/src/views/productionManagement/processRoute/processRouteItem/index.vue
index 3c52410..b41fb15 100644
--- a/src/views/productionManagement/processRoute/processRouteItem/index.vue
+++ b/src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -47,14 +47,14 @@
<span class="info-value">{{ routeInfo.quantity || '-' }}</span>
</div>
</div>
- <div class="info-item">
- <div class="info-label-wrapper">
- <span class="info-label">澶囨敞</span>
- </div>
- <div class="info-value-wrapper">
- <span class="info-value">{{ routeInfo.description }}</span>
- </div>
- </div>
+<!-- <div class="info-item">-->
+<!-- <div class="info-label-wrapper">-->
+<!-- <span class="info-label">澶囨敞</span>-->
+<!-- </div>-->
+<!-- <div class="info-value-wrapper">-->
+<!-- <span class="info-value">{{ routeInfo.description }}</span>-->
+<!-- </div>-->
+<!-- </div>-->
</div>
</el-card>
<!-- 闄勪欢妯″潡 -->
diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index e05ed3c..347cddc 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -61,14 +61,14 @@
placeholder="璇疯緭鍏ョ増鏈彿"
clearable />
</el-form-item>
- <el-form-item label="澶囨敞"
- prop="remark">
- <el-input v-model="form.remark"
- type="textarea"
- :rows="3"
- placeholder="璇疯緭鍏ュ娉�"
- clearable />
- </el-form-item>
+<!-- <el-form-item label="澶囨敞"-->
+<!-- prop="remark">-->
+<!-- <el-input v-model="form.remark"-->
+<!-- type="textarea"-->
+<!-- :rows="3"-->
+<!-- placeholder="璇疯緭鍏ュ娉�"-->
+<!-- clearable />-->
+<!-- </el-form-item>-->
</el-form>
<template #footer>
<el-button type="primary"
@@ -150,11 +150,11 @@
prop: "version",
width: 100,
},
- {
- label: "澶囨敞",
- prop: "remark",
- minWidth: 160,
- },
+ // {
+ // label: "澶囨敞",
+ // prop: "remark",
+ // minWidth: 160,
+ // },
{
dataType: "action",
label: "鎿嶄綔",
diff --git a/src/views/productionManagement/workOrderManagement/index.vue b/src/views/productionManagement/workOrderManagement/index.vue
index c89ed7b..a0ed7fc 100644
--- a/src/views/productionManagement/workOrderManagement/index.vue
+++ b/src/views/productionManagement/workOrderManagement/index.vue
@@ -336,16 +336,16 @@
slot: "completionStatus",
width: "140",
},
- {
- label: "璁″垝寮�濮嬫椂闂�",
- prop: "planStartTime",
- width: "140",
- },
- {
- label: "璁″垝缁撴潫鏃堕棿",
- prop: "planEndTime",
- width: "140",
- },
+ // {
+ // label: "璁″垝寮�濮嬫椂闂�",
+ // prop: "planStartTime",
+ // width: "140",
+ // },
+ // {
+ // label: "璁″垝缁撴潫鏃堕棿",
+ // prop: "planEndTime",
+ // width: "140",
+ // },
{
label: "瀹為檯寮�濮嬫椂闂�",
prop: "actualStartTime",
--
Gitblit v1.9.3