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() {
|
||||
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;
|
||||
|
||||
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user