diff --git a/src/api/qualitycontrol-report.js b/src/api/qualitycontrol-report.js new file mode 100644 index 0000000000000000000000000000000000000000..9dc9c50570342aa2d8a6773242af5e5020afe605 --- /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 2f0c1397d2dfed3c138e7c7d89f58529752bfbf6..ff557862858a28d966a896a37a4313bc1cf6a01c 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 a447826e0b07170f3ad5aac1bfb7c6c23ae220bd..8920a411db8b0b8a4b9e517a0149f0ba7797b655 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 330551b19a6191841749fab4fce1b7ae3b1492e6..66af533177a2d055ac7f6c05b09f32febd8a96a0 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 @@
选择统计周期: - + 月度 - 季度 + 季度 年度
选择统计年份: - - + +
- +