|
|
@@ -5,7 +5,7 @@
|
|
5
|
5
|
<meta charset="UTF-8">
|
|
6
|
6
|
<title>上班时段设置</title>
|
|
7
|
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
8
|
|
- <link href="../css/init.css" rel="stylesheet" />
|
|
|
8
|
+ <link href="../css/init.css" rel="stylesheet" />
|
|
9
|
9
|
<script src="../Script/Common/huayi.load.js"></script>
|
|
10
|
10
|
<script src="../Script/Common/huayi.config.js"></script>
|
|
11
|
11
|
<link href="../css/Table/table1.css" rel="stylesheet" />
|
|
|
@@ -14,11 +14,11 @@
|
|
14
|
14
|
</head>
|
|
15
|
15
|
<body class="gray-bg">
|
|
16
|
16
|
<div class="wrapper wrapper-content animated fadeInRight">
|
|
17
|
|
- <div class="daoHang clearfix">
|
|
18
|
|
- <div class="dhLeft">
|
|
19
|
|
- <sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>><a href="javaScript:;">话务管理</a>><a href="" style="color: #000;">上班时间设置</a></sapn>
|
|
20
|
|
- </div>
|
|
21
|
|
- </div>
|
|
|
17
|
+ <div class="daoHang clearfix">
|
|
|
18
|
+ <div class="dhLeft">
|
|
|
19
|
+ <sapn><i class="syIcon"></i>位置:<a href="javaScript:;" id="ReIndex">首页</a>><a href="javaScript:;">话务管理</a>><a href="" style="color: #000;">上班时间设置</a></sapn>
|
|
|
20
|
+ </div>
|
|
|
21
|
+ </div>
|
|
22
|
22
|
<div class="th-box">
|
|
23
|
23
|
<div class="th-bar">
|
|
24
|
24
|
<a class="sc_btn add max-right">添加</a>
|
|
|
@@ -143,7 +143,7 @@
|
|
143
|
143
|
content: html
|
|
144
|
144
|
});
|
|
145
|
145
|
|
|
146
|
|
- $("#ID").val(result.data.F_Id);
|
|
|
146
|
+ $("#ID").val(result.data.F_ID);
|
|
147
|
147
|
$("#workstart").val(result.data.F_WorkStartTimes.substr(11, 8));
|
|
148
|
148
|
$("#workend").val(result.data.F_WorkEndTimes.substr(11, 8));
|
|
149
|
149
|
$("#timename").val(result.data.F_TimeName);
|