diff --git a/src/views/emis/emisSpecialCalcWeight/index.vue b/src/views/emis/emisSpecialCalcWeight/index.vue index 91f90f28..8f201810 100644 --- a/src/views/emis/emisSpecialCalcWeight/index.vue +++ b/src/views/emis/emisSpecialCalcWeight/index.vue @@ -241,16 +241,15 @@ export default { getList() { this.loading = true; this.queryParams.params = {}; - - if(this.queryParams.prodCodeSelArr){ - if(this.queryParams.prodCodeSelArr.length==2){ - this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1]; - }else{ - this.queryParams.prodCode=null; - } - }else{ - this.queryParams.prodCode=null; - } + // if(this.queryParams.prodCodeSelArr){ + // if(this.queryParams.prodCodeSelArr.length==2){ + // this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1]; + // }else{ + // this.queryParams.prodCode=null; + // } + // }else{ + // this.queryParams.prodCode=null; + // } listEmisSpecialCalcWeight(this.queryParams).then(response => { this.emisSpecialCalcWeightList = response.rows; 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, }