385 lines
16 KiB
Plaintext
385 lines
16 KiB
Plaintext
<!--pages/followUp/index.wxml-->
|
||
<view class="follow-up">
|
||
<view class="follow-item">
|
||
<view>随访信息</view>
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 随访名称</view>
|
||
<t-input placeholder="请输入" size="small" bind:tap="onInput" value="{{form.follow_name}}" data-key="follow_name" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 随访日期</view>
|
||
<t-input placeholder="请输入" bindtap="showPicker" size="small" borderless="{{true}}" style="{{style}}" data-mode="birth" suffixIcon="{{ { name: 'calendar-1'} }}" note="'请选择'" value="{{form.follow_date}}" />
|
||
|
||
</view>
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 随访医院</view>
|
||
<t-input placeholder="请输入" size="small" bind:tap="onInput" value="{{form.follow_hospital}}" data-key="follow_hospital" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>生长指数</view>
|
||
|
||
<t-row gutter="12">
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 身高(cm) </view>
|
||
<t-input placeholder="请输入" size="small" bind:tap="onInput" value="{{form.height}}" data-key="height" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 体重(kg) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.weight}}" data-key="weight" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 头围(cm) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.head_circumference}}" data-key="head_circumference" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上臀围(cm) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.high_hip}}" data-key="high_hip" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
</t-row>
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>肝功能</view>
|
||
|
||
<view class="wrapper">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上传肝功能检查报告(支持OCR识别)</view>
|
||
</view>
|
||
<view class="improt-file" bind:tap="handleUpload">
|
||
<view class="upload-flow">
|
||
<text class="iconfont icon-xiangji"></text>
|
||
<view>拍照导入</view>
|
||
</view>
|
||
</view>
|
||
<!-- <t-upload media-type="{{['image']}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" /> -->
|
||
</view>
|
||
|
||
<t-row gutter="12">
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 总胆红素(µmol/L) </view>
|
||
<t-input placeholder="请输入" size="small" bind:tap="onInput" value="{{form.total_bilirubin}}" data-key="total_bilirubin" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label">直接胆红素(µmol/L)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.direct_bilirubin}}" data-key="direct_bilirubin" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 总胆汁酸(g/L) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.total_bile_acid}}" data-key="total_bile_acid" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 白蛋白(g/L) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.albumin}}" data-key="albumin" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 谷草(U/L)</view>
|
||
<t-input placeholder="请输入" size="small" bind:tap="onInput" value="{{form.grain_grass}}" data-key="grain_grass" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 谷丙(U/L)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.gu_bing}}" data-key="gu_bing" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> GGT(U/L)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.ggt}}" data-key="ggt" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> ALP(U/L)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.alp}}" data-key="alp" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
</t-row>
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>
|
||
凝血功能</view>
|
||
|
||
<view class="wrapper">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上传凝血功能检查报告(支持OCR识别)</view>
|
||
</view>
|
||
<t-upload media-type="{{['image']}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
|
||
</view>
|
||
|
||
<t-row gutter="12">
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 凝血酶原时间(s)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.follow_date}}" data-key="follow_name" size="small" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 国际标准化比</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.follow_date}}" data-key="follow_name" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="13">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 活化的部分凝血酶时间(s)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.follow_date}}" data-key="follow_name" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
|
||
</t-row>
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>
|
||
血常规</view>
|
||
|
||
<view class="wrapper">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上传血常规检查报告(支持OCR识别)</view>
|
||
</view>
|
||
<t-upload media-type="{{['image']}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
|
||
</view>
|
||
|
||
<t-row gutter="12">
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 血小板(10^9/L) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.platelets}}" data-key="platelets" size="small" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 血红蛋白(g/L)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.hemoglobin}}" data-key="hemoglobin" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 白细胞(10^9/L)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.white_blood_cells}}" data-key="white_blood_cells" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
|
||
</t-row>
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>
|
||
营养指标</view>
|
||
|
||
<view class="wrapper">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上传营养指标检查报告(支持OCR识别)</view>
|
||
</view>
|
||
<t-upload media-type="{{['image']}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
|
||
</view>
|
||
|
||
<t-row gutter="12">
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 25(OH)D3 (ng/ml) </view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.oh_d3}}" data-key="oh_d3" size="small" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 维生素A (ng/ml)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.vitamin_a}}" data-key="vitamin_a" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 维生素K (ng/ml)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.vitamin_k}}" data-key="vitamin_k" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 维生素E (ng/ml)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.vitamin_e}}" data-key="vitamin_e" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
</t-row>
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>
|
||
B超</view>
|
||
|
||
<view class="wrapper">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上传B超报告(支持OCR识别)</view>
|
||
</view>
|
||
<t-upload media-type="{{['image']}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
|
||
</view>
|
||
|
||
<t-row gutter="12">
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 肝肋下(mm)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.under_the_liver_rib}}" data-key="under_the_liver_rib" size="small" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 肝剑突下(mm)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.under_the_xiphoid_liver}}" data-key="under_the_xiphoid_liver" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 脾肋下(mm)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.spleen_rib_area}}" data-key="spleen_rib_area" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 门静脉主干(mm)</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.main_portal_vein}}" data-key="main_portal_vein" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 门静脉流速</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.pvv}}" data-key="pvv" size="small" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 肝弹性值</view>
|
||
<t-input placeholder="请输入" bind:tap="onInput" value="{{form.liver_elasticity_value}}" data-key="liver_elasticity_value" borderless="{{true}}" style="{{style}}" />
|
||
</view>
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 有无肝囊肿</view>
|
||
<t-radio-group default-value="{{form.is_have_cyst}}" borderless t-class="box" data-mode="is_have_cyst" bind:change="handleChangeGroup">
|
||
<t-radio block="{{false}}" label="有" value="1" />
|
||
<t-radio block="{{false}}" label="无" value="2" />
|
||
</t-radio-group>
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
<t-col span="12">
|
||
<view class="dark">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 有无腹水</view>
|
||
<t-radio-group default-value="{{form.is_have_ascites}}" borderless t-class="box" data-mode="is_have_ascites" bind:change="handleChangeGroup">
|
||
<t-radio block="{{false}}" label="有" value="1" />
|
||
<t-radio block="{{false}}" label="无" value="2" />
|
||
</t-radio-group>
|
||
</view>
|
||
|
||
</view>
|
||
</t-col>
|
||
</t-row>
|
||
</view>
|
||
<view class="follow-item">
|
||
<view>
|
||
MDT电子病历</view>
|
||
|
||
<view class="wrapper">
|
||
<view class="input-example">
|
||
<view class="input-example__label"> 上传本次随访的电子病历</view>
|
||
</view>
|
||
<t-upload media-type="{{['image']}}" files="{{originFiles}}" gridConfig="{{gridConfig}}" removeBtn="{{false}}" bind:success="handleSuccess" bind:remove="handleRemove" bind:click="handleClick" bind:sort-end="handleSortEnd" />
|
||
</view>
|
||
</view>
|
||
|
||
<t-button bindtap="clockIn" theme="primary" block bindtap="toQuestionnaire">提交</t-button>
|
||
|
||
|
||
|
||
<t-date-time-picker auto-close bind:cancel="hidePicker" bind:change="onPickerChange" cancelBtn="取消" confirmBtn="确认" data-mode="birth" defaultValue="{{personInfo.birth}}" end="{{birthEnd}}" filter="{{birthFilter}}" format="YYYY-MM-DD" mode="date" popup-props="{{ { usingCustomNavbar: true } }}" start="{{birthStart}}" title="选择生日" value="{{personInfo.birth}}" visible="{{birthVisible}}" />
|
||
</view> |