Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
bims
Commits
06e47a62
Commit
06e47a62
authored
Feb 24, 2022
by
yanglilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'a'
parent
b6467e83
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
index.html
public/index.html
+1
-1
detail.vue
src/views/charge-query/detail.vue
+8
-2
No files found.
public/index.html
View file @
06e47a62
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<title><
%=
webpackConfig
.
name
%
></title>
<title><
%=
webpackConfig
.
name
%
></title>
<script
<script
type=
"text/javascript"
type=
"text/javascript"
src=
"//at.alicdn.com/t/font_3020450_
x8muxbblnk
.js"
src=
"//at.alicdn.com/t/font_3020450_
a9xwff5f4ug
.js"
></script>
></script>
</head>
</head>
<body>
<body>
...
...
src/views/charge-query/detail.vue
View file @
06e47a62
...
@@ -94,6 +94,8 @@
...
@@ -94,6 +94,8 @@
<div
class=
"btn-div flex"
>
<div
class=
"btn-div flex"
>
<a-button
type=
"primary"
@
click=
"receiptEvt"
>
<a-button
type=
"primary"
@
click=
"receiptEvt"
>
<Icon
name=
"ssibaocun"
:size=
"14"
/>
结算
</a-button>
<Icon
name=
"ssibaocun"
:size=
"14"
/>
结算
</a-button>
<a-button
type=
"primary"
class=
"mar-left10"
@
click=
"printEvt"
>
<Icon
name=
"ssidayinji_o"
:size=
"14"
/>
打印
</a-button>
</div>
</div>
</a-col>
</a-col>
</a-row>
</a-row>
...
@@ -140,7 +142,7 @@ export default {
...
@@ -140,7 +142,7 @@ export default {
{
title
:
"
自付额
"
,
dataIndex
:
"
selfPaid
"
,
width
:
180
},
{
title
:
"
自付额
"
,
dataIndex
:
"
selfPaid
"
,
width
:
180
},
{
title
:
"
其他费用
"
,
dataIndex
:
"
otherPaid
"
,
width
:
180
},
{
title
:
"
其他费用
"
,
dataIndex
:
"
otherPaid
"
,
width
:
180
},
{
title
:
"
个人支付
"
,
dataIndex
:
"
personalPaid
"
,
width
:
180
},
{
title
:
"
个人支付
"
,
dataIndex
:
"
personalPaid
"
,
width
:
180
},
{
title
:
"
商保支付
"
,
dataIndex
:
"
ciPaid
"
,
width
:
180
},
{
title
:
"
理赔金额
"
,
dataIndex
:
"
ciPaid
"
,
width
:
180
},
{
title
:
"
支付方式
"
,
dataIndex
:
"
paymentType
"
,
width
:
180
,
scopedSlots
:
{
customRender
:
"
paymentType
"
}},
{
title
:
"
支付方式
"
,
dataIndex
:
"
paymentType
"
,
width
:
180
,
scopedSlots
:
{
customRender
:
"
paymentType
"
}},
];
];
return
{
return
{
...
@@ -300,6 +302,10 @@ export default {
...
@@ -300,6 +302,10 @@ export default {
});
});
},
},
});
});
},
//打印
printEvt
(){
},
},
// 选中就诊时间
// 选中就诊时间
onSelectVisitTime
(
date
,
dateString
)
{
onSelectVisitTime
(
date
,
dateString
)
{
...
...
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