From eba3314826d53ff0f7e5679d185baaff84e50354 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期四, 04 十二月 2025 10:07:56 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js |    4 ++++
 1 files changed, 4 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 035097b..e2e4676 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
@@ -14,6 +14,7 @@
         reportingWorkDate:ref(["",""]),
         qualityInspectionDate:ref(["",""]),
         brokenDate:ref(["",""]),
+        yieldDate:ref(["",""]),
         searchOrderListFilter:ref([]),//璁㈠崟棣栭〉绛涢�塢
         searchOrderFilter:{
             list:ref([]),
@@ -81,6 +82,9 @@
             this.reportFormDate=["",""]
             this.workOrderDate=["",""]
             this.reportingWorkDate=["",""]
+            this.qualityInspectionDate=["",""]
+            this.brokenDate=["",""]
+            this.yieldDate=["",""]
             this.searchOrderFilter={
                 list:[],
                 data:{}

--
Gitblit v1.8.0