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 | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 260b2c3..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',
--
Gitblit v1.9.3