|
@@ -299,28 +299,28 @@
|
|
</div>
|
|
</div>
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>腰围:</label>
|
|
<label>腰围:</label>
|
|
- <input name="weight" id="w" placeholder="请输入腰围" class="styled-input edit_inputs" type="number" th:value="${w}">
|
|
|
|
|
|
+ <input name="weight" id="waist" placeholder="请输入腰围" class="styled-input edit_inputs" type="number" th:value="${w}">
|
|
<span class="status">
|
|
<span class="status">
|
|
cm
|
|
cm
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>臀围:</label>
|
|
<label>臀围:</label>
|
|
- <input name="weight" id="t" placeholder="请输入臀围" class="styled-input edit_inputs" type="number" th:value="${t}">
|
|
|
|
|
|
+ <input name="weight" id="hip" placeholder="请输入臀围" class="styled-input edit_inputs" type="number" th:value="${t}">
|
|
<span class="status">
|
|
<span class="status">
|
|
cm
|
|
cm
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>血压:</label>
|
|
<label>血压:</label>
|
|
- <input name="weight" id="xy" placeholder="请输入血压" class="styled-input edit_inputs" type="number" th:value="${t}">
|
|
|
|
|
|
+ <input name="bloodPressure" id="bloodPressure" placeholder="请输入血压" class="styled-input edit_inputs" type="number" th:value="${t}">
|
|
<span class="status">
|
|
<span class="status">
|
|
mmHg
|
|
mmHg
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>血糖:</label>
|
|
<label>血糖:</label>
|
|
- <input name="weight" id="xt" placeholder="请输入血糖" class="styled-input edit_inputs" type="number" th:value="${t}">
|
|
|
|
|
|
+ <input name="bloodSugar" id="bloodSugar" placeholder="请输入血糖" class="styled-input edit_inputs" type="number" th:value="${t}">
|
|
<span class="status">
|
|
<span class="status">
|
|
mmol/L
|
|
mmol/L
|
|
</span>
|
|
</span>
|
|
@@ -548,7 +548,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>基因突变:</label><!-- 需要配置选择的值-->
|
|
<label>基因突变:</label><!-- 需要配置选择的值-->
|
|
- <select name="pathologicalStage" class="styled-input edit_inputs" th:with="type=${@dict.getType('sys_select_dtp_ysfw_blfq')}" required>
|
|
|
|
|
|
+ <select name="pathologicalStage" class="styled-input edit_inputs" th:with="type=${@dict.getType('sys_jy_type')}" required>
|
|
<option value="">请选择</option>
|
|
<option value="">请选择</option>
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
th:selected="${dict.dictLabel}==${pathologicalStage}"></option>
|
|
th:selected="${dict.dictLabel}==${pathologicalStage}"></option>
|
|
@@ -557,13 +557,27 @@
|
|
</div>
|
|
</div>
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>分子分型监测:</label>
|
|
<label>分子分型监测:</label>
|
|
|
|
+ <select name="diseaseType" class="styled-input edit_inputs">
|
|
|
|
+ <option value="">请选择</option><!--未监测/LUMINAL A\LUMINAL B\HER2阴性\LUMINAL B\HER2阳性\HER2过表达\三阴性-->
|
|
|
|
+ <option value="未监测">未监测</option>
|
|
|
|
+ <option value="LUMINAL A">LUMINAL A</option>
|
|
|
|
+ <option value="LUMINAL B">LUMINAL B</option>
|
|
|
|
+ <option value="HER2阴性">HER2阴性</option>
|
|
|
|
+ <option value="HER2阳性">HER2阳性</option>
|
|
|
|
+ <option value="HER2过表达">HER2过表达</option>
|
|
|
|
+ <option value="三阴性">三阴性</option>
|
|
|
|
+ </select>
|
|
|
|
+ <span class="status"></span>
|
|
|
|
+ </div>
|
|
|
|
+ <!--<div class="customize-form-group edit">
|
|
|
|
+ <label>分子分型监测:</label>
|
|
<select name="diseaseType" class="styled-input edit_inputs" th:with="type=${@dict.getType('sys_select_dtp_ysfw_jblx')}" required>
|
|
<select name="diseaseType" class="styled-input edit_inputs" th:with="type=${@dict.getType('sys_select_dtp_ysfw_jblx')}" required>
|
|
<option value="">请选择</option>
|
|
<option value="">请选择</option>
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
th:selected="${dict.dictLabel}==${diseaseType}"></option>
|
|
th:selected="${dict.dictLabel}==${diseaseType}"></option>
|
|
</select>
|
|
</select>
|
|
<span class="status"></span>
|
|
<span class="status"></span>
|
|
- </div>
|
|
|
|
|
|
+ </div>-->
|
|
<div class="customize-form-group edit">
|
|
<div class="customize-form-group edit">
|
|
<label>PD-L1表达:</label>
|
|
<label>PD-L1表达:</label>
|
|
<select name="businessBelonging" class="styled-input edit_inputs">
|
|
<select name="businessBelonging" class="styled-input edit_inputs">
|