Browse Source

诊疗列表详情添加编号,人体成分通过按钮传参替换

new-ays
1747191978@qq.com 3 months ago
parent
commit
70ce82e02a
  1. 6
      acupuncture-前台/src/views/medicalFile/details.vue
  2. 8
      acupuncture-前台/src/views/medicalFile/index.vue
  3. BIN
      acupuncture-前台/针灸前台client-1.zip
  4. BIN
      acupuncture-前台/针灸前台clientssl-1.zip

6
acupuncture-前台/src/views/medicalFile/details.vue

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

8
acupuncture-前台/src/views/medicalFile/index.vue

@ -167,6 +167,14 @@
max-height="600"
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column
label="编号"
align="center"
prop="memberId"
show-overflow-tooltip
min-width="130"
/>
<el-table-column
label="门诊/住院"
align="center"

BIN
acupuncture-前台/针灸前台client.zip → acupuncture-前台/针灸前台client-1.zip

Binary file not shown.

BIN
acupuncture-前台/针灸前台clientssl.zip → acupuncture-前台/针灸前台clientssl-1.zip

Binary file not shown.
Loading…
Cancel
Save