From b3be0c127eaa43f4a1342909fa7111889fca02cc Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期二, 26 八月 2025 08:15:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 north-glass-erp/northglass-erp/src/components/sd/order/OrderProcess.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/sd/order/OrderProcess.vue b/north-glass-erp/northglass-erp/src/components/sd/order/OrderProcess.vue
index 13383ee..0c55c15 100644
--- a/north-glass-erp/northglass-erp/src/components/sd/order/OrderProcess.vue
+++ b/north-glass-erp/northglass-erp/src/components/sd/order/OrderProcess.vue
@@ -98,8 +98,8 @@
   {field: 'quantity',slots: { default: 'show'}, width: 90,title: t('order.quantity')},
   {field: 'glassQuantity', width: 90,title: t('order.glassQuantity')},
   {field: 'grossArea',slots: { default: 'show'}, width: 90,title: t('order.area')},
-  {field: 'shippedQuantity',slots: { default: 'show'},width: 120, title: t('delivery.deliveryQuantity')},
-  {field: 'shippedArea',slots: { default: 'show'},width: 120, title: t('report.shippedArea')},
+  {field: 'shippedQuantity',slots: { default: 'show'},width: 120, title: t('delivery.deliveryQuantity'),visible:false},
+  {field: 'shippedArea',slots: { default: 'show'},width: 120, title: t('report.shippedArea'),visible:false},
   {field: 'Storage',slots: { default: 'show'},width: 120, title: t('report.inventoryNum')},
   // {field: 'inventoryArea',slots: { default: 'show'},width: 120, title: t('report.inventoryArea')},
   {field: 'StorageArea',slots: { default: 'show'},width: 120, title: t('report.StorageArea')},

--
Gitblit v1.8.0