|
|
|
@ -14,17 +14,17 @@
|
|
|
|
|
<%@include file="../../jspf/comm.jspf" %>
|
|
|
|
|
</head>
|
|
|
|
|
<style>
|
|
|
|
|
.modal-header2 {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
vertical-align: middle !important;
|
|
|
|
|
background-color: #3c8dbc !important;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 5px 5px 5px 5px !important;
|
|
|
|
|
}
|
|
|
|
|
.modal-header2 {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
vertical-align: middle !important;
|
|
|
|
|
background-color: #3c8dbc !important;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 5px 5px 5px 5px !important;
|
|
|
|
|
}
|
|
|
|
|
/*.modal-header {*/
|
|
|
|
|
/*padding: 5px 5px 5px 5px !important;*/
|
|
|
|
|
/*padding: 5px 5px 5px 5px !important;*/
|
|
|
|
|
/*}*/
|
|
|
|
|
.modal-footer{
|
|
|
|
|
padding: 5px;
|
|
|
|
@ -54,184 +54,184 @@
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<body>
|
|
|
|
|
<div style="margin-left:30px;margin-right:10px;height:auto">
|
|
|
|
|
|
|
|
|
|
<!--搜索-->
|
|
|
|
|
<form style="margin-top:20px;">
|
|
|
|
|
<div class="form-inline">
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="inpNo">住院号:</label>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="inpNo" placeholder="请输入住院号">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="visitId">住院次数:</label>
|
|
|
|
|
<input type="number" class="input-sm form-control" id="visitId" placeholder="请输入次数">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="name">姓名:</label>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="name" placeholder="请输入姓名">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="name">身份证号:</label>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="idNo" placeholder="请输入身份证号">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="archivestate">归档状态 :</label>
|
|
|
|
|
<select class="input-sm form-control" id="archivestate">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<option value="初审">初审</option>
|
|
|
|
|
<option value="已认证">已认证</option>
|
|
|
|
|
<option value="已归档">已归档</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8" id="deptDiv" style="height: 18px;margin-top: -7px;">
|
|
|
|
|
<label>入院科室 :</label>
|
|
|
|
|
<%--<select class="input-sm form-control" id="deptName">--%>
|
|
|
|
|
<%--<option value="">全部</option>--%>
|
|
|
|
|
<%--<%–<option value="在院">在院</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="未归档">未归档</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="归档中">归档中</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="初审">初审</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="已认证">已认证</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="已归档">已归档</option>–%>--%>
|
|
|
|
|
<%--</select>--%>
|
|
|
|
|
<select class="selectpicker bla bla bli" multiple data-live-search="true" name="deptName"
|
|
|
|
|
id="deptName" title="请输入科室">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss">
|
|
|
|
|
<label for="state">召回状态 :</label>
|
|
|
|
|
<select class="input-sm form-control" id="state">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<option value="已召回">已召回</option>
|
|
|
|
|
<option value="未召回">未召回</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" class="btn btn-primary btn-sm divCss"id="searchBtn">查询</button>
|
|
|
|
|
<button type="button" class="btn btn-info btn-sm divCss" id="excelBtn">条件导出</button>
|
|
|
|
|
<div style="margin-left:30px;margin-right:10px;height:auto">
|
|
|
|
|
|
|
|
|
|
<!--搜索-->
|
|
|
|
|
<form style="margin-top:20px;">
|
|
|
|
|
<div class="form-inline">
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="inpNo">住院号:</label>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="inpNo" placeholder="请输入住院号">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="visitId">住院次数:</label>
|
|
|
|
|
<input type="number" class="input-sm form-control" id="visitId" placeholder="请输入次数">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="name">姓名:</label>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="name" placeholder="请输入姓名">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="name">身份证号:</label>
|
|
|
|
|
<input type="text" class="input-sm form-control" id="idNo" placeholder="请输入身份证号">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss8">
|
|
|
|
|
<label for="archivestate">归档状态 :</label>
|
|
|
|
|
<select class="input-sm form-control" id="archivestate">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<option value="初审">初审</option>
|
|
|
|
|
<option value="已认证">已认证</option>
|
|
|
|
|
<option value="已归档">已归档</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<!--数据表格-->
|
|
|
|
|
<table id="table" class="table text-nowrap table-striped" ></table>
|
|
|
|
|
<div class="form-group divCss8" id="deptDiv" style="height: 18px;margin-top: -7px;">
|
|
|
|
|
<label>入院科室 :</label>
|
|
|
|
|
<%--<select class="input-sm form-control" id="deptName">--%>
|
|
|
|
|
<%--<option value="">全部</option>--%>
|
|
|
|
|
<%--<%–<option value="在院">在院</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="未归档">未归档</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="归档中">归档中</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="初审">初审</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="已认证">已认证</option>–%>--%>
|
|
|
|
|
<%--<%–<option value="已归档">已归档</option>–%>--%>
|
|
|
|
|
<%--</select>--%>
|
|
|
|
|
<select class="selectpicker bla bla bli" multiple data-live-search="true" name="deptName"
|
|
|
|
|
id="deptName" title="请输入科室">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group divCss">
|
|
|
|
|
<label for="state">召回状态 :</label>
|
|
|
|
|
<select class="input-sm form-control" id="state">
|
|
|
|
|
<option value="">全部</option>
|
|
|
|
|
<option value="已召回">已召回</option>
|
|
|
|
|
<option value="未召回">未召回</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<button type="button" class="btn btn-primary btn-sm divCss"id="searchBtn">查询</button>
|
|
|
|
|
<button type="button" class="btn btn-info btn-sm divCss" id="excelBtn">条件导出</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<!--数据表格-->
|
|
|
|
|
<table id="table" class="table text-nowrap table-striped" ></table>
|
|
|
|
|
<div id="toolbar" class="btn-group pull-right" style="margin-right: 20px;">
|
|
|
|
|
<div class="columns columns-right btn-group pull-right" style="margin-top:0px;">
|
|
|
|
|
<div class="btn-group btn-info">
|
|
|
|
|
<select id="sel_exportoption" class="form-control">
|
|
|
|
|
<option value="">导出当前页面数据</option>
|
|
|
|
|
<option value="all">导出全部数据</option>
|
|
|
|
|
<option value="selected">导出选中数据</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<button class=" btn btn-success btn-sm" style="height: 34px" type="button" id="refreshBtn" name="refresh" aria-label="Refresh"
|
|
|
|
|
title="Refresh">
|
|
|
|
|
<i class="glyphicon glyphicon-refresh icon-refresh"></i>
|
|
|
|
|
</button>
|
|
|
|
|
<div class="btn-group btn-info">
|
|
|
|
|
<select id="sel_exportoption" class="form-control">
|
|
|
|
|
<option value="">导出当前页面数据</option>
|
|
|
|
|
<option value="all">导出全部数据</option>
|
|
|
|
|
<option value="selected">导出选中数据</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<button class=" btn btn-success btn-sm" style="height: 34px" type="button" id="refreshBtn" name="refresh" aria-label="Refresh"
|
|
|
|
|
title="Refresh">
|
|
|
|
|
<i class="glyphicon glyphicon-refresh icon-refresh"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 模态框3(Modal)召回日志 -->
|
|
|
|
|
<div class="modal fade" id="logModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
|
|
|
<div class="modal-dialog">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header2">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
|
|
|
|
×
|
|
|
|
|
</button>
|
|
|
|
|
<h4 class="modal-title">
|
|
|
|
|
最后一次召回日志信息
|
|
|
|
|
</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<!--通过审批且未过期的patientId集合-->
|
|
|
|
|
<form class="form-horizontal" id="logForm">
|
|
|
|
|
<input type="hidden" id="approveId" name="id">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">病案号:</label>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<input type="text" class="input-sm form-control" readonly id="archiveDetailId" name="archiveDetailId">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
<!-- 模态框3(Modal)召回日志 -->
|
|
|
|
|
<div class="modal fade" id="logModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
|
|
|
<div class="modal-dialog">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
|
<div class="modal-header2">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
|
|
|
|
|
×
|
|
|
|
|
</button>
|
|
|
|
|
<h4 class="modal-title">
|
|
|
|
|
最后一次召回日志信息
|
|
|
|
|
</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<!--通过审批且未过期的patientId集合-->
|
|
|
|
|
<form class="form-horizontal" id="logForm">
|
|
|
|
|
<input type="hidden" id="approveId" name="id">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">病案号:</label>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<input type="text" class="input-sm form-control" readonly id="archiveDetailId" name="archiveDetailId">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">操作人:</label>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<input type="text" class="input-sm form-control" readonly id="creater" name="creater">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">操作人:</label>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<input type="text" class="input-sm form-control" readonly id="creater" name="creater">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">ip:</label>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<input type="text" class="input-sm form-control" readonly id="ip" name="ip">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">ip:</label>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<input type="text" class="input-sm form-control" readonly id="ip" name="ip">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">说明:</label>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<textarea class="input-sm form-control" rows="3" readonly id="recallReason" name="recallReason"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label">说明:</label>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<textarea class="input-sm form-control" rows="3" readonly id="recallReason" name="recallReason"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-1"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal">关闭
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal">关闭
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<%--确认框--%>
|
|
|
|
|
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
|
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
|
<div class="modal-content ">
|
|
|
|
|
<div class="modal-header2">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
|
|
aria-hidden="true">×</span></button>
|
|
|
|
|
<h4 class="modal-title" id="exampleModalLabel">确认召回</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<form>
|
|
|
|
|
<div class="form-group ">
|
|
|
|
|
<input type="hidden" id="id" name="id" value=""/><label hidden id="danganhao"></label>
|
|
|
|
|
<span style="vertical-align:top;">原因:</span><textarea rows="6" style="width:87%;" maxlength="255" id="recallReason2"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<%--<div class="form-group">--%>
|
|
|
|
|
<%----%>
|
|
|
|
|
<%--<label class="control-label">召回病案号:<label id="danganhao"></label>吗?</label>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
|
|
|
|
|
<%--<div class="row">--%>
|
|
|
|
|
<%--<div class="form-group">--%>
|
|
|
|
|
<%--<label class="col-sm-4 control-label">原因:</label>--%>
|
|
|
|
|
|
|
|
|
|
<%--<textarea class="input-sm " rows="3" maxlength="255" id="recallReason2"--%>
|
|
|
|
|
<%--name="recallReason2"></textarea>--%>
|
|
|
|
|
|
|
|
|
|
<%--<div class="col-sm-1"></div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal">返回</button>
|
|
|
|
|
<button type="button" class="btn btn-primary btn-sm" id="stateBtn">确认</button>
|
|
|
|
|
</div>
|
|
|
|
|
<%--确认框--%>
|
|
|
|
|
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
|
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
|
<div class="modal-content ">
|
|
|
|
|
<div class="modal-header2">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
|
|
aria-hidden="true">×</span></button>
|
|
|
|
|
<h4 class="modal-title" id="exampleModalLabel">确认召回</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<form>
|
|
|
|
|
<div class="form-group ">
|
|
|
|
|
<input type="hidden" id="id" name="id" value=""/><label hidden id="danganhao"></label>
|
|
|
|
|
<span style="vertical-align:top;">原因:</span><textarea rows="6" style="width:87%;" maxlength="255" id="recallReason2"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<%--<div class="form-group">--%>
|
|
|
|
|
<%----%>
|
|
|
|
|
<%--<label class="control-label">召回病案号:<label id="danganhao"></label>吗?</label>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
|
|
|
|
|
<%--<div class="row">--%>
|
|
|
|
|
<%--<div class="form-group">--%>
|
|
|
|
|
<%--<label class="col-sm-4 control-label">原因:</label>--%>
|
|
|
|
|
|
|
|
|
|
<%--<textarea class="input-sm " rows="3" maxlength="255" id="recallReason2"--%>
|
|
|
|
|
<%--name="recallReason2"></textarea>--%>
|
|
|
|
|
|
|
|
|
|
<%--<div class="col-sm-1"></div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
<%--</div>--%>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal">返回</button>
|
|
|
|
|
<button type="button" class="btn btn-primary btn-sm" id="stateBtn">确认</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
<script>
|
|
|
|
|
var tipLoad = 1;
|
|
|
|
@ -288,6 +288,8 @@
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// $("#deptName").selectpicker('refresh'); //
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
getDept();
|
|
|
|
@ -365,14 +367,14 @@
|
|
|
|
|
var limit= null;
|
|
|
|
|
var offset= params.offset;
|
|
|
|
|
//判断是否导出全部all
|
|
|
|
|
if ($("#sel_exportoption").val() == "all") {
|
|
|
|
|
offset=0;
|
|
|
|
|
limit=this.totalRows;
|
|
|
|
|
this.pageSize= limit;
|
|
|
|
|
if ($("#sel_exportoption").val() == "all") {
|
|
|
|
|
offset=0;
|
|
|
|
|
limit=this.totalRows;
|
|
|
|
|
this.pageSize= limit;
|
|
|
|
|
}else{
|
|
|
|
|
limit = currPageSize;
|
|
|
|
|
this.pageSize = currPageSize;
|
|
|
|
|
}
|
|
|
|
|
limit = currPageSize;
|
|
|
|
|
this.pageSize = currPageSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var url = window.location.href;
|
|
|
|
|
var deptName = '';
|
|
|
|
@ -395,7 +397,7 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var temp = {
|
|
|
|
|
var temp = {
|
|
|
|
|
limit: limit, //页面大小
|
|
|
|
|
offset: offset, //页码
|
|
|
|
|
order: params.order, //排位命令(desc,asc)
|
|
|
|
@ -556,9 +558,9 @@
|
|
|
|
|
if (row.archivestate == "已认证" || row.archivestate == "已归档") {
|
|
|
|
|
if(row.state=="已召回"){
|
|
|
|
|
return '<button class="btn btn-warning btn-sm" onclick="recallFun(\'' + row.id + '\',\'' + row.archiveDetailId + '\')">召回 </button>' + '<button class="btn btn-danger btn-sm" onclick="logFun(\'' + row.id + '\',\'' + row.archiveDetailId + '\',\'' + row.recallReason + '\')">日志</button>';
|
|
|
|
|
}else{
|
|
|
|
|
}else{
|
|
|
|
|
return '<button class="btn btn-warning btn-sm" onclick="recallFun(\'' + row.id + '\',\'' + row.archiveDetailId + '\')">召回 </button>';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
return '';
|
|
|
|
|
}
|
|
|
|
@ -643,9 +645,9 @@
|
|
|
|
|
|
|
|
|
|
//2.初始化select的change事件
|
|
|
|
|
$("#sel_exportoption").change(function () {
|
|
|
|
|
$('#table').bootstrapTable('refreshOptions', {
|
|
|
|
|
exportDataType: $(this).val()
|
|
|
|
|
});
|
|
|
|
|
$('#table').bootstrapTable('refreshOptions', {
|
|
|
|
|
exportDataType: $(this).val()
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
$("#refreshBtn").click(function () {
|
|
|
|
|
//刷新
|
|
|
|
@ -678,7 +680,7 @@
|
|
|
|
|
|
|
|
|
|
$("#stateBtn").click(function () {
|
|
|
|
|
$('#exampleModal').modal('hide'); //手动关闭
|
|
|
|
|
//console.log("===召回事件======="+ $("#id").val()+":"+ $("#danganhao").html());
|
|
|
|
|
//console.log("===召回事件======="+ $("#id").val()+":"+ $("#danganhao").html());
|
|
|
|
|
var archiveDetailId=$("#danganhao").html();
|
|
|
|
|
var id = archiveDetailId;
|
|
|
|
|
var recallReason= $("#recallReason2").val();
|
|
|
|
@ -696,8 +698,8 @@
|
|
|
|
|
}
|
|
|
|
|
}, error: function () {
|
|
|
|
|
//刷新
|
|
|
|
|
// $('#table').bootstrapTable('refresh');
|
|
|
|
|
//toastr.success("召回成功!");
|
|
|
|
|
// $('#table').bootstrapTable('refresh');
|
|
|
|
|
//toastr.success("召回成功!");
|
|
|
|
|
toastr.error("召回失败!")
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|