Bläddra i källkod

oa跳转报表-网页标题修改

jbb 1 år sedan
förälder
incheckning
b590ac09c7

+ 1 - 0
src/views/cost-allocation-total/fabricLossesSummary.vue

@@ -276,6 +276,7 @@ export default {
   created() {
     this.apply = this.$route.query.apply;
     this.getCostList()
+    document.title = '面料损耗列表'+ ' · ' + '森语'
   },
   methods: {
    // 分页查询

+ 1 - 0
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -413,6 +413,7 @@ export default {
   async created() {
     await this.defaultData()
     await this.getCostList()
+    document.title = '计划单统计表'+ ' · ' + '森语'
   },
   methods: {
    // 分页查询

+ 1 - 0
src/views/cost-allocation-total/list.vue

@@ -214,6 +214,7 @@ export default {
     this.apply = this.$route.query.apply;
     console.log(this.$route.query)
     this.getCostList()
+    document.title = '成本分配列表'+ ' · ' + '森语'
   },
   methods: {
     // 分页查询

+ 3 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -514,7 +514,9 @@ export default {
       // dateFormat: 'YYYY-MM-DD',
     }
   },
-  created() {},
+  created() {
+    document.title = '成本分配表'+ ' · ' + '森语'
+  },
   filters: {
                 //文字数超出时,超出部分使用...
                 ellipsis(value) {

+ 1 - 0
src/views/reportForms/pro-progress-report.vue

@@ -283,6 +283,7 @@ export default {
     }
   },
   created() {
+    document.title = '生产进度报表'+ ' · ' + '森语'
     // this.getproProgressList()
   },
   methods: {

+ 1 - 1
src/views/reportForms/supplier-capacity.vue

@@ -281,7 +281,7 @@ export default {
   async created() {
     await this.getOption()
     this.getSupplierList()
-  
+    document.title = '供应商产能维护'+ ' · ' + '森语'
     
   },
   computed: {},

+ 1 - 0
src/views/reportForms/supply-capacity-table.vue

@@ -250,6 +250,7 @@ export default {
   created() {
     this.getData()
     this.getSupplyCapList() // 渲染 供应链产能报表
+    document.title = '供应商产能报表'+ ' · ' + '森语'
   },
 
   methods: {