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