From 08c4c2180a78bc2f67141e0bb0943757346bb77b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 17 七月 2026 14:58:02 +0800
Subject: [PATCH] 银川 1.新增生产计划页面 2.销售订单流程生产流程修改 3.客户管理公私海逻辑修改

---
 src/views/erp/sale/order/data.ts |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/erp/sale/order/data.ts b/src/views/erp/sale/order/data.ts
index 4428be2..d23fc18 100644
--- a/src/views/erp/sale/order/data.ts
+++ b/src/views/erp/sale/order/data.ts
@@ -221,6 +221,12 @@
       minWidth: 80,
     },
     {
+      field: 'needProduction',
+      title: '闇�瑕佺敓浜�',
+      minWidth: 100,
+      slots: { default: 'needProduction' },
+    },
+    {
       field: 'remark',
       title: '澶囨敞',
       minWidth: 150,
@@ -482,6 +488,13 @@
       slots: { default: 'status' },
     },
     {
+      field: 'needProduction',
+      title: '闇�瑕佺敓浜�',
+      minWidth: 100,
+      fixed: 'right',
+      slots: { default: 'needProduction' },
+    },
+    {
       title: '鎿嶄綔',
       width: 260,
       fixed: 'right',

--
Gitblit v1.9.3