Commit e244c0a5 by 唐玉峰

病案 报表

parent 23c3a62c
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div v-if="activeName == 1"> <div v-if="activeName == 1">
<template v-if="show"> <template v-if="show">
<iframe <iframe
:src="`http://192.168.18.166:8060/#/report/view?workbookId=274&doctorcode=${doctorCode}&deptcode=${deptCode}`" :src="`http://172.16.1.244:8050/#/report/view?workbookId=276&doctorcode=${doctorCode}&deptcode=${deptCode}`"
width="100%" width="100%"
height="100%" height="100%"
frameborder="0" frameborder="0"
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div v-if="activeName == 2"> <div v-if="activeName == 2">
<template v-if="show"> <template v-if="show">
<iframe <iframe
:src="`http://192.168.18.166:8060/#/report/view?workbookId=272&doctorcode=${doctorCode}&deptcode=${deptCode}`" :src="`http://172.16.1.244:8050/#/report/view?workbookId=275&doctorcode=${doctorCode}&deptcode=${deptCode}`"
width="100%" width="100%"
height="100%" height="100%"
frameborder="0" frameborder="0"
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<div v-if="activeName == 3"> <div v-if="activeName == 3">
<template v-if="show"> <template v-if="show">
<iframe <iframe
:src="`http://192.168.18.166:8060/#/report/view?workbookId=273&doctorcode=${doctorCode}&deptcode=${deptCode}`" :src="`http://172.16.1.244:8050/#/report/view?workbookId=267&doctorcode=${doctorCode}&deptcode=${deptCode}`"
width="100%" width="100%"
height="100%" height="100%"
frameborder="0" frameborder="0"
...@@ -65,9 +65,9 @@ export default { ...@@ -65,9 +65,9 @@ export default {
show: true, show: true,
type: 1, type: 1,
list: [ list: [
{ name: "医保反馈数据", value: "1" }, { name: "月度初步分组", value: "1" },
{ name: "月度分组数据", value: "2" }, { name: "月度拨付分组", value: "2" },
{ name: "年度算数据", value: "3" }, { name: "年度算数据", value: "3" },
], ],
}; };
}, },
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
margin-top: 10px; margin-top: 10px;
padding: 20px 30px; padding: 20px 30px;
> div { > div {
width: 166px; width: 140px;
height: 40px; height: 40px;
background: #f7f7f7; background: #f7f7f7;
border-radius: 20px; border-radius: 20px;
...@@ -152,10 +152,10 @@ export default { ...@@ -152,10 +152,10 @@ export default {
flex: 1; flex: 1;
display: flex; display: flex;
.l { .l {
width: 206px; width: 130px;
background: #fff; background: #fff;
margin-right: 10px; margin-right: 10px;
padding: 20px; padding: 20px 10px;
> div { > div {
background: #f4f5f8; background: #f4f5f8;
border-radius: 4px; border-radius: 4px;
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
.r { .r {
flex: 1; flex: 1;
background: #fff; background: #fff;
padding: 30px; padding: 20px;
> div { > div {
height: 100%; height: 100%;
} }
......
...@@ -503,7 +503,6 @@ export default { ...@@ -503,7 +503,6 @@ export default {
router.go(-1); router.go(-1);
}, },
myTimeOut() { myTimeOut() {
console.log(1);
clearTimeout(this.myTimer); clearTimeout(this.myTimer);
this.myTimer = setTimeout(() => { this.myTimer = setTimeout(() => {
window.opener = null; window.opener = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment