Переглянути джерело

feat:招投标综合分析报告变更招投标综合分析

yangfeng 4 днів тому
батько
коміт
25fe231824

+ 2 - 2
apps/bigmember_pc/src/router/modules/order.js

@@ -320,7 +320,7 @@ export default [
       {
         path: 'analysis-report/:type',
         meta: {
-          title: '招投标综合分析报告',
+          title: '招投标综合分析',
           productId: 151
         },
         components: commonOrder({
@@ -332,7 +332,7 @@ export default [
           {
             path: '',
             meta: {
-              title: '购买招投标综合分析报告',
+              title: '购买招投标综合分析',
               productId: 151
             },
             components: {

+ 1 - 1
apps/bigmember_pc/src/store/order.js

@@ -73,7 +73,7 @@ const productNameMap = {
   202: '业主采购分析报告下载包',
   203: '市场分析定制报告下载包',
   150: '投标企业信用报告',
-  151: '招投标综合分析报告'
+  151: '招投标综合分析'
 }
 
 const Hooks = {

+ 1 - 1
apps/bigmember_pc/src/views/reportDownload/balance.vue

@@ -96,7 +96,7 @@ export default {
         ent: '企业中标分析报告',
         prop: '业主采购分析报告',
         market: '市场分析定制报告',
-        analysis: '招投标综合分析报告'
+        analysis: '招投标综合分析'
       },
       listState: {
         loaded: false, // 是否已经搜索过

+ 1 - 1
apps/bigmember_pc/src/views/reportDownload/index.vue

@@ -40,7 +40,7 @@ export default {
         ent: '企业中标分析报告',
         prop: '业主采购分析报告',
         market: '市场分析定制报告',
-        analysis: '招投标综合分析报告'
+        analysis: '招投标综合分析'
       }
       let str = '报告下载记录'
       if (active && active.indexOf('balance') > -1) {

+ 8 - 8
apps/bigmember_pc/src/views/reportDownload/record.vue

@@ -40,7 +40,7 @@
             height="20"
           />
           <p class="flex items-center justify-between">
-            <span class="zhi-ma-title">招投标综合分析报告</span>
+            <span class="zhi-ma-title">招投标综合分析</span>
 
             <span
               v-if="zhiMaReportInfo.packType > 0"
@@ -118,7 +118,7 @@
           src="@/assets/images/icon/icon-multiply.png"
         />
         <img class="zhima-logo" src="@/assets/images/logo/zhima-logo.png" />
-        <p class="analysis-report-name">招投标综合分析报告</p>
+        <p class="analysis-report-name">招投标综合分析</p>
       </div>
       <div class="flex flex-items-center report-action">
         <ReportExample>
@@ -673,13 +673,13 @@ export default {
           result = '投标企业信用报告'
           break
         case 5:
-          result = '招投标综合分析报告<br>【项目分析报告】'
+          result = '招投标综合分析<br>【项目分析报告】'
           break
         case 6:
-          result = '招投标综合分析报告<br>【供应商分析报告】'
+          result = '招投标综合分析<br>【供应商分析报告】'
           break
         case 7:
-          result = '招投标综合分析报告<br>【采购单位分析报告】'
+          result = '招投标综合分析<br>【采购单位分析报告】'
           break
       }
       return result
@@ -756,13 +756,13 @@ export default {
           result = '投标企业信用报告'
           break
         case 5:
-          result = '招投标综合分析报告<br>【项目分析报告】'
+          result = '招投标综合分析<br>【项目分析报告】'
           break
         case 6:
-          result = '招投标综合分析报告<br>【供应商分析报告】'
+          result = '招投标综合分析<br>【供应商分析报告】'
           break
         case 7:
-          result = '招投标综合分析报告<br>【采购单位分析报告】'
+          result = '招投标综合分析<br>【采购单位分析报告】'
           break
       }
       return result

+ 1 - 1
apps/mobile/src/assets/js/productLink.js

@@ -250,7 +250,7 @@ export const productLinks = {
       app: '/jyapp/common/ownerAnalysis/orderDetail'
     }
   },
-  // 产品类型: 招投标综合分析报告
+  // 产品类型: 招投标综合分析
   analysisReportLink: {
     pay: {
       wx: '/weixin/pay/checkout_analysisReport',

+ 1 - 1
apps/mobile/src/router/modules/order.js

@@ -145,7 +145,7 @@ export default [
         meta: {
           header: true,
           productId: 151,
-          title: '购买招投标综合分析报告'
+          title: '购买招投标综合分析'
         },
         components: createRouterNamedComponents({
           default: () =>

+ 1 - 1
apps/mobile/src/store/modules/createOrder.js

@@ -70,7 +70,7 @@ const productNameMap = {
   117: '数据报告',
   118: '剑鱼文库会员',
   150: '投标企业信用报告',
-  151: '招投标综合分析报告',
+  151: '招投标综合分析',
   203: '市场分析定制报告下载包',
   201: '企业中标分析报告下载包',
   202: '业主采购分析报告下载包'

+ 1 - 1
apps/mobile/src/views/article/ui/ReportDownloadCard.vue

@@ -4,7 +4,7 @@
       投标企业信用报告
     </div> -->
     <div class="menu-action-item">
-      <p class="menu-action-item-title">招投标综合分析报告</p>
+      <p class="menu-action-item-title">招投标综合分析</p>
       <p
         v-if="packageStatus"
         class="flex items-center justify-center member-container"

+ 1 - 1
apps/mobile/src/views/create-order/components/analysis-report/FooterProductionCard.vue

@@ -116,7 +116,7 @@ export default {
   data() {
     return {
       conf: {
-        productName: '招投标综合分析报告',
+        productName: '招投标综合分析',
         productId: 151,
         linkKey: 'analysisReportLink'
       },

+ 2 - 2
apps/mobile/src/views/create-order/components/analysis-report/HeaderAdsense.vue

@@ -38,7 +38,7 @@ export default {
   mixins: [mixinHeader],
   computed: {
     name() {
-      return this.$route.query.name || '招投标综合分析报告'
+      return this.$route.query.name || '招投标综合分析'
     },
     reportType() {
       return titleMaps[this.$route.params.type]
@@ -55,7 +55,7 @@ export default {
       pageLayoutConf: {
         title:
           '购买' +
-          (titleMaps[this.$route.params.type] || '招投标综合分析报告')
+          (titleMaps[this.$route.params.type] || '招投标综合分析')
       }
     }
   },

+ 2 - 2
apps/mobile/src/views/report/ZhiMaAnalysis.vue

@@ -90,7 +90,7 @@ export default {
   data() {
     return {
       pageLayoutConf: {
-        title: '招投标综合分析报告'
+        title: '招投标综合分析'
       },
       finished: false,
       h5Url: '',
@@ -200,7 +200,7 @@ export default {
             reportTypeMap[this.reportMold] +
               '(' +
               (this.isExample ? '样例' : this.reportName) +
-              ')' || '招投标综合分析报告'
+              ')' || '招投标综合分析'
           const types = 'pdf'
           this.getFileSize(fileUrl, (size) => {
             loading.clear()