supplier.hbs
4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>医链云</title>
<link rel="stylesheet" href="/styles/hospital.css">
<link rel="stylesheet" href="/styles/normalize.css">
<link rel="stylesheet" href="/styles/nprogress.css">
<link rel="stylesheet" href="/styles/vue-msgbox.css">
<link rel="stylesheet" type="text/css" href="/styles/jquery.mCustomScrollbar.css">
</head>
<body>
<div id="app"></div>
<script src="/js/jquery-1.11.1.js"></script>
<script src="/build/supplier.js"></script>
<script src="/js/echarts.min.js"></script>
<script src="/js/viewer.js"></script>
<script src="/js/china.js"></script>
<script src="/js/jquery.flexText.min.js"></script>
<script src="/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="/js/jsencrypt.js"></script>
<script src="/layer/layer.js"></script>
<script src="/js/main.js"></script>
<!-- start Dplus --><script type="text/javascript">!function(a,b){if(!b.__SV){var c,d,e,f;window.dplus=b,b._i=[],b.init=function(a,c,d){function g(a,b){var c=b.split(".");2==c.length&&(a=a[c[0]],b=c[1]),a[b]=function(){a.push([b].concat(Array.prototype.slice.call(arguments,0)))}}var h=b;for("undefined"!=typeof d?h=b[d]=[]:d="dplus",h.people=h.people||[],h.toString=function(a){var b="dplus";return"dplus"!==d&&(b+="."+d),a||(b+=" (stub)"),b},h.people.toString=function(){return h.toString(1)+".people (stub)"},e="disable track track_links track_forms register unregister get_property identify clear set_config get_config get_distinct_id track_pageview register_once track_with_tag time_event people.set people.unset people.delete_user".split(" "),f=0;f<e.length;f++)g(h,e[f]);b._i.push([a,c,d])},b.__SV=1.1,c=a.createElement("script"),c.type="text/javascript",c.charset="utf-8",c.async=!0,c.src="//w.cnzz.com/dplus.php?id=1269853959",d=a.getElementsByTagName("script")[0],d.parentNode.insertBefore(c,d)}}(document,window.dplus||[]),dplus.init("1269853959");</script><!-- end Dplus -->
<script>
// 纵向滚动条
(function($){
var Ysfalg=window.localStorage.getItem('Ysfalg');
if(Ysfalg){
document.getElementsByTagName("title")[0].innerText = '传世药链云平台';
}else{
document.getElementsByTagName("title")[0].innerText = '医链云';
}
$(window).on("load",function(){
$("#sortable").mCustomScrollbar({
scrollbarPosition:"outside",
scrollInertia:450,
theme:"light-2"
});
});
})(jQuery);
//横向滚动条
(function($){
$(window).on("load",function(){
var amount=Math.max.apply(Math,$("#content-1 li").map(function(){return $(this).outerWidth(true);}).get());
$("#content-1").mCustomScrollbar({
axis:"x",
theme:"inset",
advanced:{
autoExpandHorizontalScroll:true
},
scrollButtons:{
enable:true,
scrollType:"stepped",
},
keyboard:{scrollType:"stepped"},
// snapAmount:amount,
mouseWheel:{scrollAmount:amount},
advanced:{autoExpandHorizontalScroll:true}
});
});
})(jQuery);
//横向滚动条
function scroll_btn(){
alert();
(function($){
$(window).on("load",function(){
var amount=Math.max.apply(Math,$("#content-1 li").map(function(){return $(this).outerWidth(true);}).get());
$("#content-1").mCustomScrollbar({
axis:"x",
theme:"inset",
advanced:{
autoExpandHorizontalScroll:true
},
scrollButtons:{
enable:true,
scrollType:"stepped",
},
keyboard:{scrollType:"stepped"},
// snapAmount:amount,
mouseWheel:{scrollAmount:amount},
advanced:{autoExpandHorizontalScroll:true}
});
});
})(jQuery);
}
</script>
<script src="/js/snap.svg-min.js" type="text/javascript"></script>
<script src="/js/modernizr.custom.js" type="text/javascript"></script>
<script src="/js/header_sfy.js" type="text/javascript"></script>
</body>
</html>