From 9f5e836044835351021363824a704674e2789449 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 01 四月 2026 17:45:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_银川_中盛建材' into dev_银川_中盛建材

---
 src/views/productionPlan/productionPlan/index.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/productionPlan/productionPlan/index.vue b/src/views/productionPlan/productionPlan/index.vue
index b337aa3..9cdbfd6 100644
--- a/src/views/productionPlan/productionPlan/index.vue
+++ b/src/views/productionPlan/productionPlan/index.vue
@@ -674,7 +674,10 @@
     router.push({
       path: "/productionPlan/trackProgress",
       query: {
-        applyNo: encodeURIComponent(row.applyNo),
+        id: row.id,
+        applyNo: row.applyNo,
+        productName: row.productName,
+        model: row.model,
       },
     });
   };
@@ -1559,4 +1562,7 @@
   //     margin-bottom: 0px !important;
   //   }
   // }
+  :deep(.el-table .el-table__body-wrapper tr td) {
+    background-color: #fff;
+  }
 </style>

--
Gitblit v1.9.3