소스 검색

Merge branch 'dev' of git.echepei.com:caojunjie/Smart_platform_ui into dev

caojunjie 3 년 전
부모
커밋
bbfd42a274
2개의 변경된 파일290개의 추가작업 그리고 215개의 파일을 삭제
  1. 10 1
      src/components/report-dialog/main.vue
  2. 280 214
      src/views/dealer/purchase/detail.vue

+ 10 - 1
src/components/report-dialog/main.vue

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 280 - 214
src/views/dealer/purchase/detail.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.