From bad9ff47e7ed4965c6b3e93aebc38f28e97cca68 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 08 十二月 2025 16:11:00 +0800
Subject: [PATCH] 发货查询以及可发货订单查询筛选缓存
---
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