From 8e3408e69ee488afb536b02e5122f04882fb2395 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 26 八月 2026 14:57:45 +0800
Subject: [PATCH] feat: 生产订单展示销售单号列
---
src/views/productionManagement/productionOrder/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index c543f2e..594362b 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -285,6 +285,11 @@
prop: "npsNo",
width: "150px",
},
+ {
+ label: "閿�鍞崟鍙�",
+ prop: "salesContractNo",
+ width: "150px",
+ },
// 1.寰呭紑濮嬨��2.杩涜涓��3.宸插畬鎴愩��4.宸插彇娑堛��5.宸茬粨鏉�
{
label: "鐘舵��",
--
Gitblit v1.9.3