重新报价接口调整参数传sendDate
This commit is contained in:
parent
0c8fe370ce
commit
be24efd54f
@ -2413,7 +2413,8 @@ methods: {
|
|||||||
dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode,
|
dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode,
|
||||||
customsClear:this.form.customsClear,
|
customsClear:this.form.customsClear,
|
||||||
customsEclaration:this.form.customsEclaration,
|
customsEclaration:this.form.customsEclaration,
|
||||||
startSiteCode:this.form.startSiteCode
|
startSiteCode:this.form.startSiteCode,
|
||||||
|
sendDate:new Date().toLocaleString().replace(/\//g, "-")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2409,6 +2409,7 @@ methods: {
|
|||||||
customsClear:this.form.customsClear,
|
customsClear:this.form.customsClear,
|
||||||
customsEclaration:this.form.customsEclaration,
|
customsEclaration:this.form.customsEclaration,
|
||||||
startSiteCode:this.form.startSiteCode,
|
startSiteCode:this.form.startSiteCode,
|
||||||
|
sendDate:this.form.sendDate,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2390,6 +2390,7 @@ methods: {
|
|||||||
customsClear:this.form.customsClear,
|
customsClear:this.form.customsClear,
|
||||||
customsEclaration:this.form.customsEclaration,
|
customsEclaration:this.form.customsEclaration,
|
||||||
startSiteCode:this.form.startSiteCode,
|
startSiteCode:this.form.startSiteCode,
|
||||||
|
sendDate:new Date().toLocaleString().replace(/\//g, "-")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2229,6 +2229,7 @@ export default {
|
|||||||
customsClear:this.form.customsClear,
|
customsClear:this.form.customsClear,
|
||||||
customsEclaration:this.form.customsEclaration,
|
customsEclaration:this.form.customsEclaration,
|
||||||
startSiteCode:this.form.startSiteCode,
|
startSiteCode:this.form.startSiteCode,
|
||||||
|
sendDate:this.form.sendDate,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user