Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
925e9b73
Commit
925e9b73
authored
Sep 15, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
9e283733
440e4669
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
hospitalization-details.vue
...nt/hospitalization-management/hospitalization-details.vue
+4
-4
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+3
-0
No files found.
src/views/service-management/hospitalization-management/hospitalization-details.vue
View file @
925e9b73
...
...
@@ -331,7 +331,7 @@
</div>
</div>
<div
style=
"padding: 20px;"
>
<div
style=
"padding: 20px
0 20px 20px
;"
>
<el-table
:data=
"hosDetailBos"
style=
"cursor: pointer;"
>
<el-table-column
label=
"病房类型"
align=
"left"
prop=
"wardType"
>
<template
slot-scope=
"scope"
>
...
...
@@ -376,7 +376,7 @@
<
/div
>
<
/div
>
<
div
style
=
"padding: 30px
20px 30px 20
px;"
>
<
div
style
=
"padding: 30px
0px 30px 16
px;"
>
<
el
-
table
:
data
=
"finTradeHis"
style
=
"cursor: pointer;"
>
<
el
-
table
-
column
label
=
"时间"
align
=
"left"
prop
=
"createTime"
/>
<
el
-
table
-
column
label
=
"金额"
align
=
"left"
prop
=
"paymentAmount"
>
...
...
@@ -399,7 +399,7 @@
<
/el-table
>
<
/div
>
<
div
v
-
if
=
"detailInfo.status<4"
>
<
div
v
-
if
=
"detailInfo.status<4"
style
=
"margin-left: -1rem;padding-left: 16px;"
>
<
el
-
button
v
-
show
=
"detailInfo.status==='2'||detailInfo.status==='0'"
v
-
hasPermi
=
"['business:hospital:edit']"
class
=
"fourWordsBtn"
icon
=
"el-icon-check"
@
click
=
"handAdmission"
>
办理入院
<
/el-button
>
<
el
-
button
v
-
show
=
"detailInfo.status==='3'"
v
-
hasPermi
=
"['business:hospital:edit']"
class
=
"fourWordsBtn"
icon
=
"el-icon-check"
@
click
=
"handDisCharge"
>
办理出院
<
/el-button
>
<
el
-
button
v
-
show
=
"detailInfo.status==='3'"
v
-
hasPermi
=
"['business:hospital:edit']"
class
=
"fourWordsBtn"
icon
=
"el-icon-check"
@
click
=
"changeWard"
>
变更病房
<
/el-button
>
...
...
@@ -407,7 +407,7 @@
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-back"
@
click
=
"goBack"
>
返
回
<
/el-button
>
<
/div
>
<
div
v
-
else
style
=
"padding-left:
20px
"
>
<
div
v
-
else
style
=
"padding-left:
16px;
"
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-document-remove"
disabled
>
查看入院单
<
/el-button
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-document-remove"
disabled
>
查看出院单
<
/el-button
>
<
el
-
button
class
=
"fourWordswhiteBtn"
icon
=
"el-icon-back"
@
click
=
"goBack"
>
返
回
<
/el-button
>
...
...
src/views/service-management/registration-queue/registration-detail.vue
View file @
925e9b73
...
...
@@ -371,6 +371,7 @@
<!--缴费时间-->
<el-form-item
label=
"缴费时间"
>
<el-date-picker
v-if=
"detailInfo.payStatus !== '2'"
v-model=
"detailInfo.payTime"
clearable
disabled
...
...
@@ -379,6 +380,7 @@
value-format=
"yyyy-MM-dd"
format=
"yyyy/MM/dd HH:mm:ss"
/>
<el-input
v-else
v-model=
"blank"
placeholder=
"-"
disabled
/>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -580,6 +582,7 @@ export default {
},
data
()
{
return
{
blank
:
'-'
,
defaultImage
:
petPic
,
submiting
:
false
,
// 提交按钮loading flag
// 进度
...
...
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