mqd %!s(int64=3) %!d(string=hai) anos
pai
achega
3a00ca51d4

+ 1 - 1
src/pages/main/advertising/materialApplicationDetail.vue

@@ -353,7 +353,7 @@ export default {
                     options: []
                 }
             ],
-            tooltit: "物料申请审核",
+            tooltit: "物料申请查看",
             fullscreen: false,
             total: 0,
             pageSize: 1,

+ 5 - 2
src/pages/main/advertising/materialApplicationExa.vue

@@ -601,7 +601,7 @@ export default {
                 ]
             },
             
-            tooltit: this.isBtnShow ? "物料申请审核" : "确认结果",
+            
             fullscreen: false,
             total: 0,
             pageSize: 1,
@@ -691,6 +691,7 @@ export default {
             ],
             isSupplierShow: false,
             isBtnShow: false,
+            tooltit: '',
         };
     },
     computed: {
@@ -1252,17 +1253,19 @@ export default {
             this.params.btnS = this.$route.query.btnS;
             
             // this.params.countryWoId = this.$route.query.countyWoId;
+            // tooltit: this.isBtnShow ? "确认结果" : "物料申请审核",
 
             if(this.params.btnS == 1){
                 
                 this.isBtnShow = true
                 this.params.cityWoId = this.$route.query.cityWoId;
-
+                this.tooltit = "物料申请审核"
                 
             }else if(this.params.btnS == 2){
                 //确认结果路由
                 this.isBtnShow = false;
                 this.params.cityWoId = this.$route.query.cityWoId;
+                 this.tooltit = "确认结果"
             }
             
         }