|
@ -8,21 +8,11 @@
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
|
|
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
|
|
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
.l-grid-tree-space
|
|
|
|
{
|
|
|
|
width:18px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
overflow:hidden;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- ####### 页面部分 ####### -->
|
|
<!-- ####### 页面部分 ####### -->
|
|
<div class="m-content">
|
|
<div class="m-content">
|
|
<!-- ####### 查询条件部分 ####### -->
|
|
<!-- ####### 查询条件部分 ####### -->
|
|
<form id="dataForm" class="m-form-inline">
|
|
|
|
|
|
<form class="m-form-inline">
|
|
<div class="m-form-group">
|
|
<div class="m-form-group">
|
|
<div class="m-form-control">
|
|
<div class="m-form-control">
|
|
<input type="text" id="inp_search" name="inp_search" placeholder="请输入适配方案/适配方案版本名称" style="font-size: 12px;"
|
|
<input type="text" id="inp_search" name="inp_search" placeholder="请输入适配方案/适配方案版本名称" style="font-size: 12px;"
|
|
@ -35,8 +25,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<input type="hidden" id="hd_url" value="${contextRoot}"/>
|
|
</form>
|
|
</form>
|
|
<!--######适配方案信息表######-->
|
|
<!--######适配方案信息表######-->
|
|
<div id="div_cda_type_grid" ></div>
|
|
<div id="div_cda_type_grid" ></div>
|
|
<input type="hidden" id="hd_url" value="${contextRoot}"/>
|
|
|
|
</div>
|
|
</div>
|