pengjun 2 months ago
parent
commit
60726f2c64
  1. 0
      src/components/doctorCheck/ButtonListDisable.vue
  2. 4
      src/components/doctorCheck/PatientRegisterList.vue
  3. 2
      src/views/doctorCheck/doctorCheck.vue
  4. 2
      src/views/doctorCheck/doctorCheckBak.vue

0
src/components/doctorCheck/ButtonList.vue → src/components/doctorCheck/ButtonListDisable.vue

4
src/components/doctorCheck/PatientRegisterList.vue

@ -431,9 +431,9 @@ export default {
this.DbClick = 0;
this.$emit("choosedBak",row)
this.dataTransOpts.tableS.patient_register = deepCopy(row)
//this.dataTransOpts.tableS.patient_register = deepCopy(row)
// setTimeout(() => {
this.dataTransOpts.refresh.patient_register.S++ //
//this.dataTransOpts.refresh.patient_register.S++ //
// }, 10);
},

2
src/views/doctorCheck/doctorCheck.vue

@ -252,7 +252,7 @@ import { getPagePriv, checkPagePriv, arrayExistObj, tcdate, deepCopy } from "../
import { photoParse } from "../../utlis/proApi";
import PatientRegisterBase2 from "../../components/doctorCheck/PatientRegisterBase2.vue";
import ButtonList from "../../components/doctorCheck/ButtonList.vue";
import ButtonList from "../../components/doctorCheck/ButtonListDisable.vue";
import CheckPicture from "../../components/doctorCheck/CheckPicture.vue";
import RegisterCheckList from "../../components/doctorCheck/RegisterCheckList.vue";
import QueueCheckList from "../../components/doctorCheck/QueueCheckList.vue";

2
src/views/doctorCheck/doctorCheckBak.vue

@ -85,7 +85,7 @@ import { arrayExistObj, tcdate, deepCopy } from "../../utlis/proFunc";
import { photoParse } from "../../utlis/proApi";
import PatientRegisterBase from "../../components/doctorCheck/PatientRegisterBase.vue";
import ButtonList from "../../components/doctorCheck/ButtonList.vue";
import ButtonList from "../../components/doctorCheck/ButtonListDisable.vue";
import CheckPicture from "../../components/doctorCheck/CheckPicture.vue";
import RegisterCheckList from "../../components/doctorCheck/RegisterCheckList.vue";
import QueueCheckList from "../../components/doctorCheck/QueueCheckList.vue";

Loading…
Cancel
Save