|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+<!DOCTYPE html>
|
|
|
2
|
+<html>
|
|
|
3
|
+ <head>
|
|
|
4
|
+ <meta charset="UTF-8">
|
|
|
5
|
+ <script src="../Script/Common/huayi.load.js"></script>
|
|
|
6
|
+ <script src="../Script/Common/huayi.http.js"></script>
|
|
|
7
|
+ <script src="../Script/Common/huayi.config.js"></script>
|
|
|
8
|
+ <script src="../js/laydate/laydate.js"></script>
|
|
|
9
|
+ <link rel="stylesheet" href="../css/init.css" />
|
|
|
10
|
+ <link rel="stylesheet" type="text/css" href="../js/layui/css/layui.css" />
|
|
|
11
|
+ <title></title>
|
|
|
12
|
+ <style>
|
|
|
13
|
+ .bjCon table th {
|
|
|
14
|
+ padding: 5px 8px 5px 0;
|
|
|
15
|
+ text-align: right;
|
|
|
16
|
+ width: 30%;
|
|
|
17
|
+ }
|
|
|
18
|
+
|
|
|
19
|
+ .bjCon table td {
|
|
|
20
|
+ padding: 6px 0 5px 10px;
|
|
|
21
|
+ text-align: left;
|
|
|
22
|
+ color: #717171;
|
|
|
23
|
+ line-height: 200%;
|
|
|
24
|
+ }
|
|
|
25
|
+ .bjCon table td .timeBox{
|
|
|
26
|
+
|
|
|
27
|
+ display: inline-block;
|
|
|
28
|
+ position: relative;
|
|
|
29
|
+ }
|
|
|
30
|
+
|
|
|
31
|
+ .bjCon table td input {
|
|
|
32
|
+ border: 1px solid #e5e5e5;
|
|
|
33
|
+ width: 240px;
|
|
|
34
|
+ outline: 0;
|
|
|
35
|
+ margin-right: 5px;
|
|
|
36
|
+ padding-left: 35px;
|
|
|
37
|
+ }
|
|
|
38
|
+ .tub {
|
|
|
39
|
+ position: absolute;
|
|
|
40
|
+ left: 6px;
|
|
|
41
|
+ top: 7px;
|
|
|
42
|
+ font-size: 18px;
|
|
|
43
|
+ color: #ccc;
|
|
|
44
|
+ }
|
|
|
45
|
+ .removes{
|
|
|
46
|
+ vertical-align: middle;
|
|
|
47
|
+ margin-right: 10px;
|
|
|
48
|
+ display: none;
|
|
|
49
|
+ }
|
|
|
50
|
+ </style>
|
|
|
51
|
+ </head>
|
|
|
52
|
+ <body class="gray-bg">
|
|
|
53
|
+ <div class="container-fluid wrapper-content animated fadeInRight">
|
|
|
54
|
+ <div class="daoHang clearfix">
|
|
|
55
|
+ <div class="dhLeft">
|
|
|
56
|
+ <sapn>
|
|
|
57
|
+ <i class="syIcon"></i>位置:
|
|
|
58
|
+ <a id="ReIndex" href="javaScript:;">首页</a>>
|
|
|
59
|
+ <a href="javaScript:;">话务管理</a>>
|
|
|
60
|
+ <a href="javaScript:;" style="color: #000;">呼叫转移时间设置</a>
|
|
|
61
|
+ </sapn>
|
|
|
62
|
+ </div>
|
|
|
63
|
+ </div>
|
|
|
64
|
+ <div class="timeBox">
|
|
|
65
|
+ <div class="anniu layui-btn-group" style="margin: 20px 0;">
|
|
|
66
|
+ <button class="btns layui-btn" id="addto"><i class="fa fa-plus" style="margin-right: 5px;"></i>添加</button>
|
|
|
67
|
+ <button class="btns layui-btn" id="del"><i class="fa fa-remove" style="margin-right: 5px;"></i>删除</button>
|
|
|
68
|
+ <button class="btns layui-btn" id="save"><i class="fa fa-save" style="margin-right: 5px;"></i>保存</button>
|
|
|
69
|
+ </div>
|
|
|
70
|
+ <div class="bjCon ">
|
|
|
71
|
+ <table style="width: 100%;" class="tables">
|
|
|
72
|
+ <tr>
|
|
|
73
|
+ <th>时间段1:</th>
|
|
|
74
|
+ <td>
|
|
|
75
|
+ <div class="timeBox">
|
|
|
76
|
+ <i class="fa fa-clock-o tub"></i>
|
|
|
77
|
+ <input type="text" class="test-item" id="usestrTime1" readonly="readonly" name="starttime1" />
|
|
|
78
|
+ </div>
|
|
|
79
|
+ <span>至</span>
|
|
|
80
|
+ <div class="timeBox">
|
|
|
81
|
+ <i class="fa fa-clock-o tub"></i>
|
|
|
82
|
+ <input type="text" class="test-item" id="usestrTime11" readonly="readonly" name="starttime1" />
|
|
|
83
|
+ </div>
|
|
|
84
|
+
|
|
|
85
|
+ </td>
|
|
|
86
|
+ </tr>
|
|
|
87
|
+ <tr>
|
|
|
88
|
+ <th>时间段2:</th>
|
|
|
89
|
+ <td>
|
|
|
90
|
+ <div class="timeBox">
|
|
|
91
|
+ <i class="fa fa-clock-o tub"></i>
|
|
|
92
|
+ <input type="text" class="test-item" id="usestrTime2" readonly="readonly" name="starttime1" />
|
|
|
93
|
+ </div>
|
|
|
94
|
+ <span>至</span>
|
|
|
95
|
+ <div class="timeBox">
|
|
|
96
|
+ <i class="fa fa-clock-o tub"></i>
|
|
|
97
|
+ <input type="text" class="test-item" id="usestrTime22" readonly="readonly" name="starttime1" />
|
|
|
98
|
+ </div>
|
|
|
99
|
+
|
|
|
100
|
+ </td>
|
|
|
101
|
+ </tr>
|
|
|
102
|
+ <tr>
|
|
|
103
|
+ <th>时间段3:</th>
|
|
|
104
|
+ <td>
|
|
|
105
|
+ <div class="timeBox">
|
|
|
106
|
+ <i class="fa fa-clock-o tub"></i>
|
|
|
107
|
+ <input type="text" class="test-item" id="usestrTime3" readonly="readonly" name="starttime1" />
|
|
|
108
|
+ </div>
|
|
|
109
|
+ <span>至</span>
|
|
|
110
|
+ <div class="timeBox">
|
|
|
111
|
+ <i class="fa fa-clock-o tub"></i>
|
|
|
112
|
+ <input type="text" class="test-item" id="usestrTime33" readonly="readonly" name="starttime1" />
|
|
|
113
|
+ </div>
|
|
|
114
|
+
|
|
|
115
|
+ </td>
|
|
|
116
|
+ </tr>
|
|
|
117
|
+ </table>
|
|
|
118
|
+ </div>
|
|
|
119
|
+
|
|
|
120
|
+ </div>
|
|
|
121
|
+
|
|
|
122
|
+ </div>
|
|
|
123
|
+ <script src="js/transferTimeSetting.js"></script>
|
|
|
124
|
+ </body>
|
|
|
125
|
+</html>
|