From e00b54ec7322cf7cba5883e17f2e2843f71b8833 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 20 十一月 2025 17:05:54 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/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