From beb2d58a19571b248cdb180339825f47c62e31b0 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期四, 11 十二月 2025 13:45:39 +0800
Subject: [PATCH] 润泰生物去除项目名称 生产管控

---
 src/views/productionManagement/productionDispatching/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/productionManagement/productionDispatching/index.vue b/src/views/productionManagement/productionDispatching/index.vue
index 5f99906..7007508 100644
--- a/src/views/productionManagement/productionDispatching/index.vue
+++ b/src/views/productionManagement/productionDispatching/index.vue
@@ -38,7 +38,7 @@
 					clearable
 					prefix-icon="Search"
 				/>
-				<span class="search_title ml10">椤圭洰鍚嶇О锛�</span>
+				<!-- <span class="search_title ml10">椤圭洰鍚嶇О锛�</span>
 				<el-input
 					v-model="searchForm.projectName"
 					style="width: 240px"
@@ -46,7 +46,7 @@
 					@change="handleQuery"
 					clearable
 					prefix-icon="Search"
-				/>
+				/> -->
 				<span class="search_title ml10">褰曞叆鏃ユ湡锛�</span>
 				<el-date-picker v-model="searchForm.entryDate" value-format="YYYY-MM-DD" format="YYYY-MM-DD" type="daterange"
 										placeholder="璇烽�夋嫨" clearable @change="changeDaterange" />
@@ -87,7 +87,7 @@
 const data = reactive({
 	searchForm: {
 		customerName: "",
-		projectName: "",
+		// projectName: "",
 		status: "",
 		entryDate: [dayjs().format("YYYY-MM-DD"), dayjs().format("YYYY-MM-DD")], // 褰曞叆鏃ユ湡锛岄粯璁ゅ綋澶�
 		entryDateStart: dayjs().format("YYYY-MM-DD"),
@@ -111,11 +111,11 @@
 		prop: "customerName",
 		width: 250,
 	},
-	{
-		label: "椤圭洰鍚嶇О",
-		prop: "projectName",
-		width:300
-	},
+	// {
+	// 	label: "椤圭洰鍚嶇О",
+	// 	prop: "projectName",
+	// 	width:300
+	// },
 	{
 		label: "浜у搧澶х被",
 		prop: "productCategory",

--
Gitblit v1.9.3