From be24efd54fa8f8e5d65eab49a7b9832cc70ed4f8 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 24 Nov 2025 15:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8A=A5=E4=BB=B7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0=E4=BC=A0sendDate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/waybillGot.vue | 3 ++- src/views/emis/emisWaybill/waybillModify.vue | 1 + src/views/emis/emisWaybill/waybillRecord.vue | 1 + src/views/emis/emisWaybillAjustApply/adjustPanel.vue | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/emis/emisWaybill/waybillGot.vue b/src/views/emis/emisWaybill/waybillGot.vue index e49bb4dc..19acfae1 100644 --- a/src/views/emis/emisWaybill/waybillGot.vue +++ b/src/views/emis/emisWaybill/waybillGot.vue @@ -2413,7 +2413,8 @@ methods: { dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode, customsClear:this.form.customsClear, customsEclaration:this.form.customsEclaration, - startSiteCode:this.form.startSiteCode + startSiteCode:this.form.startSiteCode, + sendDate:new Date().toLocaleString().replace(/\//g, "-") } diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index 82371ad7..139f8e4b 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -2409,6 +2409,7 @@ methods: { customsClear:this.form.customsClear, customsEclaration:this.form.customsEclaration, startSiteCode:this.form.startSiteCode, + sendDate:this.form.sendDate, } diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index 83dc06ff..fa1ce365 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -2390,6 +2390,7 @@ methods: { customsClear:this.form.customsClear, customsEclaration:this.form.customsEclaration, startSiteCode:this.form.startSiteCode, + sendDate:new Date().toLocaleString().replace(/\//g, "-") } diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index 5b1e40fd..5ac11457 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -2229,6 +2229,7 @@ export default { customsClear:this.form.customsClear, customsEclaration:this.form.customsEclaration, startSiteCode:this.form.startSiteCode, + sendDate:this.form.sendDate, }