From e803c6309940c250147446d4120668d6e1e01298 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 26 Nov 2025 09:44:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=A4=96=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=A0=BC=E5=BC=8F=E4=B8=8D=E5=90=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84bug=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillGot.vue | 2 +- src/views/emis/emisWaybill/waybillRecord.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisWaybill/waybillGot.vue b/src/views/emis/emisWaybill/waybillGot.vue index 19acfae1..0407b898 100644 --- a/src/views/emis/emisWaybill/waybillGot.vue +++ b/src/views/emis/emisWaybill/waybillGot.vue @@ -2414,7 +2414,7 @@ methods: { customsClear:this.form.customsClear, customsEclaration:this.form.customsEclaration, startSiteCode:this.form.startSiteCode, - sendDate:new Date().toLocaleString().replace(/\//g, "-") + sendDate:parseTime(new Date()) } diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index fa1ce365..f67928aa 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -2390,7 +2390,7 @@ methods: { customsClear:this.form.customsClear, customsEclaration:this.form.customsEclaration, startSiteCode:this.form.startSiteCode, - sendDate:new Date().toLocaleString().replace(/\//g, "-") + sendDate:parseTime(new Date()), } From aa7c6e9045defdcb921bfbe34dee5e80a53f167a Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 26 Nov 2025 09:52:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E5=A4=96=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E5=AF=BC=E8=87=B4=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/EmisBaseTools/SalesSupportPicker.vue | 3 ++- src/views/emis/emisWaybill/batchWaybillRecord.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/emis/EmisBaseTools/SalesSupportPicker.vue b/src/views/emis/EmisBaseTools/SalesSupportPicker.vue index 1282143a..09d01a7a 100644 --- a/src/views/emis/EmisBaseTools/SalesSupportPicker.vue +++ b/src/views/emis/EmisBaseTools/SalesSupportPicker.vue @@ -19,6 +19,7 @@