From a0bee2b2dc61a4c4ca860fcbb34f7848b30fef99 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 26 十一月 2025 17:18:20 +0800
Subject: [PATCH] 1.湟水峡-生产派单逻辑修改联调

---
 src/views/productionManagement/productionReporting/index.vue |   35 +++++++++++++++--------------------
 1 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 42a0c4f..e26a1dc 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -197,26 +197,6 @@
 		prop: "schedulingUserName",
 	},
 	{
-		label: "鍚堝悓鍙�",
-		prop: "salesContractNo",
-		width: 200,
-	},
-	{
-		label: "瀹㈡埛鍚堝悓鍙�",
-		prop: "customerContractNo",
-		width: 200,
-	},
-	{
-		label: "瀹㈡埛鍚嶇О",
-		prop: "customerName",
-		width: 200,
-	},
-	{
-		label: "椤圭洰鍚嶇О",
-		prop: "projectName",
-		width:300
-	},
-	{
 		label: "浜у搧澶х被",
 		prop: "productCategory",
 		width: 150,
@@ -235,6 +215,16 @@
 		prop: "process",
 	},
 	{
+		label: "鍙e懗鍒嗙被",
+		prop: "type",
+		width: 150,
+	},
+	{
+		label: "鎹熻��",
+		prop: "loss",
+		width: 150,
+	},
+	{
 		label: "鎺掍骇鏁伴噺",
 		prop: "schedulingNum",
 		width: 100,
@@ -249,6 +239,11 @@
 		prop: "pendingFinishNum",
 		width: 100,
 	},
+	{
+		label: "澶囨敞",
+		prop: "remark",
+		width: 200,
+	},
 ]);
 const tableData = ref([]);
 const selectedRows = ref([]);

--
Gitblit v1.9.3