@@ -208,7 +208,16 @@ export default {
id: this.reportId,
userId: userId,
tenantId: tenantId,
- corpType:this.corpType
+ corpType: this.corpType
+ }
+ });
+ } else if (name == "经销商-采购单.ureport.xml") {
+ this.$router.push({
+ path: `/myiframe/urlPath?name=preview-${name}&src=${this.website.reportUrl}/preview?_u=blade-${name}`,
+ query: {
+ id: this.reportId,
+ tradeType: "JXS",
+ tenantId: tenantId
}
});
} else {