|
@@ -29,9 +29,7 @@
|
|
|
<div class="tab-content">
|
|
|
<!-- 需要隐藏的div -->
|
|
|
<div id="tab-1" class="tab-pane active">
|
|
|
- <div class="col-sm-12 search-collapse" >
|
|
|
- <div class="row">
|
|
|
- <form class="customize-search-form" id="form-server-edit1" >
|
|
|
+ <form class="customize-search-form" id="form-server-edit1" >
|
|
|
<input type="hidden" id="id" name="id" th:value="${id}">
|
|
|
<div class="customize-form-group edit">
|
|
|
<label class="control-label is-required">姓名:</label>
|
|
@@ -64,7 +62,7 @@
|
|
|
<div class="customize-form-group edit">
|
|
|
<label >证件号码:</label>
|
|
|
<input name="documentType" placeholder="证件类型" class="styled-input short" type="text" th:value="${documentType}" disabled="true">
|
|
|
- <input name="documentNumber" placeholder="请输入证件号码" class="styled-input edit_inputs" style="width: 400px" type="text" maxlength="30" th:value="${documentNumber}" disabled="true">
|
|
|
+ <input name="documentNumber" placeholder="请输入证件号码" class="styled-input edit_inputs1" type="text" maxlength="30" th:value="${documentNumber}" disabled="true">
|
|
|
<span class="span_line" readonly></span>
|
|
|
</div>
|
|
|
<div class="customize-form-group edit">
|
|
@@ -99,7 +97,7 @@
|
|
|
</div>
|
|
|
<div class="customize-form-group edit">
|
|
|
<label >籍贯:</label>
|
|
|
- <select name="nativePlace" style="width: 480px" class="styled-input edit_inputs" th:with="type=${@dict.getType('sys_select_dtp_ysfw_jg')}" >
|
|
|
+ <select name="nativePlace" class="styled-input edit_inputs" th:with="type=${@dict.getType('sys_select_dtp_ysfw_jg')}" >
|
|
|
<option value="">请选择</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"
|
|
|
th:selected="${dict.dictLabel}==${nativePlace}"></option>
|
|
@@ -160,13 +158,11 @@
|
|
|
</div>
|
|
|
<div class="customize-form-group edit">
|
|
|
<label >上翻状态:</label>
|
|
|
- <input name="flipStatus" id="flipStatus" style="width: 480px; border: none" type="text"
|
|
|
- th:value="${flipStatus == 1 ? '已上翻' : (flipStatus == 2 ? '未上翻' : '')}" readonly>
|
|
|
+ <input name="flipStatus" class="styled-input edit_inputs" id="flipStatus" style="border: none" type="text"
|
|
|
+ th:value="${flipStatus == 1 ? '已上翻' : (flipStatus == 2 ? '未上翻' : '')}" disabled readonly>
|
|
|
<a href="#" onclick="" style="width: 66px;"> 解绑</a>
|
|
|
</div>
|
|
|
</form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div id="tab-2" class="tab-pane">
|
|
|
<form class="form-horizontal" id="form-server-edit">
|
|
@@ -357,9 +353,13 @@
|
|
|
</div>
|
|
|
<span class="status"></span>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
+ <div class="customize-search-form">
|
|
|
<div class="customize-form-group edit">
|
|
|
<label>伴随症状:</label>
|
|
|
- <textarea id="accompanyingSymptoms" style="width: 480px;height: 30px" name="accompanyingSymptoms" th:text="${accompanyingSymptoms}" placeholder="伴随症状..." rows="1.9" cols="112" ></textarea>
|
|
|
+ <textarea id="accompanyingSymptoms" name="accompanyingSymptoms" class="styled-input edit_inputs textareas"
|
|
|
+ style="width: auto;height: 140px ;border: 1px solid ;"
|
|
|
+ th:text="${accompanyingSymptoms}" placeholder="伴随症状..." rows="1.9" cols="112" ></textarea>
|
|
|
<span class="status"></span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -410,11 +410,7 @@
|
|
|
</div>
|
|
|
<div class="customize-form-group edit">
|
|
|
<label>传染病史描述:</label>
|
|
|
- <input name="infectiousDiseaseHistoryDescription" style="width: 480px;" placeholder="传染病史描述" class="styled-input edit_inputs" type="text" th:value="${infectiousDiseaseHistoryDescription}">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group edit">
|
|
|
- <label>过敏史:</label>
|
|
|
- <textarea id="allergyHistory" style="width: 480px;" name="allergyHistory" placeholder="这里可以输入过敏史..." rows="1.9" cols="112" th:text="${allergyHistory}"></textarea>
|
|
|
+ <input name="infectiousDiseaseHistoryDescription" placeholder="传染病史描述" class="styled-input edit_inputs" type="text" th:value="${infectiousDiseaseHistoryDescription}">
|
|
|
</div>
|
|
|
<div class="customize-form-group edit">
|
|
|
<label>既往药物不良反应史:</label>
|
|
@@ -426,25 +422,35 @@
|
|
|
<input type="radio" class="form-check-radio" th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}" th:checked="${dict.dictLabel}==${hasSurgicalTraumaHistory}" name="hasSurgicalTraumaHistory" id="hasSurgicalTraumaHistory">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="customize-search-form">
|
|
|
+ <div class="customize-form-group edit">
|
|
|
+ <div class="customize-form-group edit">
|
|
|
+ <label>过敏史:</label>
|
|
|
+ <textarea id="allergyHistory" name="allergyHistory" placeholder="这里可以输入过敏史..." class="styled-input edit_inputs textareas"
|
|
|
+ style="width: auto;height: 140px ;border: 1px solid ;" rows="1.9" cols="112" th:text="${allergyHistory}"></textarea>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="customize-search-form">
|
|
|
<div class="customize-form-group edit">
|
|
|
- <span style="width: 120px;position: absolute; top: 25px; left: 0; ">家族史:</span>
|
|
|
- <span class="status"></span>
|
|
|
- <table id="familyHistoryTable" style="width: 480px;">
|
|
|
+ <div style="/*display: flex;*/">
|
|
|
+ <label style="width: auto;">家族史:</label>
|
|
|
+ <button type="button" data-toggle="modal" data-target="#myModal" class="btn-primary">新增</button>
|
|
|
+ <table id="familyHistoryTable" style="width: 340px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>序号</th>
|
|
|
<th>疾病</th>
|
|
|
<th>家庭成员</th>
|
|
|
<th>操作</th>
|
|
|
- <th><button type="button" data-toggle="modal" data-target="#myModal" class="btn-primary">新增</button></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="familyHistoryTableBody">
|
|
|
<!-- 表格行将在这里动态添加 -->
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+ </div>
|
|
|
<div class="modal inmodal" id="myModal" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
<div class="modal-dialog">
|
|
|
<form class="form-horizontal" id="form-jzs-add">
|
|
@@ -489,9 +495,9 @@
|
|
|
<strong>治疗手段</strong>
|
|
|
<div class="customize-search-form">
|
|
|
<div class="customize-form-group edit">
|
|
|
- <div style="display: flex;">
|
|
|
- <label>多个治疗方案原因描述:</label>
|
|
|
- <textarea id="multipleTreatmentReasonsDescription" style="width: auto;height: 140px ;border: 2px solid ;"
|
|
|
+ <div style="/*display: flex;*/">
|
|
|
+ <label style="width: auto;">多个治疗方案原因描述:</label>
|
|
|
+ <textarea id="multipleTreatmentReasonsDescription" class="styled-input edit_inputs textareas" style="width: auto;height: 140px ;border: 1px solid ;"
|
|
|
name="multipleTreatmentReasonsDescription" placeholder="治疗方案原因描述"
|
|
|
rows="5" cols="185" th:text="${multipleTreatmentReasonsDescription}"></textarea>
|
|
|
</div>
|
|
@@ -504,16 +510,16 @@
|
|
|
<strong>用药情况 </strong>
|
|
|
<div class="customize-search-form">
|
|
|
<div class="customize-form-group edit">
|
|
|
- <div style="display: flex;">
|
|
|
- <label>当前用药情况:</label>
|
|
|
- <table id="yyqkTable" style="width: 480px;">
|
|
|
+ <div style="/*display: flex;*/">
|
|
|
+ <label style="width: auto;">当前用药情况:</label>
|
|
|
+ <button type="button" data-toggle="modal" data-target="#myModal2" class="btn-primary">新增</button>
|
|
|
+ <table id="yyqkTable" style="width: 340px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>序号</th>
|
|
|
<th>用药情况</th>
|
|
|
<th>用药类型</th>
|
|
|
<th>操作</th>
|
|
|
- <th><button type="button" data-toggle="modal" data-target="#myModal2" class="btn-primary">新增</button></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="yyqkTableBody">
|
|
@@ -564,17 +570,17 @@
|
|
|
<strong>其他信息</strong>
|
|
|
<div class="customize-search-form">
|
|
|
<div class="customize-form-group edit">
|
|
|
- <div style="display: flex;">
|
|
|
- <label>联系人:</label>
|
|
|
- <table id="relationTable" style="width: 580px;">
|
|
|
+ <div style="/*display: flex;*/">
|
|
|
+ <label style="width: auto;">联系人:</label>
|
|
|
+ <button type="button" data-toggle="modal" data-target="#myModal3" class="btn-primary">新增</button>
|
|
|
+ <table id="relationTable" style="width: 310px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>序号</th>
|
|
|
- <th>联系人电话</th>
|
|
|
- <th>联系人姓名</th>
|
|
|
- <th>联系人关系</th>
|
|
|
+ <th>电话</th>
|
|
|
+ <th>姓名</th>
|
|
|
+ <th>关系</th>
|
|
|
<th>操作</th>
|
|
|
- <th><button type="button" data-toggle="modal" data-target="#myModal3" class="btn-primary">新增</button></th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="relationTableBody">
|