From fe15fd5caffbe7ed09256d4f1f8a633c16419921 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 07 五月 2026 13:12:45 +0800
Subject: [PATCH] 产品管理: 在新增生产订单表单中添加业务员和备注字段,并在表格中显示相应列

---
 src/views/productionManagement/productionOrder/index.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index fc64063..d85bc58 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -135,6 +135,16 @@
       width: '200px',
     },
     {
+      label: "涓氬姟鍛�",
+      prop: "entryPerson",
+      width: "100px",
+    },
+    {
+      label: "澶囨敞",
+      prop: "remark",
+      width: "160px",
+    },
+    {
       label: "浜у搧鍚嶇О",
       prop: "productCategory",
       width: '120px',
@@ -455,19 +465,19 @@
   align-items: start;
 }
 
-::v-deep .yellow {
+:deep(.yellow) {
   background-color: #FAF0DE;
 }
 
-::v-deep .pink {
+:deep(.pink) {
   background-color: #FAE1DE;
 }
 
-::v-deep .red {
+:deep(.red) {
   background-color: #f80202;
 }
 
-::v-deep .purple{
+:deep(.purple){
   background-color: #F4DEFA;
 }
 </style>

--
Gitblit v1.9.3