hn_cloud_web/smz-web/pages/work/basic/sceneManager.html

72 lines
3.5 KiB
HTML
Raw Normal View History

2025-11-27 16:55:35 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>工程与施工现场管理</title>
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/dataTables.bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../layui/css/layui.css">
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/work/basic/basic.css">
</head>
<body>
<div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<header style="height: 100%">
<div align="left">
<table style="width: 100%">
<tr>
<td>
<form class="form-inline" onsubmit="return false">
<div class="form-group">
<input id="keyWord" type="text" class="form-control" placeholder="请输入关键字">
<button id="searchBt" class="layui-btn layui-btn-sm" permission="sys:ProAndWorkManager:query"><i class="layui-icon">&#xe615;</i>搜索</button>
<button id="downloadBt" class="layui-btn layui-btn-sm" permission="sys:ProAndWorkManager:query"><i class="layui-icon">&#xe601;</i>导入模板下载</button>
<button class="layui-btn layui-btn-sm" onclick="insertSceneManager()"><i class="layui-icon">&#xe608;</i>添加</button>
</div>
</form>
</td>
<td align="right">
<input id="articleImageFile" name="excelFile" type="file" class="form-control" style="width: 300px; display: inline;" />
<button id="saveZipButton" class="layui-btn layui-btn-sm" style="margin-top: -11px;">导入</button>
</td>
</tr>
</table>
</div>
</header>
<div>
<div class="widget-body no-padding">
<table id="dt-table" class="table table-striped table-bordered table-hover" style="width:100%">
<thead>
<tr>
<th>序号</th>
<th>工程名称</th>
<th>施工现场</th>
<th>经度</th>
<th>纬度</th>
<th>分包商</th>
<th>操作</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="../../../js/libs/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../js/jq.js"></script>
<script type="text/javascript" src="../../../js/plugin/datatables/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="../../../js/plugin/datatables/dataTables.bootstrap.min.js"></script>
<script type="text/javascript" src="../../../js/my/permission.js"></script>
<script type="text/javascript" src="../../../layui/layui.js"></script>
<script type="text/javascript" src="../../../js/publicJs.js"></script>
<script type="text/javascript" src="../../../js/dict.js"></script>
<script type="text/javascript" src="../../../js/work/basic/sceneManager.js"></script>
<script type="text/javascript">
</script>