Merge pull request 'master-模板替换' (#29) from master-模板替换 into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/29
This commit is contained in:
commit
2ee355db83
@ -241,16 +241,15 @@ export default {
|
|||||||
getList() {
|
getList() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
this.queryParams.params = {};
|
this.queryParams.params = {};
|
||||||
|
// if(this.queryParams.prodCodeSelArr){
|
||||||
if(this.queryParams.prodCodeSelArr){
|
// if(this.queryParams.prodCodeSelArr.length==2){
|
||||||
if(this.queryParams.prodCodeSelArr.length==2){
|
// this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1];
|
||||||
this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1];
|
// }else{
|
||||||
}else{
|
// this.queryParams.prodCode=null;
|
||||||
this.queryParams.prodCode=null;
|
// }
|
||||||
}
|
// }else{
|
||||||
}else{
|
// this.queryParams.prodCode=null;
|
||||||
this.queryParams.prodCode=null;
|
// }
|
||||||
}
|
|
||||||
|
|
||||||
listEmisSpecialCalcWeight(this.queryParams).then(response => {
|
listEmisSpecialCalcWeight(this.queryParams).then(response => {
|
||||||
this.emisSpecialCalcWeightList = response.rows;
|
this.emisSpecialCalcWeightList = response.rows;
|
||||||
|
|||||||
@ -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