Добавил проверку источника при добавлении пациента и вывод отчетов выбранной мед. сестры

This commit is contained in:
brusnitsyn
2026-06-03 13:56:05 +09:00
parent e758769035
commit 720ca1b39a
8 changed files with 121 additions and 28 deletions

View File

@@ -168,7 +168,7 @@ const search = (search) => {
const onChangeSearch = (historyId) => {
loadingChangeSelect.value = true
axios.get(`/api/nurse/patients/${historyId}`).then(res => {
axios.get(`/api/nurse/patients/${historyId}?patient_source=mis`).then(res => {
form.value.medical_card_number = res.data.medical_card_number
form.value.full_name = res.data.full_name
form.value.urgency_id = res.data.urgency_id