重新报价接口调整参数传sendDate

This commit is contained in:
wuteng 2025-11-24 15:02:12 +08:00
parent 0c8fe370ce
commit be24efd54f
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,
}