运单录入、运单修改、网点申请计算运费传参startSiteCode
This commit is contained in:
parent
ee1489485d
commit
5f7cedd347
@ -2222,7 +2222,8 @@ methods: {
|
|||||||
sendSiteCode: this.form.sendSiteCode,
|
sendSiteCode: this.form.sendSiteCode,
|
||||||
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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2213,7 +2213,8 @@ methods: {
|
|||||||
sendSiteCode: this.form.sendSiteCode,
|
sendSiteCode: this.form.sendSiteCode,
|
||||||
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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2068,7 +2068,8 @@ export default {
|
|||||||
sendSiteCode: this.form.sendSiteCode,
|
sendSiteCode: this.form.sendSiteCode,
|
||||||
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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user