|
@ -82,12 +82,12 @@ |
|
|
<div class="div-title2"> |
|
|
<div class="div-title2"> |
|
|
人体成分 |
|
|
人体成分 |
|
|
<span @click="getHumanBody" class="foem-item-pg">同步</span> |
|
|
<span @click="getHumanBody" class="foem-item-pg">同步</span> |
|
|
<span |
|
|
<!-- <span |
|
|
style="margin-left: 10px" |
|
|
style="margin-left: 10px" |
|
|
@click="getHumanBodyReport" |
|
|
@click="getHumanBodyReport" |
|
|
class="foem-item-pg" |
|
|
class="foem-item-pg" |
|
|
>报告</span |
|
|
>报告</span |
|
|
> |
|
|
> --> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="human-body"> |
|
|
<div class="human-body"> |
|
@ -186,7 +186,6 @@ |
|
|
<el-select |
|
|
<el-select |
|
|
:disabled="form.status != 0 && form.status != 3" |
|
|
:disabled="form.status != 0 && form.status != 3" |
|
|
v-model="detailsForm['PG_RTCF_TXLX']" |
|
|
v-model="detailsForm['PG_RTCF_TXLX']" |
|
|
multiple |
|
|
|
|
|
collapse-tags |
|
|
collapse-tags |
|
|
placeholder="请选择" |
|
|
placeholder="请选择" |
|
|
> |
|
|
> |
|
@ -1277,7 +1276,7 @@ export default { |
|
|
this.detailsForm.PG_RTCF_WHR = whr; // 腰臀比(WHR) |
|
|
this.detailsForm.PG_RTCF_WHR = whr; // 腰臀比(WHR) |
|
|
this.detailsForm.PG_RTCF_NZZFSP = vfi; // 内脏脂肪水平 |
|
|
this.detailsForm.PG_RTCF_NZZFSP = vfi; // 内脏脂肪水平 |
|
|
// this.detailsForm.PG_RTCF_STGCFBFB = ""; // 身体各成分百分比 |
|
|
// this.detailsForm.PG_RTCF_STGCFBFB = ""; // 身体各成分百分比 |
|
|
this.detailsForm.PG_RTCF_TXLX = [bodyType]; // 体型类型 |
|
|
this.detailsForm.PG_RTCF_TXLX = bodyType; // 体型类型 |
|
|
this.detailsForm.PG_RTCF_STNL = bodyAge; // 身体年龄 |
|
|
this.detailsForm.PG_RTCF_STNL = bodyAge; // 身体年龄 |
|
|
this.detailsForm.PG_RTCF_JKPF = score; // 健康评分 |
|
|
this.detailsForm.PG_RTCF_JKPF = score; // 健康评分 |
|
|
}); |
|
|
}); |
|
|