From bc9538a9e071259ca8bbb6de52c60c9d7a55a03b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 23 九月 2026 14:02:44 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/AwaitingAdmission.vue | 31 +++++++++++++++++++++++++------
1 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/src/views/patient/patient/AwaitingAdmission.vue b/src/views/patient/patient/AwaitingAdmission.vue
index 5bcff2a..64fb662 100644
--- a/src/views/patient/patient/AwaitingAdmission.vue
+++ b/src/views/patient/patient/AwaitingAdmission.vue
@@ -54,6 +54,17 @@
<el-option label="鏈畨鎺�" :value="2"> </el-option>
</el-select>
</el-form-item>
+ <el-form-item label="搴婂彿鎺掑簭" prop="bedSort">
+ <el-select
+ v-model="queryParams.bedSort"
+ placeholder="涓嶆寜搴婂彿鎺掑簭"
+ style="width: 160px"
+ >
+ <el-option label="涓嶆寜搴婂彿鎺掑簭" :value="null"></el-option>
+ <el-option label="鎸夊簥鍙锋搴�" :value="1"></el-option>
+ <el-option label="鎸夊簥鍙峰�掑簭" :value="2"></el-option>
+ </el-select>
+ </el-form-item>
<el-row>
<el-form-item>
<el-button
@@ -93,7 +104,7 @@
size="medium"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:user:edit']"
+
>淇敼</el-button
>
</el-col> -->
@@ -219,7 +230,7 @@
scope.row.idcardno,
scope.row.drcode,
scope.row.drname,
- scope.row.patid,
+ scope.row.patid
)
"
><span class="button-textsc">{{
@@ -312,7 +323,7 @@
query: { id: scope.row.patid },
})
"
- v-hasPermi="['system:user:edit']"
+
><span class="button-textsc"
><i class="el-icon-zoom-in"></i>鏌ョ湅</span
></el-button
@@ -546,7 +557,12 @@
import { getToken } from "@/utils/auth";
import Treeselect from "@riophae/vue-treeselect";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-import { query360PatInfo,query360PatInfonh, getTasklist, addSubtask } from "@/api/AiCentre/index";
+import {
+ query360PatInfo,
+ query360PatInfonh,
+ getTasklist,
+ addSubtask,
+} from "@/api/AiCentre/index";
import store from "@/store";
import { type } from "jquery";
@@ -698,7 +714,8 @@
queryParams: {
pageNum: 1,
pageSize: 10,
-
+ inhospstate: "3",
+ bedSort: null,
},
// 琛ㄥ崟鏍¢獙
rules: {
@@ -781,7 +798,8 @@
this.queryParams.beginTime = "";
this.queryParams.endTime = "";
}
- this.loading = false;
+ this.queryParams.inhospstate = "3";
+ this.loading = false;
listPatMedInhosp(this.queryParams).then((response) => {
this.userList = response.rows;
@@ -887,6 +905,7 @@
this.queryParams = {
pageNum: 1,
pageSize: 10,
+ bedSort: null,
// leavehospitaldistrictcodes: [],
};
--
Gitblit v1.9.3