From ceb1dea2b24d5c3216816f42fd0e514613656416 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 08 十二月 2025 16:11:04 +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 |  109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 108 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 48aee97..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
@@ -6,7 +6,65 @@
     state: () => ({
         orderId:null,
         reviewList:[],
-        selectDate:ref(["",""])
+        selectDate:ref(["",""]),
+        selectDeliveryDate:ref(["",""]),
+        selectOrderListDate:ref(["",""]),
+        reportFormDate:ref(["",""]),
+        workOrderDate:ref(["",""]),
+        reportingWorkDate:ref(["",""]),
+        qualityInspectionDate:ref(["",""]),
+        brokenDate:ref(["",""]),
+        yieldDate:ref(["",""]),
+        searchOrderListFilter:ref([]),//璁㈠崟棣栭〉绛涢�塢
+        searchOrderFilter:{
+            list:ref([]),
+            data:{}
+
+        },
+        //娴佺▼鍗$瓫閫夌紦瀛�
+        selectProcessCardFilter:{
+            list:ref([]),
+            data:{
+                order: {
+                    project: ''
+                },
+                orderDetail: {
+                    productId: '',
+                    productName: '',
+                    computeGrossArea: '',
+                    processingNote: '',
+                }
+            }
+
+        },
+        //鎶ュ伐鏌ヨ绛涢�夌紦瀛�
+        selectReportingWorksFilter:{
+            list:ref([]),
+            data:{
+                order: {
+                    project: '',
+                    batch:''
+                },
+                orderGlassDetail: {
+                    completedArea:'',
+                    wornArea:''
+                }
+            }
+
+        },
+        searchDeliverFilter:{
+            list:ref([]),
+            data:{}
+
+        },
+        projectNo:ref(),
+        optimizeData:{
+            optimalResults:'',
+            originalFilm:''
+        },
+
+
+
     }),
     actions: {
 
@@ -24,6 +82,55 @@
         },
         clearSelectDate(){
             this.selectDate=["",""]
+            this.selectDeliveryDate=["",""]
+            this.selectOrderListDate=["",""]
+            this.reportFormDate=["",""]
+            this.workOrderDate=["",""]
+            this.reportingWorkDate=["",""]
+            this.qualityInspectionDate=["",""]
+            this.brokenDate=["",""]
+            this.yieldDate=["",""]
+            this.searchOrderFilter={
+                list:[],
+                data:{}
+            }
+            this.selectReportingWorksFilter={
+                list:ref([]),
+                    data:{
+                    order: {
+                        project: '',
+                            batch:''
+                    },
+                    orderGlassDetail: {
+                        completedArea:'',
+                            wornArea:''
+                    }
+                }
+
+            }
+            this.selectProcessCardFilter={
+                list:[],
+                data:{
+                    order: {
+                        project: ''
+                    },
+                    orderDetail: {
+                        productId: '',
+                        productName: '',
+                        computeGrossArea: '',
+                        processingNote: '',
+                    }
+                }
+            }
+            this.searchDeliverFilter={
+                list:[],
+                data:{}
+            }
+            this.projectNo=null
+            this.optimizeData={
+                optimalResults:null,
+                originalFilm:null
+            }
         }
     },
     persist: true

--
Gitblit v1.8.0