|
@@ -642,7 +642,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="rb_nav5" class="weui-tab__bd-item weui-cell ">
|
|
<div id="rb_nav5" class="weui-tab__bd-item weui-cell ">
|
|
-
|
|
|
|
|
|
+ <input id="vacId" type="text" hidden="hidden" <#if vaccine?? && vaccine.vacId??>value="${vaccine.vacId}"
|
|
|
|
+ <#else>value="0"</#if>/>
|
|
<div style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
<div style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
<div style="color: gray;height: 30px; line-height: 30px; flex: 8;-webkit-flex: 8;">
|
|
<div style="color: gray;height: 30px; line-height: 30px; flex: 8;-webkit-flex: 8;">
|
|
是否接种新冠疫苗
|
|
是否接种新冠疫苗
|
|
@@ -650,75 +651,156 @@
|
|
<div class="weui-cells_checkbox" style="flex: 7;-webkit-flex: 7;">
|
|
<div class="weui-cells_checkbox" style="flex: 7;-webkit-flex: 7;">
|
|
<label class="weui-radio weui-cell_active weui-check__label" for="s53"
|
|
<label class="weui-radio weui-cell_active weui-check__label" for="s53"
|
|
style="padding: 10px 0 10px 10px;">
|
|
style="padding: 10px 0 10px 10px;">
|
|
- <input type="radio" name="inoculate" value="1" class="weui-check" id="s53"
|
|
|
|
|
|
+ <input type="radio" name="inoculate" value="1"
|
|
|
|
+ <#if vaccine?? && vaccine.inoculateStatus == 1>checked="checked"</#if>
|
|
|
|
+ class="weui-check" id="s53"
|
|
style="width: 10%"/>
|
|
style="width: 10%"/>
|
|
<i class="weui-icon-checked"></i>是
|
|
<i class="weui-icon-checked"></i>是
|
|
</label>
|
|
</label>
|
|
<label class="weui-radio weui-cell_active weui-check__label" for="s52"
|
|
<label class="weui-radio weui-cell_active weui-check__label" for="s52"
|
|
style="padding: 10px 0 10px 10px;">
|
|
style="padding: 10px 0 10px 10px;">
|
|
- <input type="radio" name="inoculate" value="0" class="weui-check" id="s52"
|
|
|
|
|
|
+ <input type="radio" name="inoculate" value="0"
|
|
|
|
+ <#if vaccine?? && vaccine.inoculateStatus == 0>checked="checked"</#if>
|
|
|
|
+ class="weui-check" id="s52"
|
|
style="width: 10%"/>
|
|
style="width: 10%"/>
|
|
<i class="weui-icon-checked"></i>否
|
|
<i class="weui-icon-checked"></i>否
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div id="not_inoculate_view"
|
|
|
|
|
|
+ <div id="not_inoculate" hidden="hidden"
|
|
style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
<div style="color: gray;height: 30px; line-height: 30px;width: 35%;">未接种原因</div>
|
|
<div style="color: gray;height: 30px; line-height: 30px;width: 35%;">未接种原因</div>
|
|
- <textarea id="notInoculate" class="weui-textarea" placeholder="输入内容(300字内)" rows="2"
|
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; margin-top: 5px;"></textarea>
|
|
|
|
- </div>
|
|
|
|
- <div id="weui-uploader"
|
|
|
|
- style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
- <div style="color: gray;height: 30px; line-height: 30px;width: 35%;">图片上传</div>
|
|
|
|
|
|
+ <textarea id="reason" class="weui-textarea" placeholder="输入内容(300字内)" rows="4"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; margin-top: 5px;"><#if vaccine?? && vaccine.reason??>${vaccine.reason}</#if></textarea>
|
|
|
|
+ <#-- <div id="weui-uploader"-->
|
|
|
|
+ <#-- style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">-->
|
|
|
|
+ <#-- <div style="color: gray;height: 30px; line-height: 30px;width: 35%;">图片上传</div>-->
|
|
|
|
|
|
- <div class="weui-uploader__bd">
|
|
|
|
- <div class="weui-uploader__input-box">
|
|
|
|
- <input id="uploaderInput" class="weui-uploader__input" type="file" accept="image/*"
|
|
|
|
- multiple/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <div id="inoculate_type_view"
|
|
|
|
- style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
- <div style="color: gray;height: 30px; line-height: 30px; width: 45%;">接种疫苗类别</div>
|
|
|
|
- <input id="inoculate_type" class="weui-input" autofocus="" type="text"
|
|
|
|
- placeholder="请选择"
|
|
|
|
- maxlength="20"
|
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
|
|
+ <#-- <div class="weui-uploader__bd">-->
|
|
|
|
+ <#-- <div class="weui-uploader__input-box">-->
|
|
|
|
+ <#-- <input id="uploaderInput" class="weui-uploader__input" type="file" accept="image/*"-->
|
|
|
|
+ <#-- multiple/>-->
|
|
|
|
+ <#-- </div>-->
|
|
|
|
+ <#-- </div>-->
|
|
|
|
+ <#-- </div>-->
|
|
</div>
|
|
</div>
|
|
- <div id="inoculate_type_view"
|
|
|
|
- style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
- <div style="color: gray;height: 30px; line-height: 30px;">新冠疫苗接种记录</div>
|
|
|
|
|
|
+ <div id="yes_inoculate" hidden="hidden">
|
|
|
|
+ <div style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px; line-height: 30px; width: 45%;">接种疫苗类别</div>
|
|
|
|
+ <input id="vaccine_type" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.vaccineType == 1>value="腺病毒疫苗"
|
|
|
|
+ <#elseif vaccine?? && vaccine.vaccineType == 2>value="灭活疫苗"
|
|
|
|
+ <#elseif vaccine?? && vaccine.vaccineType == 3>value="重组亚单位疫苗"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="weui-loadmore weui-loadmore_line inoculate_yes"
|
|
|
|
+ style="margin: 20px 0 0 0;width: 100%;height: 20px">
|
|
|
|
+ <span class="weui-loadmore__tips">新冠疫苗接种记录</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="weui-loadmore weui-loadmore_line inoculate_yes"
|
|
|
|
+ style="margin: 20px 0 0 0;width: 100%;height: 20px">
|
|
|
|
+ <span class="weui-loadmore__tips">接种第一剂</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_time_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px; line-height: 30px; width: 35%;">接种日期</div>
|
|
|
|
+ <div class="weui-cell__ft"></div>
|
|
|
|
+ <input id="first_time" class="weui-input inoculate_time" type="text"
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_hospital_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
|
|
|
|
+ <input id="first_hospital" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.firstHospital??>value="${vaccine.firstHospital}"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_unit_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种单位</div>
|
|
|
|
+ <input id="first_unit" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.firstUnit??>value="${vaccine.firstUnit}"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="weui-loadmore weui-loadmore_line inoculate_yes"
|
|
|
|
+ style="margin: 20px 0 0 0;width: 100%;height: 20px">
|
|
|
|
+ <span class="weui-loadmore__tips">接种第二剂</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_time_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px; line-height: 30px; width: 35%;">接种日期</div>
|
|
|
|
+ <div class="weui-cell__ft"></div>
|
|
|
|
+ <input id="second_time" class="weui-input inoculate_time" type="text"
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_hospital_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
|
|
|
|
+ <input id="second_hospital" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.secondHospital??>value="${vaccine.secondHospital}"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_unit_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种单位</div>
|
|
|
|
+ <input id="second_unit" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.secondUnit??>value="${vaccine.secondUnit}"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="weui-loadmore weui-loadmore_line inoculate_yes"
|
|
|
|
+ style="margin: 20px 0 0 0;width: 100%;height: 20px">
|
|
|
|
+ <span class="weui-loadmore__tips">接种第三剂</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_time_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px; line-height: 30px; width: 35%;">接种日期</div>
|
|
|
|
+ <div class="weui-cell__ft"></div>
|
|
|
|
+ <input id="third_time" class="weui-input inoculate_time" type="text"
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_hospital_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
|
|
|
|
+ <input id="third_hospital" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.thirdHospital??>value="${vaccine.thirdHospital}"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inoculate_unit_view"
|
|
|
|
+ style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
+ <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种单位</div>
|
|
|
|
+ <input id="third_unit" class="weui-input" autofocus="" type="text"
|
|
|
|
+ <#if vaccine?? && vaccine.thirdUnit??>value="${vaccine.thirdUnit}"</#if>
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ maxlength="20"
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
<div class="weui-loadmore weui-loadmore_line inoculate_yes"
|
|
<div class="weui-loadmore weui-loadmore_line inoculate_yes"
|
|
style="margin: 20px 0 0 0;width: 100%;height: 20px">
|
|
style="margin: 20px 0 0 0;width: 100%;height: 20px">
|
|
- <span class="weui-loadmore__tips">第一剂</span>
|
|
|
|
- </div>
|
|
|
|
- <div id="inoculate_first_view"
|
|
|
|
- style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
- <div style="color: gray;height: 30px; line-height: 30px; width: 35%;">接种日期</div>
|
|
|
|
- <div class="weui-cell__ft"></div>
|
|
|
|
- <input id="inoculate_first" class="weui-input inoculate_time" type="text"
|
|
|
|
- placeholder="请选择"
|
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
- </div>
|
|
|
|
- <div id="js_input_user_jirou_view"
|
|
|
|
- style="display:flex; display: -webkit-flex;flex-direction: row; -webkit-flex-direction: row;justify-content: space-between; -webkit-justify-content: space-between;margin-top: 5px;">
|
|
|
|
- <div style="color: gray;height: 30px;line-height: 30px; width: 35%;">接种医院</div>
|
|
|
|
- <input id="js_input_user_jirou" class="weui-input" autofocus="" type="text"
|
|
|
|
- placeholder="请选择"
|
|
|
|
- maxlength="20"
|
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 30px;"/>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="weui-form__opr-area">
|
|
|
|
+ <a class="weui-btn weui-btn_primary" href="javascript:;"
|
|
|
|
+ onclick="inoculateVacc();">提交</a>
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-</div>
|
|
|
|
|
|
|
|
|
|
|