|
|
|
@ -10,6 +10,11 @@
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="../../../Areas/CompanyManage/Content/css/policylist.css">
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="../../Areas/CompanyManage/Content/hplus/css/plugins/datapicker/datepicker3.css" />
|
|
|
|
|
<link href="../../../Areas/CompanyManage/Content/hplus/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet" />
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.bootstrap-table{
|
|
|
|
|
margin-right:0px !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="top-navigation">
|
|
|
|
@ -22,7 +27,7 @@
|
|
|
|
|
<div class="ibox-title" style="display:none;">
|
|
|
|
|
<h5><i></i>保单管理</h5>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ibox-content" style="padding-bottom: 0px;">
|
|
|
|
|
<div class="ibox-content" style="padding-top:0px;padding-bottom: 0px;">
|
|
|
|
|
<form id="tabF" class="form-horizontal form-policylist" action="/MvcShipping/HuaiTaiInsurance/GetTable" method="get">
|
|
|
|
|
<div class="col-lg-5 col-md-5" style="float: left; margin-bottom: 20px">
|
|
|
|
|
<a class="btn btn-query" id="add"><span class="glyphicon glyphicon-plus-sign"></span>新增</a>
|
|
|
|
@ -31,7 +36,7 @@
|
|
|
|
|
<a class="btn btn-query" id="copy"><span class="glyphicon glyphicon-duplicate"></span>复制保单</a>
|
|
|
|
|
<a class="btn btn-query" id="edit" style="display:none" ><span class="glyphicon glyphicon-pencil"></span>更新保单</a>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="/Areas/MvcShipping/Contens/华泰未出险证明.doc" id="loadImTemp" title="下载未出险证明模板" style="float: right"><span class="glyphicon glyphicon-save"></span></a>
|
|
|
|
|
<a href="/Areas/MvcShipping/Contens/华泰未出险证明.doc" id="loadImTemp" title="下载未出险证明模板" style="margin-top:15px;margin-right:20px;float: right;color:#1890ff;"><span class="glyphicon glyphicon-save"></span></a>
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label">流水号:</label>
|
|
|
|
@ -71,7 +76,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ibox-content">
|
|
|
|
|
<div class="ibox-content" style="padding-left:20px;">
|
|
|
|
|
<table id="thisTab">
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
@ -90,7 +95,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body"></div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">确定</button>
|
|
|
|
|
<button type="button" class="btn btn-primary" data-dismiss="modal">确定</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|