|
@ -12,7 +12,9 @@ |
|
|
<div class="div-right" style="padding: 0 20px"> |
|
|
<div class="div-right" style="padding: 0 20px"> |
|
|
<el-card class="box-card"> |
|
|
<el-card class="box-card"> |
|
|
<a name="基本信息"></a> |
|
|
<a name="基本信息"></a> |
|
|
<div class="div-title1">基本信息</div> |
|
|
<div class="div-title1"> |
|
|
|
|
|
基本信息(编号:{{ form.memberId || "-" }}) |
|
|
|
|
|
</div> |
|
|
<div> |
|
|
<div> |
|
|
<el-descriptions class="margin-top" :column="3"> |
|
|
<el-descriptions class="margin-top" :column="3"> |
|
|
<el-descriptions-item label="姓名">{{ |
|
|
<el-descriptions-item label="姓名">{{ |
|
@ -1333,7 +1335,7 @@ export default { |
|
|
// 查询人体成分 |
|
|
// 查询人体成分 |
|
|
getHumanBody() { |
|
|
getHumanBody() { |
|
|
selectByMemberId({ |
|
|
selectByMemberId({ |
|
|
memberId: this.form.visitNumber, |
|
|
id: this.form.id, |
|
|
}).then((res) => { |
|
|
}).then((res) => { |
|
|
if (!res.data.id) { |
|
|
if (!res.data.id) { |
|
|
this.$modal.msgError("暂无数据"); |
|
|
this.$modal.msgError("暂无数据"); |
|
|