门诊划价->新增按钮报错BUG,叫号语音设置页面开发。
This commit is contained in:
@@ -412,6 +412,12 @@ function getRowDisabled(row) {
|
||||
|
||||
// 新增医嘱
|
||||
function handleAddPrescription() {
|
||||
// 验证是否已选择患者
|
||||
if (!props.patientInfo || Object.keys(props.patientInfo).length === 0) {
|
||||
proxy.$modal.msgWarning('请先选择患者');
|
||||
return;
|
||||
}
|
||||
|
||||
if (isAdding.value) {
|
||||
proxy.$modal.msgWarning('请先保存当前医嘱');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user