diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index 495eccd..0c8e5f5 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -603,7 +603,7 @@ export default { /* 部份已检 */ ::v-deep .el-table .complete2 { - background: #b9cee9 !important; + background: #ec7504 !important; } /* 总检 */ ::v-deep .el-table .complete3 { diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 765326b..fe8742d 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1438,6 +1438,7 @@ export default { this.peisid = window.sessionStorage.getItem('peisid'); let customerOrgId, customerOrgName, customerOrgParentId + if (this.patientRegister.query.customerOrgId) { customerOrgParentId = this.patientRegister.query.CustomerOrgParentId customerOrgId = this.patientRegister.query.customerOrgId @@ -1447,6 +1448,7 @@ export default { customerOrgId = this.form.customerOrgId customerOrgName = this.form.customerOrgName } + this.preCustomerOrgId = this.patientRegister.query.customerOrgId if (!patientRegisterId) { //添加 this.form = Object.assign({}, this.form, this.formInit) @@ -2371,8 +2373,10 @@ export default { btnAdd() { // 当前面点新增时,清部份信息 this.clearPerson() - this.dataTransOpts.tableS.patient_register.id = '' - this.dataTransOpts.refresh.patient_register.S++ + // this.dataTransOpts.tableS.patient_register.id = '' + // this.dataTransOpts.refresh.patient_register.S++ + this.dataTransOpts.tableM.register_check_asbitem = [] + //this.changeItemType(deepCopy(this.dataTransOpts.copyGroup.itemTypeIds)) }, //将现有的数据,复制并展现,但未保存 diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index bc08e83..47995ba 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -2,75 +2,40 @@
-
+
- - - + + + ">