+
保存
取消
@@ -55,14 +87,12 @@ defineOptions({ name: 'DiagnosisTemplateForm' })
/*
* 李传洋
* DiagnosisTemplateForm
-**/
+ **/
/** 导入内容 **/
-
/** 组件引用 **/
const formRef = ref()
-
/** 数据结构 **/
const message = useMessage()
const { t } = useI18n()
@@ -73,17 +103,16 @@ const formData0 = ref({
pageNo: 1,
pageSize: 10,
doctorName: undefined,
- departmentName: undefined,
+ departmentName: undefined
})
const formData = ref({
/** 测试数据 **/
it_1: '',
it_2: '',
it_3: '',
- it_4: '',
+ it_4: ''
})
-
/****** 自定义内容 ******/
/****** 可参考内容 ******/
const openTest = () => {
@@ -91,16 +120,13 @@ const openTest = () => {
//清空内容
}
-
/** 组件事件 **/
-
/** 钩子方法 **/
onMounted(() => {
//ceshi
})
-
/** 防空作用域 **/
console.log(dateFormatter)
console.log(message)
@@ -109,12 +135,11 @@ console.log(DiagnosisTemplateApi)
console.log(formData0)
//console.log(null)
-
/** 导出内容 **/
defineExpose({ openTest })
-/**
+/**
* 备注:
- *
+ *
* **/
@@ -138,4 +163,4 @@ defineExpose({ openTest })
.radio-group {
border: 1px solid #ececec;
}
-
\ No newline at end of file
+
diff --git a/src/views/applyregistration/diagnosisTemplate/index.vue b/src/views/applyregistration/diagnosisTemplate/index.vue
index a5f2ca89..89ffff9c 100644
--- a/src/views/applyregistration/diagnosisTemplate/index.vue
+++ b/src/views/applyregistration/diagnosisTemplate/index.vue
@@ -1,31 +1,41 @@
-
+
-
+
- 全部
- 公共
- 私有
+ 全部
+ 公共
+ 私有
-
- 搜索
-
+ 搜索
新增
@@ -36,14 +46,25 @@
-
+
aaaa
-
-
+
@@ -62,15 +83,13 @@ defineOptions({ name: 'DiagnosisTemplate' })
/*
* 李传洋
* 诊断模板
-**/
+ **/
/** 导入内容 **/
-
/** 组件引用 **/
const queryFormRef = ref()
const formRef = ref()
-
/** 数据结构 **/
const message = useMessage()
const { t } = useI18n()
@@ -79,37 +98,33 @@ const queryParams0 = ref({
pageNo: 1,
pageSize: 10,
doctorName: undefined,
- departmentName: undefined,
+ departmentName: undefined
})
const queryParams = ref({
pageNo: 1,
pageSize: 10,
/** 测试数据 **/
it_1: '',
- it_2: '',
+ it_2: ''
})
//表格核心
const list_templates = ref
([])
const total = ref(5)
const loading = ref(false)
-
/****** 自定义内容 ******/
/****** 可参考内容 ******/
const openFormTest = () => {
formRef.value.openTest()
}
-
/** 组件事件 **/
-
/** 钩子方法 **/
onMounted(() => {
//ceshi
})
-
/** 防空作用域 **/
console.log(dateFormatter)
console.log(download)
@@ -120,11 +135,10 @@ console.log(DiagnosisTemplateForm)
console.log(queryParams0)
//console.log(null)
-
/** 导出内容 **/
-/**
+/**
* 备注:
- *
+ *
* **/
@@ -148,4 +162,4 @@ console.log(queryParams0)
.radio-group {
border: 1px solid #ececec;
}
-
\ No newline at end of file
+
diff --git a/src/views/applyregistration/illnessCase/index.vue b/src/views/applyregistration/illnessCase/index.vue
index 7e699b21..ea63aeca 100644
--- a/src/views/applyregistration/illnessCase/index.vue
+++ b/src/views/applyregistration/illnessCase/index.vue
@@ -2,28 +2,50 @@
-
-
+
+
-
+
-
+
-
+
@@ -34,10 +56,12 @@
- 全部
- 门诊
- 住院
- 体检
+ 全部
+ 门诊
+ 住院
+ 体检
@@ -46,18 +70,36 @@
-
-
+
+
-
-
+
+
@@ -65,9 +107,11 @@
- 全部
- 正常
- 阳性
+ 全部
+ 正常
+ 阳性
@@ -76,23 +120,35 @@
-
+
-
+
-
-
- 搜索
-
+
+ 搜索
@@ -101,35 +157,57 @@
-
-
+
+
aaaa
-
-
+
-
+
-
+
-
+
@@ -151,28 +229,25 @@ defineOptions({ name: 'IllnessCase' })
/*
* 李传洋
* 病例管理
-**/
+ **/
/** 导入内容 **/
-
-
/** 组件引用 **/
const queryFormRef = ref()
-
/** 数据结构 **/
const message = useMessage()
const { t } = useI18n()
const diagnosisDesc = ref('')
const examitemsDesc = ref('')
-const departmentList = ref([])
+const deviceList = ref([])
const examitemsList = ref([])
//表单核心
const queryParams0 = ref({
pageNo: 1,
pageSize: 10,
doctorName: undefined,
- departmentName: undefined,
+ departmentName: undefined
})
const queryParams = ref({
pageNo: 1,
@@ -186,29 +261,23 @@ const queryParams = ref({
it_6: '',
it_7: '',
it_8: '',
- it_9: '',
+ it_9: ''
})
//表格核心
const list_patExamitems = ref([])
const total_patExamitems = ref(5)
const loading_patExamitems = ref(false)
-
/****** 自定义内容 ******/
/****** 可参考内容 ******/
-
-
/** 组件事件 **/
-
-
/** 钩子方法 **/
onMounted(() => {
//ceshi
})
-
/** 防空作用域 **/
console.log(dateFormatter)
console.log(download)
@@ -218,11 +287,10 @@ console.log(t)
console.log(queryParams0)
//console.log(null)
-
/** 导出内容 **/
-/**
+/**
* 备注:
- *
+ *
* **/
@@ -246,4 +314,4 @@ console.log(queryParams0)
.radio-group {
border: 1px solid #ececec;
}
-
\ No newline at end of file
+
diff --git a/src/views/applyregistration/reportPrintStatistics/index.vue b/src/views/applyregistration/reportPrintStatistics/index.vue
index f728d7f4..85facce7 100644
--- a/src/views/applyregistration/reportPrintStatistics/index.vue
+++ b/src/views/applyregistration/reportPrintStatistics/index.vue
@@ -2,23 +2,45 @@
-
-
+
+
-
+
-
-
+
+
@@ -26,7 +48,12 @@
-
+
@@ -35,7 +62,12 @@
-
+
@@ -46,16 +78,19 @@
-
+
-
-
- 搜索
-
+
+
搜索
打印
@@ -63,38 +98,73 @@
-
+
aaaa
-
-
+
-
+
-
+
-
+
-
+
-
+
@@ -103,7 +173,12 @@
-
+
@@ -113,19 +188,35 @@
-
+
-
+
-
+
@@ -134,7 +225,13 @@
-
+
@@ -144,17 +241,32 @@
-
-
+
+
-
+
-
+
@@ -165,49 +277,90 @@
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
@@ -218,35 +371,60 @@
-
+
-
+
-
+
-
+
-
+
@@ -269,26 +447,24 @@ defineOptions({ name: 'ReportPrintStatistics' })
/*
* 李传洋
* 报告打印统计
-**/
+ **/
/** 导入内容 **/
-
/** 组件引用 **/
const queryFormRef = ref()
const infoFormRef = ref()
-
/** 数据结构 **/
const message = useMessage()
const { t } = useI18n()
const activeTabName = ref('diagnosisInfo')
-const departmentList = ref([])
+const deviceList = ref([])
//表单核心
const queryParams0 = ref({
pageNo: 1,
pageSize: 10,
doctorName: undefined,
- departmentName: undefined,
+ departmentName: undefined
})
const queryParams = ref({
pageNo: 1,
@@ -298,12 +474,12 @@ const queryParams = ref({
it_2: '',
it_3: '',
it_4: '',
- it_5: '',
+ it_5: ''
})
const infoParams0 = ref({
doctorName: undefined,
- departmentName: undefined,
+ departmentName: undefined
})
const infoParams = ref({
/** 测试数据 **/
@@ -331,27 +507,23 @@ const infoParams = ref({
it_21: '',
it_22: '',
it_23: '',
- it_24: '',
+ it_24: ''
})
//表格核心
const list_infos = ref([])
const total = ref(5)
const loading = ref(false)
-
/****** 自定义内容 ******/
/****** 可参考内容 ******/
-
/** 组件事件 **/
-
/** 钩子方法 **/
onMounted(() => {
//ceshi
})
-
/** 防空作用域 **/
console.log(dateFormatter)
console.log(download)
@@ -362,11 +534,10 @@ console.log(queryParams0)
console.log(infoParams0)
//console.log(null)
-
/** 导出内容 **/
-/**
+/**
* 备注:
- *
+ *
* **/
@@ -390,4 +561,4 @@ console.log(infoParams0)
.radio-group {
border: 1px solid #ececec;
}
-
\ No newline at end of file
+
diff --git a/src/views/applyregistration/reservationInfo/index.vue b/src/views/applyregistration/reservationInfo/index.vue
index 0047a4b9..7a75dae8 100644
--- a/src/views/applyregistration/reservationInfo/index.vue
+++ b/src/views/applyregistration/reservationInfo/index.vue
@@ -2,15 +2,32 @@
-
-
+
+
-
-
+
+
@@ -19,13 +36,23 @@
-
+
-
+
@@ -37,7 +64,12 @@
-
+
@@ -45,7 +77,12 @@
-
+
@@ -55,7 +92,12 @@
-
+
@@ -63,14 +105,24 @@
-
+
-
+
岁
@@ -80,9 +132,18 @@
-
-
+
+
@@ -91,8 +152,18 @@
-
-
+
+
@@ -101,14 +172,24 @@
-
+
-
+
@@ -116,7 +197,12 @@
-
+
@@ -124,8 +210,13 @@
-
+
@@ -133,13 +224,18 @@
-
+
-
+
新增
@@ -151,80 +247,26 @@
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
- 重置
-
-
- 新增
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
- 删除
-
-
-
-
-
-
@@ -237,15 +279,12 @@ defineOptions({ name: 'ReservationInfo' })
/*
* 李传洋
* 预约登记
-**/
-
-
-
+ **/
+/** 导入内容 **/
/** 组件引用 **/
const queryFormRef = ref()
-
/** 数据结构 **/
const message = useMessage()
const { t } = useI18n()
@@ -253,13 +292,13 @@ const examitemsList = ref([])
const doctorList = ref([])
const deviceList = ref([])
const departmentList = ref([])
+//表单核心
const queryParams0 = ref({
pageNo: 1,
pageSize: 10,
doctorName: undefined,
- departmentName: undefined,
+ departmentName: undefined
})
-console.log(queryParams0)
const queryParams = ref({
pageNo: 1,
pageSize: 10,
@@ -279,71 +318,39 @@ const queryParams = ref({
it_13: '',
it_14: '',
it_15: '',
- cks: [],
+ cks: []
})
+/****** 自定义内容 ******/
+/****** 可参考内容 ******/
/** 组件事件 **/
-
-/** 自定义内容 **/
-
-
-/***************参考内容*****************/
-const list = ref([])
-const total = ref(0)
-const loading = ref(true)
-const exportLoading = ref(false)
-const handleExport = async () => {
- try {
- await message.exportConfirm()
- exportLoading.value = true
- const data = await ReservationInfoApi.export(queryParams.value)
- download.excel(data, '医生管理.xls')
- } catch {
- } finally {
- exportLoading.value = false
- }
-}
-
-const getList = async () => {
- loading.value = true
- try {
- const data = await ReservationInfoApi.getPage(queryParams.value)
- list.value = data.list
- total.value = data.total
- } finally {
- loading.value = false
- }
-}
-
-const handleQuery = () => {
- queryParams.value.pageNo = 1
- getList()
-}
-
-const resetQuery = () => {
- queryFormRef.value.resetFields()
- handleQuery()
-}
-
-const handleDelete = async (id: number) => {
- try {
- await message.delConfirm()
- await ReservationInfoApi.delete(id)
- message.success(t('common.delSuccess'))
- await getList()
- } catch { }
-}
-
-
/** 钩子方法 **/
onMounted(() => {
- //getList()
+ //ceshi
})
+
+/** 防空作用域 **/
+console.log(dateFormatter)
+console.log(download)
+console.log(message)
+console.log(t)
+console.log(ReservationInfoApi)
+console.log(queryParams0)
+//console.log(null)
+
+/** 导出内容 **/
+/**
+ * 备注:
+ *
+ * **/
\ No newline at end of file
+
+.radio-group {
+ border: 1px solid #ececec;
+}
+