|
@@ -133,8 +133,18 @@ export default {
|
|
|
&payStartTime=${this.searchValue.payStartTime}
|
|
|
&payEndTime=${this.searchValue.payEndTime}
|
|
|
&userName=${this.searchValue.userName}`
|
|
|
- });
|
|
|
- }else if(name == "客户资料-客户资料.ureport.xml"){
|
|
|
+ })
|
|
|
+ }else if(this.reportName == "进口贸易-提成统计表"){
|
|
|
+ this.$router.push({
|
|
|
+ path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}
|
|
|
+ &year=${this.searchValue.year}
|
|
|
+ &quarter=${this.searchValue.quarter}
|
|
|
+ &userType=${this.searchValue.userType}
|
|
|
+ &userId=${this.searchValue.userId}
|
|
|
+ &goodsId=${this.searchValue.goodsId}`
|
|
|
+ })
|
|
|
+ }
|
|
|
+ else if(name == "客户资料-客户资料.ureport.xml"){
|
|
|
this.$router.push({
|
|
|
path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}&id=${this.reportId}&tenantId=${tenantId}`
|
|
|
});
|