From 01697660cf813e25bdbf19a9d12f84be8bf8ae87 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 1 Sep 2023 17:08:17 +0800 Subject: [PATCH] report --- .../customerOrg/customerOrgRegister.vue | 45 +- .../customerOrg/customerOrgTree.vue | 54 ++- .../patientRegister/PatientRegisterEdit.vue | 4 +- .../patientRegister/PatientRegisterList.vue | 4 +- .../report/PatientRegisterListNobtn.vue | 4 +- .../report/PatientRegisterQueryNobtn.vue | 68 ++- src/router/index.js | 2 +- src/store/index.js | 5 +- src/views/checkStatus/Query.vue | 154 ++++++ src/views/checkStatus/index.vue | 233 +++++++++ src/views/report/checkStatus.vue | 449 ------------------ 11 files changed, 498 insertions(+), 524 deletions(-) create mode 100644 src/views/checkStatus/Query.vue create mode 100644 src/views/checkStatus/index.vue delete mode 100644 src/views/report/checkStatus.vue diff --git a/src/components/customerOrg/customerOrgRegister.vue b/src/components/customerOrg/customerOrgRegister.vue index 9c38f01..42607be 100644 --- a/src/components/customerOrg/customerOrgRegister.vue +++ b/src/components/customerOrg/customerOrgRegister.vue @@ -1,15 +1,8 @@ @@ -125,5 +162,4 @@ export default { .query { margin-left: 10px; } - diff --git a/src/router/index.js b/src/router/index.js index 2fa9511..9878742 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -288,7 +288,7 @@ const routes = [ { path: "/checkStatus", name: "组合项目检查状态", - component: () => import("../views/report/checkStatus.vue"), + component: () => import("../views/checkStatus/index.vue"), }, { path: "/chargeAsbitem", diff --git a/src/store/index.js b/src/store/index.js index 0ffcd21..6806f3b 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -29,7 +29,7 @@ export default new Vuex.Store({ }, //树形组件的数据结构 customerOrgId: "", //当前单位ID(可根据此值是否为空,判断是新增还是编辑) customerOrgRd: { id: "", isLock: "N", isActive: "Y", }, //单个体检单位记录值 - customerOrgRegisterList: [], //单位体检次数登记列表 + customerOrgRegisterList: [{id:'uuid'}], //单位体检次数登记列表 contactPersonList: [], //联系人列表 contactMethodList: [], //联系方式列表 orgEditStyle: '', //编辑表单样式 @@ -106,10 +106,13 @@ export default new Vuex.Store({ medicalPackageChange: 0, //控制体检列表记录切换时,0 无需触发更换套餐操作 query: { dateType:'creationTime', //登记日期 + dateRange:null, //日期范围 times: 0, //触发查询次数 customerOrgId: "", //体检单位ID CustomerOrgParentId: "", //单位父级ID customerOrgFlag: true, //单位作为查询条件 + customerOrgRegister:{}, //单位体检次数 + checkAsbs:null, }, //查询条件 customerOrgGroup: [], //分组(针对单位) patientRegisterAbs: [], //人员已选组合项目 diff --git a/src/views/checkStatus/Query.vue b/src/views/checkStatus/Query.vue new file mode 100644 index 0000000..58f59e1 --- /dev/null +++ b/src/views/checkStatus/Query.vue @@ -0,0 +1,154 @@ + + + diff --git a/src/views/checkStatus/index.vue b/src/views/checkStatus/index.vue new file mode 100644 index 0000000..bd7dbad --- /dev/null +++ b/src/views/checkStatus/index.vue @@ -0,0 +1,233 @@ + + + diff --git a/src/views/report/checkStatus.vue b/src/views/report/checkStatus.vue deleted file mode 100644 index 7b30e62..0000000 --- a/src/views/report/checkStatus.vue +++ /dev/null @@ -1,449 +0,0 @@ - - -