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()), }