You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
3.2 KiB
63 lines
3.2 KiB
11 months ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>添加--菜单管理</title>
|
||
|
<meta name="renderer" content="webkit" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
<meta name="format-detection" content="telephone=no" />
|
||
|
<link rel="stylesheet" href="../../../layui/css/layui.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../../css/public.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../../iconfont/iconfont.css" media="all" />
|
||
|
<link rel="stylesheet" href="../../../css/right-list.css" media="all" />
|
||
|
<script type="text/javascript" src="../../../js/jquery-2.1.3.min.js"></script>
|
||
|
<script type="text/javascript" src="../../../js/jq_extend.js"></script>
|
||
|
</head>
|
||
|
<body class="childrenBody">
|
||
|
<div style="width: 100%;text-align: center;color: #fff;font-size: 16px">
|
||
|
<form class="layui-form">
|
||
|
<div class="layui-input-inline" style="margin-top: 5px">
|
||
|
<span style="float: left">任务名称:</span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="font-size: 18px">
|
||
|
<span id="TASK_NAME" style="float: left;color:#009688"></span>
|
||
|
</div>
|
||
|
<br />
|
||
|
<div class="layui-input-inline" style="margin-top: 15px">
|
||
|
<span style="float: left;">上午上班打卡时间段:</span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="margin-top: 15px">
|
||
|
<span id="UP_DATE" style="float: left;color:#009688"></span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="margin-top: 15px;margin-left: 33px">
|
||
|
<span style="float: left;">上午下班打卡时间段:</span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="margin-top: 15px">
|
||
|
<span id="DOWN_DATE" style="float: left;color:#009688"></span>
|
||
|
</div>
|
||
|
<br />
|
||
|
<div class="layui-input-inline" style="margin-top: 15px">
|
||
|
<span style="float: left;">下午上班打卡时间段:</span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="margin-top: 15px">
|
||
|
<span id="UP_DATE2" style="float: left;color:#009688"></span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="margin-top: 15px;margin-left: 33px">
|
||
|
<span style="float: left;">下午下班打卡时间段:</span>
|
||
|
</div>
|
||
|
<div class="layui-input-inline" style="margin-top: 15px">
|
||
|
<span id="DOWN_DATE2" style="float: left;color:#009688"></span>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
<div style="width: 95%;margin-top: 2%;margin-left: 2%">
|
||
|
<table id="RecordList" lay-filter="RecordList"></table>
|
||
|
</div>
|
||
|
<script type="text/javascript" src="../../../layui/layui.js"></script>
|
||
|
<script type="text/javascript" src="TaskAudit.js"></script>
|
||
|
</body>
|
||
|
</html>
|