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.
51 lines
2.7 KiB
51 lines
2.7 KiB
<!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" />
|
|
<script src="../../js/websocket/mqttws31.js" type="text/javascript"></script>
|
|
<script src="../../js/websocket/iotpush.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<form class="layui-form">
|
|
<blockquote class="layui-elem-quote quoteBox">
|
|
<form class="layui-form">
|
|
<div class="layui-inline">
|
|
<div class="layui-input-inline">
|
|
<input type="text" class="layui-input searchVal" placeholder="请输入搜索的内容" />
|
|
</div>
|
|
<a class="layui-btn search_btn" data-type="reload">搜索</a>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<a class="layui-btn layui-btn-normal addNews_btn">我要申请</a>
|
|
</div>
|
|
</form>
|
|
</blockquote>
|
|
<table id="carApplyList" lay-filter="carApplyList">
|
|
</table>
|
|
<!--操作-->
|
|
|
|
<!--已还车 操作-->
|
|
<script type="text/html" id="oacarApplyListBar">
|
|
<a lay-event="audit"><img src="../../images/xiangqing.png" style=" height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="详情"/></a>
|
|
</script>
|
|
<!--未还车 操作-->
|
|
<!--<script type="text/html" id="oacarApplyListBar2">
|
|
<a lay-event="audit"><img src="../../images/xiangqing.png" style=" height:20px; width:20px; margin-right: 20px; cursor:pointer;" title="详情"/></a>
|
|
<a lay-event="edit"><img src="../../images/edit.png" style=" height:20px;=height:20px; width:20px;=width:20px; margin-right=margin-right 20px;=20px; cursor:pointer;"=cursor:pointer;" title="还车" /></a>
|
|
</script>-->
|
|
|
|
</form>
|
|
<script type="text/javascript" src="../../layui/layui.js"></script>
|
|
<script src="../../js/remsg.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="apply.js"></script>
|
|
</body>
|
|
</html>
|