From 032ee5711112b139e39ddb8e5ccf578943f307a8 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 01 四月 2026 09:25:08 +0800
Subject: [PATCH] 编辑工序参数必填,确认后页面回显不是必填、手动新增主生产计划选择砌块强度,新增后强度展示有误、客户档案列表中跟进进度、跟进时间字段去掉

---
 src/views/productionManagement/productionReporting/index.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 81ea100..2f30d64 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -89,9 +89,12 @@
 
   const tableColumn = ref([
     {
+      label: "鎶ュ伐缂栧彿",
+      prop: "productNo",
+    },
+    {
       label: "鐢熶骇璁㈠崟鍙�",
       prop: "npsNo",
-      width: "150px",
     },
     {
       label: "鐝粍",
@@ -105,20 +108,25 @@
     {
       label: "浜у搧缂栫爜",
       prop: "materialCode",
-      width: "150px",
     },
     {
       label: "浜у搧鍚嶇О",
       prop: "productName",
-      width: "150px",
     },
     {
       label: "瑙勬牸",
       prop: "productModelName",
-      width: "150px",
       className: "productModelName-cell",
     },
     {
+      label: "寮哄害",
+      prop: "strength",
+      dataType: "tag",
+      formatType: params => {
+        return params == "A3.5" ? "primary" : "warning";
+      },
+    },
+    {
       label: "浜у嚭鏂归噺",
       prop: "totalQuantity",
       width: "100px",

--
Gitblit v1.9.3