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">
|
2025-12-02 18:30:53 +08:00
|
|
|
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../../../css/work/basic/basic.css">-->
|
2025-11-27 16:55:35 +08:00
|
|
|
<link rel="stylesheet" href="../../../css/ztree/zTreeStyle/zTreeStyle.css" type="text/css">
|
|
|
|
|
<link rel="stylesheet" href="../../../css/ztree/demo.css" type="text/css">
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
ul.ztree {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border: 1px solid #617775;
|
|
|
|
|
background: #f0f6e4;
|
|
|
|
|
width:100%;
|
|
|
|
|
height:360px;
|
|
|
|
|
overflow-y:scroll;
|
|
|
|
|
overflow-x:auto;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
}
|
2025-12-02 18:30:53 +08:00
|
|
|
|
|
|
|
|
/*水平居中 加 垂直居中*/
|
|
|
|
|
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2025-11-27 16:55:35 +08:00
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="col-md-10" style="width: 50%;">
|
|
|
|
|
<div>
|
2025-12-02 18:30:53 +08:00
|
|
|
<div class="layui-inline">
|
|
|
|
|
<input id="treeKeyWord" type="text" class="layui-input" placeholder="请输入工程关键词">
|
|
|
|
|
</div>
|
|
|
|
|
<button id="treeSearchBt" class="layui-btn layui-btn-sm" >搜索</button>
|
2025-11-27 16:55:35 +08:00
|
|
|
</div>
|
|
|
|
|
<ul id="treeDemo" class="ztree accountOrgTree"> </ul>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="width: 50%; float: right">
|
|
|
|
|
<header style="height: 100%">
|
|
|
|
|
<div align="left">
|
|
|
|
|
<table style="width: 100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<form class="form-inline" onsubmit="return false">
|
|
|
|
|
<div class="form-group">
|
2025-12-02 18:30:53 +08:00
|
|
|
<div class="layui-inline">
|
|
|
|
|
<input id="keyWord" type="text" class="layui-input" placeholder="请先选择工程再输入分包商">
|
|
|
|
|
</div>
|
|
|
|
|
<button id="searchBt" class="layui-btn layui-btn-sm" permission="sys:ProRelation:query">搜索</button>
|
2025-11-27 16:55:35 +08:00
|
|
|
</div>
|
|
|
|
|
</form>
|
2025-12-02 18:30:53 +08:00
|
|
|
|
|
|
|
|
<div class="layui-inline" style="margin-top: 5px;">
|
|
|
|
|
<button id="save" class="layui-btn layui-btn-sm" >保存</button>
|
|
|
|
|
</div>
|
2025-11-27 16:55:35 +08:00
|
|
|
</td>
|
|
|
|
|
<td align="right">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<div class="widget-body no-padding">
|
|
|
|
|
<div id="dt-table-length"></div>
|
|
|
|
|
<table id="dt-table" class="table table-striped table-bordered table-hover" style="width:100%">
|
2025-12-02 18:30:53 +08:00
|
|
|
<thead style="background-color: #FAFAFA !important;">
|
2025-11-27 16:55:35 +08:00
|
|
|
<tr>
|
|
|
|
|
<th class='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.6.0.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>
|
2025-12-09 18:44:29 +08:00
|
|
|
<script type="text/javascript" src="../../../../public/public.js"></script>
|
2025-11-27 16:55:35 +08:00
|
|
|
<script type="text/javascript" src="../../../js/publicJs.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../../js/dict.js"></script>
|
|
|
|
|
<script type="text/javascript" src="../../../js/libs/jquery.ztree.all-3.5.min.js"></script>
|
|
|
|
|
<!--<script type="text/javascript" src="../../../js/work/basic/ztree-promenu.js"></script>-->
|
|
|
|
|
<script type="text/javascript" src="../../../js/work/basic/SubAndPro.js"></script>
|
|
|
|
|
|