pengjun 2 days ago
parent
commit
ec9568cc83
  1. 12
      src/components/doctorCheck/QueueCheckList.vue

12
src/components/doctorCheck/QueueCheckList.vue

@ -353,12 +353,12 @@ export default {
// "patientRegisterId": "3a143cf9-0b1b-7765-a90a-b087c4aad1b9",
// "patientRegisterNo": "003485"
//
if (row.patientRegisterNo) {
this.dataTransOpts.tableS.patient_register.patientRegisterNo =
row.patientRegisterNo;
this.dataTransOpts.refresh.patient_register.S++;
}
// ()
// if (row.patientRegisterNo) {
// this.dataTransOpts.tableS.patient_register.patientRegisterNo =
// row.patientRegisterNo;
// this.dataTransOpts.refresh.patient_register.S++;
// }
if (row.queueRegisterId && completeFlag != "9") {
postapi("/api/app/QueueRegister/UpdateQueueRegisterStatus", {

Loading…
Cancel
Save