|
|
@ -423,6 +423,7 @@ export default { |
|
|
RepatPlayNum: this.queue_play_voice_repeate_times, |
|
|
RepatPlayNum: this.queue_play_voice_repeate_times, |
|
|
Delay: this.queue_play_voice_repeate_interval, |
|
|
Delay: this.queue_play_voice_repeate_interval, |
|
|
}; |
|
|
}; |
|
|
|
|
|
console.log("叫号 this.$peisAPI.speechSendText",toOutShell) |
|
|
return this.$peisAPI.speechSendText(JSON.stringify(toOutShell)); |
|
|
return this.$peisAPI.speechSendText(JSON.stringify(toOutShell)); |
|
|
}) |
|
|
}) |
|
|
.catch((err) => { |
|
|
.catch((err) => { |
|
|
@ -563,6 +564,7 @@ export default { |
|
|
this.waitRow = row; |
|
|
this.waitRow = row; |
|
|
this.queueParams = { |
|
|
this.queueParams = { |
|
|
patientRegisterId: row.patientRegisterId, |
|
|
patientRegisterId: row.patientRegisterId, |
|
|
|
|
|
patientName:row.patientName |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
@ -571,6 +573,7 @@ export default { |
|
|
this.alreadyRow = row; |
|
|
this.alreadyRow = row; |
|
|
this.queueParams = { |
|
|
this.queueParams = { |
|
|
patientRegisterId: row.patientRegisterId, |
|
|
patientRegisterId: row.patientRegisterId, |
|
|
|
|
|
patientName:row.patientName |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
@ -583,6 +586,7 @@ export default { |
|
|
rClick(row, column, event) { |
|
|
rClick(row, column, event) { |
|
|
this.queueParams = { |
|
|
this.queueParams = { |
|
|
patientRegisterId: row.patientRegisterId, |
|
|
patientRegisterId: row.patientRegisterId, |
|
|
|
|
|
patientName:row.patientName, |
|
|
state: row.state, |
|
|
state: row.state, |
|
|
queueRegisterId: row.queueRegisterId |
|
|
queueRegisterId: row.queueRegisterId |
|
|
}; |
|
|
}; |
|
|
|