|  | @@ -9,31 +9,31 @@
 | 
	
		
			
				|  |  |              <div class="col-xs-6 mb-30 ">
 | 
	
		
			
				|  |  |                  <div class="c-body">
 | 
	
		
			
				|  |  |                      <h2>清单规则编辑器
 | 
	
		
			
				|  |  | -                        <a href="/stdBillsmain" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  | +                        <a id="billsLib" href="javascript:void(0);" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <div class="col-xs-6 mb-30 ">
 | 
	
		
			
				|  |  |                  <div class="c-body">
 | 
	
		
			
				|  |  |                      <h2>定额编辑器
 | 
	
		
			
				|  |  | -                        <a href="/rationRepository/main" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  | +                        <a id="rationLib" href="javascript:void(0);" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <div class="col-xs-6 mb-30 ">
 | 
	
		
			
				|  |  |                  <div class="c-body">
 | 
	
		
			
				|  |  |                      <h2>报表模板
 | 
	
		
			
				|  |  | -                        <a href="/rpt_tpl" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  | +                        <a id="rptTemplate" href="javascript:void(0);" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <div class="col-xs-6 mb-30 ">
 | 
	
		
			
				|  |  |                  <div class="c-body">
 | 
	
		
			
				|  |  |                      <h2>人材机库
 | 
	
		
			
				|  |  | -                        <a href="/stdGljRepository/main" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  | +                        <a id="gljLib" href="javascript:void(0);" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <div class="col-xs-6 mb-30 ">
 | 
	
		
			
				|  |  |                  <div class="c-body">
 | 
	
		
			
				|  |  |                      <h2>清单指引编辑器
 | 
	
		
			
				|  |  | -                        <a href="/billsGuidance/main" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  | +                        <a id="billsGuidanceLib" href="/billsGuidance/main" class="btn btn-primary pull-right">进入</a></h2>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <div class="col-xs-6 mb-30 ">
 | 
	
	
		
			
				|  | @@ -74,6 +74,46 @@
 | 
	
		
			
				|  |  |  <script type="text/javascript" src="/public/web/PerfectLoad.js"></script>
 | 
	
		
			
				|  |  |  <script type="text/javascript">
 | 
	
		
			
				|  |  |      $(document).ready(function () {
 | 
	
		
			
				|  |  | +        $('#billsLib').click(function () {
 | 
	
		
			
				|  |  | +            let href = '/stdBillsmain';
 | 
	
		
			
				|  |  | +            let newTab = window.open('about:blank');
 | 
	
		
			
				|  |  | +            CommonAjax.get(href, {}, function () {
 | 
	
		
			
				|  |  | +               newTab.location.href = href;
 | 
	
		
			
				|  |  | +            });
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        $('#rationLib').click(function () {
 | 
	
		
			
				|  |  | +            let href = '/rationRepository/main';
 | 
	
		
			
				|  |  | +            let newTab = window.open('about:blank');
 | 
	
		
			
				|  |  | +            CommonAjax.get(href, {}, function () {
 | 
	
		
			
				|  |  | +               newTab.location.href = href;
 | 
	
		
			
				|  |  | +            });
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        $('#rptTemplate').click(function () {
 | 
	
		
			
				|  |  | +            let href = '/rpt_tpl';
 | 
	
		
			
				|  |  | +            let newTab = window.open('about:blank');
 | 
	
		
			
				|  |  | +            CommonAjax.get(href, {}, function () {
 | 
	
		
			
				|  |  | +               newTab.location.href = href;
 | 
	
		
			
				|  |  | +            });
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        $('#gljLib').click(function () {
 | 
	
		
			
				|  |  | +            let href = '/stdGljRepository/main';
 | 
	
		
			
				|  |  | +            let newTab = window.open('about:blank');
 | 
	
		
			
				|  |  | +            CommonAjax.get(href, {}, function () {
 | 
	
		
			
				|  |  | +               newTab.location.href = href;
 | 
	
		
			
				|  |  | +            });
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        $('#billsGuidanceLib').click(function () {
 | 
	
		
			
				|  |  | +            let href = '/billsGuidance/main';
 | 
	
		
			
				|  |  | +            let newTab = window.open('about:blank');
 | 
	
		
			
				|  |  | +            CommonAjax.get(href, {}, function () {
 | 
	
		
			
				|  |  | +               newTab.location.href = href;
 | 
	
		
			
				|  |  | +            });
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          $('#clearJunkBtn').click(function () {
 | 
	
		
			
				|  |  |              $('#clearJunkModal').modal('show');
 | 
	
		
			
				|  |  |          });
 |