Browse Source

患者档案调整

newMaster
1747191978@qq.com 4 months ago
parent
commit
c2c5df874a
  1. 4
      acupuncture-前台/src/views/medicalFile/index.vue
  2. 8
      acupuncture-前台/src/views/patientFile/index.vue

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

@ -1478,6 +1478,8 @@ export default {
};
},
created() {
let idCard = this.$route.query.idCard
this.queryParams.param.idCard = idCard || ''
this.getList();
this.getFollowupQuery();
},
@ -1754,7 +1756,7 @@ export default {
}
.form-item-age >>> .el-input {
width: 90px;
width: 100px;
}
>>> .el-drawer.rtl {

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

@ -386,6 +386,7 @@
phone: "", //
idCardType: "", //
idCard: "", //
"source": 1,
currentIllnessHistory: [], //
currentIllnessHistoryQt: "", //
};
@ -430,6 +431,13 @@
this.formDisabled = true;
this.form = JSON.parse(JSON.stringify(row));
},
/** 诊疗档案 */
handleArchives(row) {
this.form = JSON.parse(JSON.stringify(row));
this.$router.push({
path:`/medicalIndex?idCard=${row.idCard}`
})
},
/** 提交按钮 */
submitForm: function() {
this.$refs["form"].validate((valid) => {

Loading…
Cancel
Save