From 95d8c03c5b0c576f6e37092c2d3b5e38e6a95ba1 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 12 三月 2025 08:55:33 +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 | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 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 e4cbf35..b5819da 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
@@ -13,8 +13,24 @@
workOrderDate:ref(["",""]),
searchOrderListFilter:ref([]),//璁㈠崟棣栭〉绛涢�塢
searchOrderFilter:{
- list:ref([]),
+ list:ref([]),
data:{}
+
+ },
+ //娴佺▼鍗$瓫閫夌紦瀛�
+ selectProcessCardFilter:{
+ list:ref([]),
+ data:{
+ order: {
+ project: ''
+ },
+ orderDetail: {
+ productId: '',
+ productName: '',
+ computeGrossArea: '',
+ processingNote: '',
+ }
+ }
}
@@ -45,6 +61,10 @@
list:[],
data:{}
}
+ this.selectProcessCardFilter={
+ list:[],
+ data:{}
+ }
}
},
persist: true
--
Gitblit v1.8.0