From a5f1b080956017388e5d87e7d9d1cbb5632b6cd2 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 28 五月 2024 18:05:48 +0800 Subject: [PATCH] qxtj --- src/views/system/biol/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue index 8173577..ef8d40d 100644 --- a/src/views/system/biol/index.vue +++ b/src/views/system/biol/index.vue @@ -41,6 +41,9 @@ <el-col :span="1.5"> <el-button type="primary" size="mini" :disabled="multiple" @click="jiankangReport">鍋ュ悍妫�鏌ヨ〃鎵撳嵃</el-button> </el-col> + <!-- <el-col :span="1.5"> + <el-button type="primary" size="mini" :disabled="multiple" @click="jiankangReport">鎵归噺浣撴鎶ュ憡瀵煎嚭</el-button> + </el-col> --> <el-col :span="1.5"> <el-button type="primary" size="mini" :disabled="single" @click="baogaoyulan">鎶ュ憡棰勮</el-button> </el-col> @@ -566,6 +569,7 @@ type: "warning", }); } else { + console.log(response) this.dialogVisible = true; this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl @@ -623,6 +627,7 @@ } else { this.dialogVisible = true; this.url = window.webkitURL.createObjectURL(response); //灏嗗悗绔繑鍥炵殑blob鏂囦欢璇诲彇鍑簎rl + console.log(this.url) this.DataList1.forEach((item) => { if (item.tjNumber === this.tjNumber) { this.userId = item.tjCustomerName; @@ -685,6 +690,7 @@ const newBlob = []; newBlob.push(response); const blob = new Blob(newBlob, { type: "application/pdf" }); + var date = new Date().getTime(); var ifr = document.createElement("iframe"); ifr.style.frameborder = "no"; @@ -814,7 +820,6 @@ }, // 琛ㄥ崟閲嶇疆 reset() { - this.form = { orderId: null, tjType: null, -- Gitblit v1.8.0