Merge pull request '重新报价接口调整参数传sendDate' (#148) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/148
This commit is contained in:
wuteng 2025-11-24 15:19:14 +08:00
commit fe43f200ca
4 changed files with 5 additions and 1 deletions

View File

@ -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, "-")
}

View File

@ -2409,6 +2409,7 @@ methods: {
customsClear:this.form.customsClear,
customsEclaration:this.form.customsEclaration,
startSiteCode:this.form.startSiteCode,
sendDate:this.form.sendDate,
}

View File

@ -2390,6 +2390,7 @@ methods: {
customsClear:this.form.customsClear,
customsEclaration:this.form.customsEclaration,
startSiteCode:this.form.startSiteCode,
sendDate:new Date().toLocaleString().replace(/\//g, "-")
}

View File

@ -2229,6 +2229,7 @@ export default {
customsClear:this.form.customsClear,
customsEclaration:this.form.customsEclaration,
startSiteCode:this.form.startSiteCode,
sendDate:this.form.sendDate,
}