From 6dd74d6739305ba7ab51c43b83d166bdf9e12c52 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 21 十一月 2025 10:16:39 +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 | 14 ++++++++++++++
1 files changed, 14 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 243b28d..035097b 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
@@ -85,6 +85,20 @@
list:[],
data:{}
}
+ this.selectReportingWorksFilter={
+ list:ref([]),
+ data:{
+ order: {
+ project: '',
+ batch:''
+ },
+ orderGlassDetail: {
+ completedArea:'',
+ wornArea:''
+ }
+ }
+
+ }
this.selectProcessCardFilter={
list:[],
data:{
--
Gitblit v1.8.0