From 6d12ef5377cede39299df7b75d37b6541cfc05b6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 07 五月 2026 13:15:40 +0800
Subject: [PATCH] 页面优化

---
 src/views/productionManagement/productionOrder/index.vue |   32 ++++++++++++++++++++++----------
 1 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 260b2c3..2d8fbb2 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -125,16 +125,6 @@
       width: '120px',
     },
     {
-      label: "閿�鍞悎鍚屽彿",
-      prop: "salesContractNo",
-      width: '150px',
-    },
-    {
-      label: "瀹㈡埛鍚嶇О",
-      prop: "customerName",
-      width: '200px',
-    },
-    {
       label: "浜у搧鍚嶇О",
       prop: "productCategory",
       width: '120px',
@@ -152,10 +142,12 @@
     {
       label: "闇�姹傛暟閲�",
       prop: "quantity",
+      width: '100px',
     },
     {
       label: "瀹屾垚鏁伴噺",
       prop: "completeQuantity",
+      width: '100px',
     },
     {
       dataType: "slot",
@@ -165,6 +157,26 @@
       width: 180,
     },
     {
+      label: "閿�鍞悎鍚屽彿",
+      prop: "salesContractNo",
+      width: '150px',
+    },
+    {
+      label: "瀹㈡埛鍚嶇О",
+      prop: "customerName",
+      width: '200px',
+    },
+    {
+      label: "澶囨敞",
+      prop: "remark",
+      width: "160px",
+    },
+    {
+      label: "涓氬姟鍛�",
+      prop: "entryPerson",
+      width: "100px",
+    },
+    {
       label: "寮�濮嬫棩鏈�",
       prop: "startTime",
       formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""),

--
Gitblit v1.9.3