From 2ed4995371ed7478a22c56e389bcf62fa61a8b89 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 28 Jun 2024 09:55:38 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/waybillRecord.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index 94b34300..25b1ef69 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -13,13 +13,13 @@ - + - +
@@ -158,7 +158,7 @@ -
+
@@ -674,7 +674,7 @@ - + @@ -689,7 +689,7 @@ - + @@ -1524,7 +1524,7 @@ methods: { }); }, startTimer(){ - if(this.action=='add'){ + if(this.action=='add' || action=='preAdd'){ this.sendDate=parseTime(new Date()); this.timer = setTimeout(this.startTimer, 1000); }