From 2cc37fe0df20055dfa4777ec19bd39454895b18d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 01 八月 2025 10:20:11 +0800
Subject: [PATCH] 1.生产派工查询条件修改

---
 src/views/productionManagement/productionDispatching/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/productionDispatching/index.vue b/src/views/productionManagement/productionDispatching/index.vue
index c28b062..5aebfc3 100644
--- a/src/views/productionManagement/productionDispatching/index.vue
+++ b/src/views/productionManagement/productionDispatching/index.vue
@@ -13,7 +13,7 @@
 				/>
 				<span class="search_title ml10">椤圭洰鍚嶇О锛�</span>
 				<el-input
-					v-model="searchForm.customerName"
+					v-model="searchForm.projectName"
 					style="width: 240px"
 					placeholder="璇疯緭鍏�"
 					@change="handleQuery"
@@ -54,7 +54,8 @@
 
 const data = reactive({
 	searchForm: {
-		staffName: "",
+		customerName: "",
+		projectName: "",
 		entryDate: [
 			dayjs().format("YYYY-MM-DD"),
 			dayjs().add(1, "day").format("YYYY-MM-DD"),

--
Gitblit v1.9.3