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:
wuteng 2025-07-15 13:20:20 +08:00
commit 2ee355db83
4 changed files with 15 additions and 13 deletions

View File

@ -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;

View File

@ -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,
}

View File

@ -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,
}

View File

@ -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,
}