From 8fbb9414ac41fd267691356147757602f3b6371c Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期二, 09 十二月 2025 12:27:41 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/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