From 6ab824e24bc3126c3d43b318ec244f895ecb9e3d Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 25 七月 2024 14:35:37 +0800
Subject: [PATCH] 修改发货的时间保存

---
 north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js |    6 +++++-
 1 files changed, 5 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..a052b13 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,9 @@
     state: () => ({
         orderId:null,
         reviewList:[],
-        selectDate:ref(["",""])
+        selectDate:ref(["",""]),
+        selectDeliveryDate:ref(["",""]),
+        selectOrderListDate:ref(["",""])
     }),
     actions: {
 
@@ -24,6 +26,8 @@
         },
         clearSelectDate(){
             this.selectDate=["",""]
+            this.selectDeliveryDate=["",""]
+            this.selectOrderListDate=["",""]
         }
     },
     persist: true

--
Gitblit v1.8.0