Ver código fonte

更改广告台费

wgp 3 anos atrás
pai
commit
996b014383
1 arquivos alterados com 19 adições e 4 exclusões
  1. 19 4
      public/static/views/publiAccount.html

+ 19 - 4
public/static/views/publiAccount.html

@@ -241,7 +241,7 @@
 								// 	})
 								// 	return false
 								// }
-								
+
 						        // if (luckysheet.getSheet().readOnly != '') {
 						        //     if (luckysheet.getSheet().data[r][luckysheet.getSheet().data[r].length - 1] != null && luckysheet.getSheet().data[r][luckysheet.getSheet().data[r].length - 1].v !== userId) {
 						        //         window.top.$vm.$message({
@@ -267,11 +267,26 @@
                 }
                 if (lockFlag == 'see') { // 查看预算跳转过来
                     // $('#saves').hide()
-                  
                     $('#monthSelect').hide()
+                    $('#imports').hide()
                 }else if (lockFlag == 'add') { // 查看预算跳转过来
-                  
+
 					$('#monthSelect').hide()
+
+                }
+                let r = window.top.location.href.split('?')[1];
+                if(r == 'type=2'){
+                    if(powerFlag == 1){
+                        $('#saves').hide();
+                    }
+                    $('#imports').hide();
+                    $('#monthSelect').hide();
+
+                }
+                if(r == 'type=3'){
+                    $('#imports').hide();
+                    $('#monthSelect').hide();
+                    $('#saves').hide();
                 }
                 initHandel()
             }
@@ -364,4 +379,4 @@
     </script>
 </body>
 
-</html>
+</html>