运单录入、运单修改、网点申请计算运费传参startSiteCode

This commit is contained in:
wuteng 2025-07-15 13:17:06 +08:00
parent ee1489485d
commit 5f7cedd347
3 changed files with 6 additions and 3 deletions

View File

@ -2222,7 +2222,8 @@ methods: {
sendSiteCode: this.form.sendSiteCode,
dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode,
customsClear:this.form.customsClear,
customsEclaration:this.form.customsEclaration
customsEclaration:this.form.customsEclaration,
startSiteCode:this.form.startSiteCode,
}

View File

@ -2213,7 +2213,8 @@ methods: {
sendSiteCode: this.form.sendSiteCode,
dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode,
customsClear:this.form.customsClear,
customsEclaration:this.form.customsEclaration
customsEclaration:this.form.customsEclaration,
startSiteCode:this.form.startSiteCode,
}

View File

@ -2068,7 +2068,8 @@ export default {
sendSiteCode: this.form.sendSiteCode,
dispatchUnderlingSiteCode: this.form.dispatchUnderlingSiteCode,
customsClear:this.form.customsClear,
customsEclaration:this.form.customsEclaration
customsEclaration:this.form.customsEclaration,
startSiteCode:this.form.startSiteCode,
}