From 7902f2ca88a7ee9367c5e5ef6b75f045ff98f856 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 21 Feb 2023 17:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/qualitycontrol-report.js | 20 ++ src/views/audit-detail/index.vue | 3 + src/views/followupentry/followaudit.vue | 69 +++-- src/views/qualitycontrol-report/index.vue | 309 +++++++++++++++------- 4 files changed, 280 insertions(+), 121 deletions(-) create mode 100644 src/api/qualitycontrol-report.js diff --git a/src/api/qualitycontrol-report.js b/src/api/qualitycontrol-report.js new file mode 100644 index 0000000..9dc9c50 --- /dev/null +++ b/src/api/qualitycontrol-report.js @@ -0,0 +1,20 @@ +import request from "@/utils/request" + +/* 质控报表 */ + +// 审核员列表 +export function checkerQuality(params = {}) { + return request({ + url: "/disease-data/data/report/checker/quality", + method: "get", + params, + }) +} +// 管理员列表 +export function adminQuality(params = {}) { + return request({ + url: "/disease-data/data/report/admin/quality", + method: "get", + params, + }) +} diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue index 2f0c139..ff55786 100644 --- a/src/views/audit-detail/index.vue +++ b/src/views/audit-detail/index.vue @@ -572,10 +572,13 @@ export default { display: flex; justify-content: space-between; .right { + display: flex; + align-items: center; .btn { width: 80px; height: 32px; border-radius: 4px; + margin-top: 0px; } } } diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue index a447826..8920a41 100644 --- a/src/views/followupentry/followaudit.vue +++ b/src/views/followupentry/followaudit.vue @@ -4,7 +4,9 @@
当前审核 - 【{{medicalCombination}}】【剩余{{mcCount}}】 + 【{{ medicalCombination }}】【剩余{{ mcCount }}】
返回 @@ -24,7 +26,8 @@ class="p-btn" size="medium" @click="showDialog(item.value)" - >{{ item.text }} + >{{ item.text }} 驳回修改建议:胃镜图片不合规
@@ -35,20 +38,26 @@
该病例已经审核【驳回修改】,需要改为{{ - btnGroup[curBtn - 1] ? btnGroup[curBtn - 1].text : "" + btnGroup[curBtn - 1] ? btnGroup[curBtn - 1].text : "" }}吗
- - + +
@@ -82,11 +96,15 @@
该病例审核合格成功!
-
{{ curBtn == 2 ? "不合格原因" : "驳回修改建议" }}
+
+ {{ curBtn == 2 ? "不合格原因" : "驳回修改建议" }} +
{{ form.reson }}
-
该病例审核{{ curBtn == 2 ? "不合格原因" : "驳回修改建议" }}提交成功!
+
+ 该病例审核{{ curBtn == 2 ? "不合格原因" : "驳回修改建议" }}提交成功! +
下一例
@@ -102,16 +120,16 @@ export default { components: { publicDialog, followReview }, data() { return { - medicalCombination:'无锡市人民医院医联体', - mcCount:7, + medicalCombination: "无锡市人民医院医联体", + mcCount: 7, editStatus: false, //进入的状态是第一次审核还是修改审核,false为第一次,true为修改 - formEdit:{ - name:"djksh", - contact_phone:"12345678", - is_accept:"0", - gas_exam:"15", - G_17:"5" - },//填报数据 + formEdit: { + name: "djksh", + contact_phone: "12345678", + is_accept: "0", + gas_exam: "15", + G_17: "5", + }, //填报数据 form: {}, rules: { reson: [{ required: true, message: "请填写", trigger: "blur" }], @@ -140,10 +158,10 @@ export default { created() { this.getDetail() }, - computed:{ - unionId(){ + computed: { + unionId() { return this.$route.query.id - } + }, }, methods: { showDialog(val) { @@ -209,11 +227,11 @@ export default { nextExample() { this.onCancel() }, - async getDetail(){ + async getDetail() { this.loading = true let res = await getFollowUnCheckDetail(this.unionId) - if(res.code==1){ - this.formEdit=res.data[0] + if (res.code == 1) { + this.formEdit = res.data[0] } this.loading = false }, @@ -246,6 +264,7 @@ export default { justify-content: space-between; .right { .btn { + margin-top: 0px; width: 80px; height: 32px; border-radius: 4px; diff --git a/src/views/qualitycontrol-report/index.vue b/src/views/qualitycontrol-report/index.vue index 330551b..66af533 100644 --- a/src/views/qualitycontrol-report/index.vue +++ b/src/views/qualitycontrol-report/index.vue @@ -6,9 +6,9 @@ 总体情况 - -
{{item.label}}
-

{{totalData[item.prop]}}

+ +
{{ item.label }}
+

{{ totalData[item.prop] }}

@@ -19,21 +19,31 @@
选择统计周期: - + 月度 - 季度 + 季度 年度
选择统计年份: - - + +
- +