From 21a440955553e86063724958c7d0b187b0e87ccf Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 29 一月 2026 13:56:52 +0800
Subject: [PATCH] 销售订单-隐藏未知字段

---
 src/main/webapp/static/js/salesOrder/salsesOrder.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/salesOrder/salsesOrder.js b/src/main/webapp/static/js/salesOrder/salsesOrder.js
index 730d107..ecb3352 100644
--- a/src/main/webapp/static/js/salesOrder/salsesOrder.js
+++ b/src/main/webapp/static/js/salesOrder/salsesOrder.js
@@ -18,7 +18,7 @@
         , { field: 'inQty', align: 'center', title: '鍏ュ簱鏁伴噺', width: 110 }
         , { field: 'disQty', align: 'center', title: '閫氱煡鍗�', width: 110 }
         , { field: 'icsbeqty', align: 'center', title: '鍑鸿揣閫氱煡鏁�', width: 110 }
-        , { field: 'seoseqty', align: 'center', title: '瀹炲嚭鏁伴噺', width: 110 }
+        // , { field: 'seoseqty', align: 'center', title: '瀹炲嚭鏁伴噺', width: 110 }
         , { field: 'outQty', align: 'center', title: '瀵硅处鏁伴噺', width: 110 }
         , { field: 'invoiceQty', align: 'center', title: '寮�绁ㄦ暟閲�', width: 110 }
         , { field: 'unInvoiceQty', align: 'center', title: '鏈紑绁ㄦ暟閲�', width: 110 }

--
Gitblit v1.9.1