diff --git a/src/views/emis/emisWaybill/waybillModify.vue b/src/views/emis/emisWaybill/waybillModify.vue index 149d3faf..02a451bc 100644 --- a/src/views/emis/emisWaybill/waybillModify.vue +++ b/src/views/emis/emisWaybill/waybillModify.vue @@ -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, } diff --git a/src/views/emis/emisWaybill/waybillRecord.vue b/src/views/emis/emisWaybill/waybillRecord.vue index f6788c41..d167b086 100644 --- a/src/views/emis/emisWaybill/waybillRecord.vue +++ b/src/views/emis/emisWaybill/waybillRecord.vue @@ -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, } diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index 927119c0..0d86d282 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -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, }