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/components/autoDispatchDia.vue |    2 
 src/views/productionManagement/productionReporting/index.vue                        |   16 ++++----
 src/views/productionManagement/productionCosting/index.vue                          |   10 ++--
 src/views/productionManagement/productionOrder/index.vue                            |   16 ++++----
 src/views/productionManagement/productionDispatching/components/formDia.vue         |   27 +++++++------
 src/views/productionManagement/productionDispatching/index.vue                      |   16 ++++----
 src/views/productionManagement/operationScheduling/index.vue                        |   14 +++---
 7 files changed, 51 insertions(+), 50 deletions(-)

diff --git a/src/views/productionManagement/operationScheduling/index.vue b/src/views/productionManagement/operationScheduling/index.vue
index 129ccf9..ad641b1 100644
--- a/src/views/productionManagement/operationScheduling/index.vue
+++ b/src/views/productionManagement/operationScheduling/index.vue
@@ -7,11 +7,11 @@
 										style="width: 200px;"
 										@change="handleQuery" />
 				</el-form-item>
-				<el-form-item label="椤圭洰鍚嶇О:">
+				<!-- <el-form-item label="椤圭洰鍚嶇О:">
 					<el-input v-model="searchForm.projectName" placeholder="璇疯緭鍏�" clearable prefix-icon="Search"
 										style="width: 200px;"
 										@change="handleQuery" />
-				</el-form-item>
+				</el-form-item> -->
 				<el-form-item label="娲惧伐鏃ユ湡:">
 					<el-date-picker v-model="searchForm.entryDate" value-format="YYYY-MM-DD" format="YYYY-MM-DD" type="daterange"
 													placeholder="璇烽�夋嫨" clearable @change="changeDaterange" />
@@ -125,11 +125,11 @@
 		prop: "customerName",
 		width: 200,
 	},
-	{
-		label: "椤圭洰鍚嶇О",
-		prop: "projectName",
-		width:300
-	},
+	// {
+	// 	label: "椤圭洰鍚嶇О",
+	// 	prop: "projectName",
+	// 	width:300
+	// },
 	{
 		label: "浜у搧澶х被",
 		prop: "productCategory",
diff --git a/src/views/productionManagement/productionCosting/index.vue b/src/views/productionManagement/productionCosting/index.vue
index 13e73a2..06641e9 100644
--- a/src/views/productionManagement/productionCosting/index.vue
+++ b/src/views/productionManagement/productionCosting/index.vue
@@ -71,11 +71,11 @@
 		prop: "customerName",
 		width: 250,
 	},
-	{
-		label: "椤圭洰鍚嶇О",
-		prop: "projectName",
-		width:300
-	},
+	// {
+	// 	label: "椤圭洰鍚嶇О",
+	// 	prop: "projectName",
+	// 	width:300
+	// },
 	{
 		label: "浜у搧澶х被",
 		prop: "productCategory",
diff --git a/src/views/productionManagement/productionDispatching/components/autoDispatchDia.vue b/src/views/productionManagement/productionDispatching/components/autoDispatchDia.vue
index 6a81a87..35ae9fa 100644
--- a/src/views/productionManagement/productionDispatching/components/autoDispatchDia.vue
+++ b/src/views/productionManagement/productionDispatching/components/autoDispatchDia.vue
@@ -18,7 +18,7 @@
           <el-table-column label="搴忓彿" type="index" width="60" align="center" />
           <el-table-column label="鍚堝悓鍙�" prop="salesContractNo" width="200" />
           <el-table-column label="瀹㈡埛鍚嶇О" prop="customerName" width="200" />
-          <el-table-column label="椤圭洰鍚嶇О" prop="projectName" width="250" />
+          <!-- <el-table-column label="椤圭洰鍚嶇О" prop="projectName" width="250" /> -->
           <el-table-column label="浜у搧澶х被" prop="productCategory" width="150" />
           <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" width="200" />
 <!--          <el-table-column label="缁戝畾鏈哄櫒" prop="speculativeTradingName" width="120" />-->
diff --git a/src/views/productionManagement/productionDispatching/components/formDia.vue b/src/views/productionManagement/productionDispatching/components/formDia.vue
index da0c8c8..4655d27 100644
--- a/src/views/productionManagement/productionDispatching/components/formDia.vue
+++ b/src/views/productionManagement/productionDispatching/components/formDia.vue
@@ -7,18 +7,7 @@
         @close="closeDia"
     >
       <el-form :model="form" label-width="140px" label-position="top" :rules="rules" ref="formRef">
-        <el-row :gutter="30">
-          <el-col :span="12">
-            <el-form-item label="椤圭洰鍚嶇О锛�" prop="projectName">
-              <el-input v-model="form.projectName" placeholder="璇疯緭鍏�" clearable disabled/>
-            </el-form-item>
-          </el-col>
-          <el-col :span="12">
-            <el-form-item label="浜у搧澶х被锛�" prop="productCategory">
-              <el-input v-model="form.productCategory" placeholder="璇疯緭鍏�" clearable disabled/>
-            </el-form-item>
-          </el-col>
-        </el-row>
+      
         <el-row :gutter="30">
           <el-col :span="12">
             <el-form-item label="瑙勬牸鍨嬪彿锛�" prop="specificationModel">
@@ -131,6 +120,18 @@
             </el-form-item>
           </el-col>
         </el-row>
+        <el-row :gutter="30">
+          <!-- <el-col :span="12">
+            <el-form-item label="椤圭洰鍚嶇О锛�" prop="projectName">
+              <el-input v-model="form.projectName" placeholder="璇疯緭鍏�" clearable disabled/>
+            </el-form-item>
+          </el-col> -->
+          <el-col :span="12">
+            <el-form-item label="浜у搧澶х被锛�" prop="productCategory">
+              <el-input v-model="form.productCategory" placeholder="璇疯緭鍏�" clearable disabled/>
+            </el-form-item>
+          </el-col>
+        </el-row>
       </el-form>
       <template #footer>
         <div class="dialog-footer">
@@ -157,7 +158,7 @@
 const operationType = ref('')
 const data = reactive({
   form: {
-		projectName: "",
+		// projectName: "",
 		productCategory: "",
 		specificationModel: "", // 瑙勬牸鍨嬪彿
 		quantity: "",
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",
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 3ef1a65..bebaf8e 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -11,7 +11,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"
@@ -19,7 +19,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" />
@@ -72,11 +72,11 @@
 		prop: "customerName",
 		width: 250,
 	},
-	{
-		label: "椤圭洰鍚嶇О",
-		prop: "projectName",
-		width:300
-	},
+	// {
+	// 	label: "椤圭洰鍚嶇О",
+	// 	prop: "projectName",
+	// 	width:300
+	// },
 	{
 		label: "浠樻鐘舵��",
 		prop: "status",
@@ -132,7 +132,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"),
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 789c097..93261e4 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -7,11 +7,11 @@
 										style="width: 200px;"
 										@change="handleQuery" />
 				</el-form-item>
-				<el-form-item label="椤圭洰鍚嶇О:">
+				<!-- <el-form-item label="椤圭洰鍚嶇О:">
 					<el-input v-model="searchForm.projectName" placeholder="璇疯緭鍏�" clearable prefix-icon="Search"
 										style="width: 200px;"
 										@change="handleQuery" />
-				</el-form-item>
+				</el-form-item> -->
 				<el-form-item label="鎺掍骇鏃ユ湡:">
 					<el-date-picker v-model="searchForm.entryDate" value-format="YYYY-MM-DD" format="YYYY-MM-DD" type="daterange"
 													placeholder="璇烽�夋嫨" clearable @change="changeDaterange" />
@@ -149,7 +149,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"),
@@ -213,11 +213,11 @@
 		prop: "customerName",
 		width: 200,
 	},
-	{
-		label: "椤圭洰鍚嶇О",
-		prop: "projectName",
-		width:300
-	},
+	// {
+	// 	label: "椤圭洰鍚嶇О",
+	// 	prop: "projectName",
+	// 	width:300
+	// },
 	{
 		label: "浜у搧澶х被",
 		prop: "productCategory",

--
Gitblit v1.9.3