-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.html
210 lines (190 loc) · 8.85 KB
/
_index.html
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>主页</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
<link rel="stylesheet" href="assets/stylesheets/style.css">
<!-- Morris -->
<!-- <link href="/Public/Home/css/plugins/morris/morris-0.4.3.min.css" rel="stylesheet"> -->
<!-- Gritter -->
<!-- <link href="/Public/Home/js/plugins/gritter/jquery.gritter.css" rel="stylesheet"> -->
<!-- <link href="/Public/Home/css/plugins/sweetalert/sweetalert.css" rel="stylesheet"> -->
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>消息</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<table class="table table-hover no-margins">
<thead>
<tr>
<th>标题</th>
<th>日期</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>证照预警</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<table class="table table-hover no-margins">
<thead>
<tr>
<th>商户名称</th>
<th>证照类型</th>
<th>有效期至</th>
</tr>
</thead>
<tbody>
<tr>
<td>上海雷允上药业有限公司</td>
<td>营业执照</td>
<td>2021/6/30 </td>
</tr><tr>
<td>上海雷允上药业有限公司</td>
<td>质量保证协议</td>
<td>2022/1/1 0</td>
</tr><tr>
<td>安徽华宁医药物流有限公司</td>
<td>GSP证书</td>
<td>2019/7/13 </td>
</tr><tr>
<td>安徽华宁医药物流有限公司</td>
<td>药品经营许可证</td>
<td>2019/1/9 0</td>
</tr><tr>
<td>安徽华宁医药物流有限公司</td>
<td>器械经营许可证</td>
<td>2021/7/11 </td>
</tr><tr>
<td>安徽华宁医药物流有限公司</td>
<td>质量保证协议</td>
<td>2018/12/31</td>
</tr><tr>
<td>安徽华宁医药物流有限公司</td>
<td>营业执照</td>
<td>2019/6/30 </td>
</tr><tr>
<td>安徽华宁医药物流有限公司</td>
<td>卫生许可证</td>
<td>2021/3/30 </td>
</tr><tr>
<td>华润滁州医药有限公司</td>
<td>营业执照</td>
<td>2022/12/31</td>
</tr><tr>
<td>华润滁州医药有限公司</td>
<td>质量保证协议</td>
<td>2022/6/30 </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>库存上下限预警</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<table class="table table-hover no-margins">
<thead>
<tr>
<th>商品编号</th>
<th>商品名称</th>
<th>规格</th>
<th>单位</th>
<th>生产厂商</th>
<th>数量</th>
<th>库存上限</th>
<th>库存下限</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>库存效期预警</h5>
<div class="ibox-tools">
<a class="collapse-link">
<i class="fa fa-chevron-up"></i>
</a>
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="ibox-content">
<table class="table table-hover no-margins">
<thead>
<tr>
<th>商品编号</th>
<th>商品名称</th>
<th>规格</th>
<th>单位</th>
<th>生产厂商</th>
<th>数量</th>
<th>批号</th>
<th>有效期至</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>