From 0303c170c6ff96ad5b2da77e54d6f9c8fd461470 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 26 三月 2024 10:47:32 +0800 Subject: [PATCH] qxtj --- src/views/doctor/checkAll/index.vue | 152 ++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 115 insertions(+), 37 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index ffdc4b0..fa565b2 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -110,7 +110,7 @@ 鎬у埆锛� </td> <td style="border: 1px solid #dfe6ec; border-collapse: collapse"> - {{ tableAll.cusSex }} + {{ tableAll.cusSex == 0? "鐢�" :tableAll.cusSex == 1?"濂�":"鏈煡"}} </td> </tr> <tr style="border: 1px solid #dfe6ec; border-collapse: collapse"> @@ -141,13 +141,16 @@ </el-col> <el-col :span="6"> <div style="margin-right: 10px;display: flex "> - <div style="margin: 10px 10px"> + <div style="margin: 10px 2px"> + <el-button type="primary" size="mini" @click="Graphicreport()">鍥炬枃鎶ュ憡</el-button> + </div> + <div style="margin: 10px 5px"> <el-button type="primary" size="mini" @click="historicalreport()">鍘嗗彶鎶ュ憡</el-button> </div> - <div style="margin: 10px 10px" v-if="tableAll.tjCategory == '02'"> + <div style="margin: 10px 5px" v-if="tableAll.tjCategory == '02'"> <el-button type="primary" size="mini" @click="medicalhistory()">鑱屼笟鐥呭彶</el-button> </div> - <div style="margin: 10px 10px"> + <div style="margin: 10px 5px"> <el-button type="primary" size="mini" @click="jianqian()">妫�鍓嶉棶璇�</el-button> </div> </div> @@ -325,7 +328,7 @@ </el-input> </el-form-item> </el-form> - <div slot="footer" class="dialog-footers"> + <div slot="footer" class="dialog-footers" v-if="tjproject == '0'"> <el-button type="primary" @click="determine" :disabled="isdisabled">鎻愪氦骞剁敓鎴愭姤鍛�</el-button> </div> </div> @@ -550,12 +553,15 @@ <el-button @click="jianqians = false">鍙� 娑�</el-button> </span> </el-dialog> + <Packages ref="bbb" :baogao="baogao" /> + </div> </template> <script> import jianqianwenzhen from "@/components/jianqianwenzhen"; +import Packages from "@/components/Packages"; import { getcheckList, getTjdetailList, @@ -566,7 +572,7 @@ getState, getforceIn, gettoPdf, - getModified, + getModified, isPdfOrJimu } from "@/api/doctor/checkAll"; import { getInfoById } from "@/api/hosp/history"; import { getInfo } from "@/api/login"; @@ -575,12 +581,18 @@ import { getPdf, revoke } from "@/api/hosp/order"; import ViewPdf from "@/components/ViewPdf"; import Historicalreport from "@/components/Historicalreport"; - +import { getDicts } from "@/api/system/dict/data"; +import { + getTjYxjcList +} from "@/api/system/package"; +import { getNewDateList } from "@/api/hosp/order"; +import moment from "moment"; export default { components: { ViewPdf, Historicalreport, jianqianwenzhen, + Packages }, dicts: [ "dict_tjtype", @@ -596,6 +608,7 @@ name: "checkAll", data() { return { + baogao: [], flags: false, jianqianwenzhendata: [], jianqians: false, @@ -714,8 +727,9 @@ }, created() { - this.getNowTime(); - this.getList(); + // this.getNowTime(); + + this.getdate(); }, mounted() { @@ -724,6 +738,15 @@ }); }, methods: { + getdate() { + getNewDateList().then((res) => { + this.startTime = [ + moment(res.data).format("YYYY-MM-DD 00:00:00"), + moment(res.data).format("YYYY-MM-DD 23:59:00"), + ]; + this.getList(); + }); + }, // / 澶勭悊榛樿閫変腑褰撳墠鏃ユ湡 getNowTime() { var curDate = new Date().getTime(); @@ -799,25 +822,77 @@ viewReport(row) { const tjNumber = row.tjNumber; - const flag = true; - getPdf(tjNumber, flag).then((response) => { - if (response.size === 0) { - const loading = this.$loading({ - lock: true, - text: "Loading", - spinner: "el-icon-loading", - background: "rgba(0, 0, 0, 0.7)", - }); - setTimeout(() => { - loading.close(); - }, 3000); - this.$message.msgSuccess("鎶ュ憡姝e湪鐢熸垚锛岃涓ゅ垎閽熷悗棰勮锛�"); - } else { - this.dialogVisible = true; + isPdfOrJimu(tjNumber).then((response) => { + if (response.data.flag == "0") { + const flag = true; + getPdf(tjNumber, flag).then((response) => { + if (response.size === 0) { + const loading = this.$loading({ + lock: true, + text: "Loading", + spinner: "el-icon-loading", + background: "rgba(0, 0, 0, 0.7)", + }); + setTimeout(() => { + loading.close(); + }, 3000); + this.$message.msgSuccess("鎶ュ憡姝e湪鐢熸垚锛岃涓ゅ垎閽熷悗棰勮锛�"); + } else { + this.dialogVisible = true; - this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl + this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl + } + }); + } else { + let url = response.data.url + const params = { url }; + this.$tab.openPage("鍋ュ悍璇佹鏌ヨ〃", "/report/zongjianjiankangzheng", params); } - }); + }) + + }, + + Graphicreport() { + let dictType = "dict_ageunit" + getDicts(dictType).then(res => { + if (res.code == 200) { + res.data.forEach(item => { + if (this.tableAll.age_unit == item.dictValue) { + this.tableAll.age_unit = item.dictLabel + } + }) + let dictTypes = "sys_user_sex" + getDicts(dictTypes).then(res => { + if (res.code == 200) { + res.data.forEach(item => { + if (this.tableAll.cusSex == item.dictValue) { + this.tableAll.cusSex = item.dictLabel + } + }) + let data = { + patname: this.tableAll.cusName, + sex: this.tableAll.cusSex, + patage: this.tableAll.age, + patagename: this.tableAll.age_unit, + patbirth: this.tableAll.cusBrithday + } + // let data = { + // patname: "鑴辫兘濞�", + // sex: "濂�", + // patage: "60", + // patagename: "宀�", + // patbirth: "1963-01-01" + // } + getTjYxjcList(data).then(res => { + this.baogao = res.data + }) + this.$refs.bbb.open = true; + // this.$refs.bbb.getAllList(); + this.$refs.bbb.title = "鎶ュ憡瀛楀吀"; + } + }) + } + }) }, historicalreport() { @@ -1021,23 +1096,25 @@ }, // 閲嶇疆 resetQuery() { + this.startTime=[] this.resetForm("tableList"); this.submitForm(); }, // 鐐瑰嚮璇︽儏 handleClick(row) { + this.tableAll = row; this.tjproject = "0" - if (this.tableAll.cusSex === 0) { - this.tableAll.cusSex = "鐢�"; - } - if (this.tableAll.cusSex === 1) { - this.tableAll.cusSex = "濂�"; - } - if (this.tableAll.cusSex === 2) { - this.tableAll.cusSex = "鏈煡"; - } + // if (this.tableAll.cusSex === 0) { + // this.tableAll.cusSex = "鐢�"; + // } + // if (this.tableAll.cusSex === 1) { + // this.tableAll.cusSex = "濂�"; + // } + // if (this.tableAll.cusSex === 2) { + // this.tableAll.cusSex = "鏈煡"; + // } this.tjNumber = this.tableAll.tjNumber; getState(this.tjNumber).then((res) => { this.status = res.data; @@ -1055,10 +1132,10 @@ this.drawer = true; getupdateCheckType(this.tjNumber).then((response) => { this.changedate = response.data; - this.changedate.forEach((item) => { + if (this.changedate) { + this.changedate.forEach((item) => { this.textarea1 = item.checkAdvice; }); - if (this.changedate) { for (let i = 0; i < this.changedate.length; i++) { this.remark = this.changedate[i].remark; } @@ -1144,6 +1221,7 @@ }); }); this.drawer = false; + } }); -- Gitblit v1.8.0