136 lines
4.8 KiB
HTML
136 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>合同框架详情</title>
|
|
<link rel="stylesheet" href="../../../lib/layui-v2.9.18/layui/css/layui.css" media="all">
|
|
<link rel="stylesheet" href="../../../css/font.css" media="all">
|
|
<link rel="stylesheet" href="../../../css/public.css" media="all">
|
|
<link rel="stylesheet" href="../../../css/aq_basic/framework_contract_detail.css" media="all">
|
|
</head>
|
|
<style>
|
|
.layuimini-container {
|
|
height: auto;
|
|
}
|
|
|
|
#detail-box {
|
|
width: 100%;
|
|
height: 70px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#detail-box>div {
|
|
margin: 0 20px;
|
|
}
|
|
|
|
#detail-box img {
|
|
width: 50px;
|
|
height: 50pz;
|
|
}
|
|
</style>
|
|
|
|
<body id="body">
|
|
<div id="main-box">
|
|
<div class="layout" id="detail-box">
|
|
<div class="layout">
|
|
<img src="../../../images/svg/u418.svg">
|
|
<div class="layout" style="flex-direction: column;align-items: start;margin-left: 10px;">
|
|
<p style="font-size: 18px;font-weight: bold;" id="titleName"></p>
|
|
<p id="dataSource"></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
</div>
|
|
</div>
|
|
<div id="basic-box">
|
|
<div class="title layout">
|
|
<span style="font-weight:700;text-decoration:none;color:#409EFF;">▋</span>
|
|
<p>施工管理平台字段信息</p>
|
|
</div>
|
|
<div id="basic-table">
|
|
<table class="classTable">
|
|
<tr>
|
|
<th>工程名称</th>
|
|
<th>分公司</th>
|
|
<th>工程类别</th>
|
|
<th>电压等级</th>
|
|
</tr>
|
|
<tr>
|
|
<td id="bdname"></td>
|
|
<td id="bmname"></td>
|
|
<td id="projectcategory"></td>
|
|
<td id="voltagelevel"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>施工地点</th>
|
|
<th>计划开工日期</th>
|
|
<th>计划竣工日期</th>
|
|
<th>项目状态</th>
|
|
</tr>
|
|
<tr>
|
|
<td id="constructionsite"></td>
|
|
<td id="starttime"></td>
|
|
<td id="completiontime"></td>
|
|
<td id="xmZt"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div id="cj-box">
|
|
<div class="title layout">
|
|
<span style="font-weight:700;text-decoration:none;color:#409EFF;">▋</span>
|
|
<p>扩充字段信息</p>
|
|
</div>
|
|
<div id="file-table-box">
|
|
<table class="classTable" id="cj-table">
|
|
<tr>
|
|
<th>工程编号</th>
|
|
<th>项目经理</th>
|
|
<th>项目性质</th>
|
|
<th>联系电话</th>
|
|
</tr>
|
|
<tr>
|
|
<td id="proCode"></td>
|
|
<td id="xmjl"></td>
|
|
<td id="xmxz"></td>
|
|
<td id="lxdh"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>手机</th>
|
|
<th>传真</th>
|
|
<th>工程属地</th>
|
|
<th>材料员</th>
|
|
</tr>
|
|
<tr>
|
|
<td id="telPhone"></td>
|
|
<td id="cz"></td>
|
|
<td id="gcsd"></td>
|
|
<td id="cly"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>公里数</th>
|
|
<th>材料员联系方式</th>
|
|
<th>备注</th>
|
|
<th></th>
|
|
</tr>
|
|
<tr>
|
|
<td id="gls"></td>
|
|
<td id="clyPhone"></td>
|
|
<td id="remark"></td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="../../../lib/jquery-3.4.1/jquery-3.7.1.min.js" charset="utf-8"></script>
|
|
<script src="../../../js/public.js" charset="utf-8"></script>
|
|
<script src="../../../js/aes.js" charset="utf-8"></script>
|
|
<script src="../../../js/Print.js" charset="utf-8"></script>
|
|
<script src="../../../lib/layui-v2.9.18/layui/layui.js" charset="utf-8"></script>
|
|
<script src="../../../js/system/child/bid_pro_detail.js" charset="utf-8"></script>
|
|
|
|
</html> |