|
|
|
@ -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", { |
|
|
|
|