|
@@ -5,33 +5,6 @@
|
|
|
<th:block th:include="include :: layout-latest-css" />
|
|
|
<th:block th:include="include :: ztree-css" />
|
|
|
</head>
|
|
|
-<style>
|
|
|
- /* 设置 ul 的基本样式 */
|
|
|
- ul {
|
|
|
- list-style-type: none; /* 去掉项目符号 */
|
|
|
- padding: 0; /* 去掉默认的内边距 */
|
|
|
- display: grid; /* 使用网格布局 */
|
|
|
- grid-template-columns: repeat(5, 1fr); /* 设置三列 */
|
|
|
- }
|
|
|
- ul-list ul{
|
|
|
- list-style-type: none; /* 去掉项目符号 */
|
|
|
- padding: 0; /* 去掉默认的内边距 */
|
|
|
- display: grid; /* 使用网格布局 */
|
|
|
- grid-template-columns: repeat(4, 1fr); /* 设置三列 */
|
|
|
- }
|
|
|
- ul-list ul li{
|
|
|
- /*padding: 10px;*/ /* 内边距 */
|
|
|
- text-align: left; /* 文本居中 */
|
|
|
- }
|
|
|
-
|
|
|
- /* 设置 li 的基本样式 */
|
|
|
- li {
|
|
|
- /*background-color: lightblue; *//* 背景颜色 */
|
|
|
- /*padding: 1px; !* 内边距 *!*/
|
|
|
- text-align: right; /* 文本居中 */
|
|
|
- }
|
|
|
-</style>
|
|
|
-
|
|
|
<body class="gray-bg">
|
|
|
<div class="ui-layout-center">
|
|
|
<div class="container-div">
|
|
@@ -44,93 +17,89 @@
|
|
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="resetPre()"><i class="fa fa-refresh"></i> 重置</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <form id="followUp-form">
|
|
|
+ <form id="followUp-form" class="customize-search-form">
|
|
|
<input type="hidden" id="deptId" name="deptId">
|
|
|
<input type="hidden" id="parentId" name="parentId">
|
|
|
+ <div class="customize-form-group-container">
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>患者信息:</label>
|
|
|
+ <input type="text" class="styled-input" name="patientName"/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>药品:</label>
|
|
|
+ <input type="text" class="styled-input" name="genericName"/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>预约日期:</label>
|
|
|
+ <input type="text" disabled="" class="styled-input time-input" id="t" placeholder="预约日期" name="appointmentDate" required/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>任务跟进人:</label>
|
|
|
+ <input type="text" class="styled-input" name="taskFollower"/>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="select-list" >
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- 患者信息: <input type="text" class="styled-input" name="patientName"/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 药品:<input type="text" class="styled-input" name="genericName"/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 预约日期:
|
|
|
- <input type="text" disabled="" class="styled-input time-input" id="t" placeholder="预约日期" name="appointmentDate" required/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 任务跟进人:<input type="text" class="styled-input" name="taskFollower"/>
|
|
|
- </li>
|
|
|
-
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="ul-list select-list">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- 门店:<input type="text" class="styled-input" name="storeName"/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 任务状态:
|
|
|
- <select name="flipStatus" disabled="" class="styled-input" th:with="type=${@dict.getType('sys_up_yes_no')}" >
|
|
|
- <option value="">所有</option>
|
|
|
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
|
|
|
- </select>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 最后外呼状态:
|
|
|
- <select name="followUpStatus" class="styled-input" th:with="type=${@dict.getType('sys_follow_up_visit')}">
|
|
|
- <option value="">所有</option>
|
|
|
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
|
|
|
- </select>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 最后外呼标记:
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>门店:</label>
|
|
|
+ <input type="text" class="styled-input" name="storeName"/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>任务状态:</label>
|
|
|
+ <select name="flipStatus" disabled="" class="styled-input" th:with="type=${@dict.getType('sys_up_yes_no')}" >
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>最后外呼状态:</label>
|
|
|
+ <select name="followUpStatus" class="styled-input" th:with="type=${@dict.getType('sys_follow_up_visit')}">
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>最后外呼标记:</label>
|
|
|
<select name="realNameStatus" class="styled-input" th:with="type=${@dict.getType('sys_real_yes_no')}">
|
|
|
<option value="">所有</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"></option>
|
|
|
</select>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- 下次外呼时间:<input type="text" class="styled-input time-input" id="updateTime" placeholder="更新时间" name="updateTime" th:value="${updateTime}" required/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 疾病:<input type="text" class="styled-input" name="disease"/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 随访小结:
|
|
|
- <select name="gender" class="styled-input" th:with="type=${@dict.getType('sys_user_sex')}">
|
|
|
- <option value="">所有</option>
|
|
|
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" ></option>
|
|
|
- </select>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 完成日期:<input type="text" disabled="" class="styled-input time-input" id="a" placeholder="更新时间" name="updateTime" th:value="${updateTime}" required/>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- 任务主题:
|
|
|
- <select name="gender" class="styled-input" th:with="type=${@dict.getType('sys_user_sex')}">
|
|
|
- <option value="">所有</option>
|
|
|
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" ></option>
|
|
|
- </select>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 任务名称:<input type="text" class="styled-input" name="taskName"/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 业务归属:
|
|
|
- <select name="gender" class="styled-input" disabled="" th:with="type=${@dict.getType('sys_user_sex')}">
|
|
|
- <option value="">所有</option>
|
|
|
- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" ></option>
|
|
|
- </select>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>下次外呼时间:</label>
|
|
|
+ <input type="text" class="styled-input time-input" id="updateTime" placeholder="更新时间" name="updateTime" th:value="${updateTime}" required/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>疾病:</label>
|
|
|
+ <input type="text" class="styled-input" name="disease"/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>随访小结:</label>
|
|
|
+ <select name="gender" class="styled-input" th:with="type=${@dict.getType('sys_user_sex')}">
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" ></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>完成日期:</label>
|
|
|
+ <input type="text" disabled="" class="styled-input time-input" id="a" placeholder="更新时间" name="updateTime" th:value="${updateTime}" required/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>任务主题:</label>
|
|
|
+ <select name="gender" class="styled-input" th:with="type=${@dict.getType('sys_user_sex')}">
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" ></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>任务名称:</label>
|
|
|
+ <input type="text" class="styled-input" name="taskName"/>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>业务归属:</label>
|
|
|
+ <select name="gender" class="styled-input" disabled="" th:with="type=${@dict.getType('sys_user_sex')}">
|
|
|
+ <option value="">所有</option>
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" ></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
@@ -153,8 +122,8 @@
|
|
|
</a>-->
|
|
|
</div>
|
|
|
|
|
|
- <div class="col-sm-12 select-table table-striped">
|
|
|
- <table id="bootstrap-table"></table>
|
|
|
+ <div class="col-sm-12 select-table table-striped" style="width: 100%; overflow-x: auto;">
|
|
|
+ <table id="bootstrap-table" class="fixed-layout-table"></table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -204,6 +173,9 @@
|
|
|
showFooter:true, //是否显示表格底部区域。
|
|
|
clickToSelect: true, //是否启用点击行时选中整行的功能。
|
|
|
singleSelect: false, //是否仅允许选择一行
|
|
|
+ fixedColumns: true,
|
|
|
+ //fixedNumber: 3,
|
|
|
+ fixedRightNumber: 1,
|
|
|
columns: [{
|
|
|
checkbox: true
|
|
|
},
|