Commit e244c0a5 by 唐玉峰

病案 报表

parent 23c3a62c
......@@ -17,7 +17,7 @@
<div v-if="activeName == 1">
<template v-if="show">
<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%"
height="100%"
frameborder="0"
......@@ -28,7 +28,7 @@
<div v-if="activeName == 2">
<template v-if="show">
<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%"
height="100%"
frameborder="0"
......@@ -39,7 +39,7 @@
<div v-if="activeName == 3">
<template v-if="show">
<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%"
height="100%"
frameborder="0"
......@@ -65,9 +65,9 @@ export default {
show: true,
type: 1,
list: [
{ name: "医保反馈数据", value: "1" },
{ name: "月度分组数据", value: "2" },
{ name: "年度算数据", value: "3" },
{ name: "月度初步分组", value: "1" },
{ name: "月度拨付分组", value: "2" },
{ name: "年度算数据", value: "3" },
],
};
},
......@@ -130,7 +130,7 @@ export default {
margin-top: 10px;
padding: 20px 30px;
> div {
width: 166px;
width: 140px;
height: 40px;
background: #f7f7f7;
border-radius: 20px;
......@@ -152,10 +152,10 @@ export default {
flex: 1;
display: flex;
.l {
width: 206px;
width: 130px;
background: #fff;
margin-right: 10px;
padding: 20px;
padding: 20px 10px;
> div {
background: #f4f5f8;
border-radius: 4px;
......@@ -181,7 +181,7 @@ export default {
.r {
flex: 1;
background: #fff;
padding: 30px;
padding: 20px;
> div {
height: 100%;
}
......
......@@ -503,7 +503,6 @@ export default {
router.go(-1);
},
myTimeOut() {
console.log(1);
clearTimeout(this.myTimer);
this.myTimer = setTimeout(() => {
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