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() { 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;

View File

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

View File

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

View File

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