From 97fba4a0e38c0b8455d43d2935aa996676407361 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 08 十二月 2025 16:40:36 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

---
 north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js b/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
index e2e4676..09ee61f 100644
--- a/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
+++ b/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
@@ -52,6 +52,11 @@
             }
 
         },
+        searchDeliverFilter:{
+            list:ref([]),
+            data:{}
+
+        },
         projectNo:ref(),
         optimizeData:{
             optimalResults:'',
@@ -117,6 +122,10 @@
                     }
                 }
             }
+            this.searchDeliverFilter={
+                list:[],
+                data:{}
+            }
             this.projectNo=null
             this.optimizeData={
                 optimalResults:null,

--
Gitblit v1.8.0