55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<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">
|
||
|
|
<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">
|
||
|
|
</head>
|
||
|
|
<style>
|
||
|
|
.layui-tab-brief > .layui-tab-title .layui-this {
|
||
|
|
color: #409eff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-tab-brief > .layui-tab-more li.layui-this:after,
|
||
|
|
.layui-tab-brief > .layui-tab-title .layui-this:after {
|
||
|
|
border-bottom: 2px solid #409eff;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: #428bca;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover,
|
||
|
|
a:focus {
|
||
|
|
color: #2a6496;
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<body>
|
||
|
|
<div class="layuimini-container">
|
||
|
|
<div class="layuimini-main">
|
||
|
|
<div class="layui-tab layui-tab-brief" lay-filter="demo-filter-tab">
|
||
|
|
<ul class="layui-tab-title">
|
||
|
|
<li value="1" class="layui-this">申请列表</li>
|
||
|
|
<li value="2">申请记录</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div style="height: 90%;width: 100%;" >
|
||
|
|
<iframe id="tabFrame" src="./payment_list.html" width="100%" height="100%" frameborder="0"></iframe>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<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="../../lib/layui-v2.9.18/layui/layui.js" charset="utf-8"></script>
|
||
|
|
<script src="../../js/car_application_audit/payment_tab.js" charset="utf-8"></script>
|
||
|
|
<script src="../../js/openIframe.js" charset="utf-8"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|