-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -116,6 +195,20 @@
+
+
+
+
+
+

+
+
+
{{ i + 1 }}
+
{{ item.title }}
+
{{ item.time }}
+
+
+
@@ -129,23 +222,30 @@ import SelectTable from '@/components/SelectTable/index.vue';
import { ElMessage, ElMessageBox } from 'element-plus'
import { classCom } from '@/utils/classCom'
import { HiprintPrinter } from '@/utils/hiprintPrinter';
-import * as echarts from 'echarts';
-//@ts-ignore
-import { comDict } from '@/utils/dict'
+import YQSelectTable from '@/components/SelectTable/YQSelectTable/index.vue';
+// @ts-ignore
+import { listhospital } from "@/api/regional/dict/hospital.js";
+// @ts-ignore
+import { listUser } from '@/api/system/user.js'
import { usePrintStore } from '@/store/modules/printStore'
//@ts-ignore
import useUserStore from '@/store/modules/user'
import { useRoute, useRouter } from 'vue-router'
+import { getComDicts } from '@/api/liswork/dict/ComDict';
+import { getGroupInstrdList, queryXmInfo } from '@/api/liswork/work/LisWork';
const route = useRoute()
const router = useRouter();
const aotuSize = classCom.useAutoSize();
-
+const userStore = useUserStore()
const tableRefs = ref()
-
interface QueryParams {
- times: string[]; // 明确类型为字符串元组
+ // times: string[]; // 明确类型为字符串元组
+ instrGroup: string;
+ yq: string;
+ st: string;
+ et: string;
alarmflag: boolean,
jzbz: boolean,
ksdh: string,
@@ -157,14 +257,25 @@ interface QueryParams {
sqh: string,
userid: string,
yljg: string,
+ bz: string,
+ yblx: string,
+ yhdh: string,
+ sjys: string,
+ brly: string,
+ jgbz: string,
+ dcny: string
}
// 提交表单数据
const queryParams = reactive