Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
e244c0a5
Commit
e244c0a5
authored
Jul 25, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
病案 报表
parent
23c3a62c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
src/views/medicalRecordImport.vue
+10
-10
src/views/outHistorygrouping.vue
+0
-1
No files found.
src/views/medicalRecordImport.vue
View file @
e244c0a5
...
...
@@ -17,7 +17,7 @@
<div
v-if=
"activeName == 1"
>
<template
v-if=
"show"
>
<iframe
:src=
"`http://1
92.168.18.166:8060/#/report/view?workbookId=274
&doctorcode=$
{doctorCode}
&
deptcode=${deptCode}`"
:src=
"`http://1
72.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://1
92.168.18.166:8060/#/report/view?workbookId=272
&doctorcode=$
{doctorCode}
&
deptcode=${deptCode}`"
:src=
"`http://1
72.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://1
92.168.18.166:8060/#/report/view?workbookId=273
&doctorcode=$
{doctorCode}
&
deptcode=${deptCode}`"
:src=
"`http://1
72.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
:
1
66
px
;
width
:
1
40
px
;
height
:
40px
;
background
:
#f7f7f7
;
border-radius
:
20px
;
...
...
@@ -152,10 +152,10 @@ export default {
flex
:
1
;
display
:
flex
;
.l
{
width
:
206
px
;
width
:
130
px
;
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
:
3
0px
;
padding
:
2
0px
;
>
div
{
height
:
100%
;
}
...
...
src/views/outHistorygrouping.vue
View file @
e244c0a5
...
...
@@ -503,7 +503,6 @@ export default {
router
.
go
(
-
1
);
},
myTimeOut
()
{
console
.
log
(
1
);
clearTimeout
(
this
.
myTimer
);
this
.
myTimer
=
setTimeout
(()
=>
{
window
.
opener
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment