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
0b72d849
Commit
0b72d849
authored
Sep 19, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2983c854
ca1d8976
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
18 deletions
+9
-18
download.js
src/plugins/download.js
+3
-3
assign-wards.vue
...nt/hospitalization-management/components/assign-wards.vue
+3
-3
handling-admissions.vue
...italization-management/components/handling-admissions.vue
+1
-1
hospitalization-management.vue
...hospitalization-management/hospitalization-management.vue
+2
-11
No files found.
src/plugins/download.js
View file @
0b72d849
...
...
@@ -36,9 +36,9 @@ export default {
const
isBlob
=
blobValidate
(
res
.
data
)
if
(
isBlob
)
{
const
blob
=
new
Blob
([
res
.
data
])
const
url
=
res
.
config
[
'url'
]
const
keyword
=
'
-
'
const
index
=
url
.
indexOf
(
keyword
,
url
.
indexOf
(
keyword
)
+
1
)
const
url
=
decodeURIComponent
(
res
.
config
[
'url'
])
const
keyword
=
'
/tmt-pic/business/
'
const
index
=
url
.
indexOf
(
keyword
)
let
result
=
''
if
(
index
!==
-
1
)
{
result
=
url
.
substring
(
index
+
keyword
.
length
)
...
...
src/views/service-management/hospitalization-management/components/assign-wards.vue
View file @
0b72d849
...
...
@@ -118,11 +118,11 @@
</div>
<!--分页-->
<pagination
v-show=
"total>8"
v-show=
"total>6"
:page-sizes=
"[6]"
:limit
.
sync=
"queryParams.pageSize"
:page
.
sync=
"queryParams.pageNum"
:total=
"total"
:page-sizes=
"[8]"
@
pagination=
"getWardList()"
/>
...
...
@@ -190,7 +190,7 @@ export default {
// 搜索病房表单参数
queryParams
:
{
pageNum
:
1
,
pageSize
:
8
,
pageSize
:
6
,
chooseStatus
:
''
},
wardList
:
[],
...
...
src/views/service-management/hospitalization-management/components/handling-admissions.vue
View file @
0b72d849
...
...
@@ -151,10 +151,10 @@
<!--分页-->
<pagination
v-show=
"total>6"
:page-sizes=
"[6]"
:limit
.
sync=
"queryParams.pageSize"
:page
.
sync=
"queryParams.pageNum"
:total=
"total"
:page-sizes=
"[6]"
@
pagination=
"getWardList()"
/>
...
...
src/views/service-management/hospitalization-management/hospitalization-management.vue
View file @
0b72d849
...
...
@@ -208,7 +208,7 @@
<
span
>
{{
parseTime
(
scope
.
row
.
dischargeDate
,
'{y
}
/{m
}
/{d
}
'
)
||
'-'
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
fixed
=
"right"
align
=
"
center
"
min
-
width
=
"180px"
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
fixed
=
"right"
align
=
"
left
"
min
-
width
=
"180px"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
v
-
hasPermi
=
"['business:hospital:query']"
...
...
@@ -243,16 +243,6 @@
type
=
"warning"
@
click
=
"handleDischargeMe(scope.row)"
><
svg
-
icon
icon
-
class
=
"liebiao_icon_bianji"
/>
办理出院
<
/el-button
>
<
el
-
button
v
-
else
-
if
=
"scope.row.status==='4'"
style
=
"visibility: hidden"
icon
=
"el-icon-paperclip"
plain
size
=
"mini"
class
=
"el-button--warning--solid--four"
type
=
"warning"
disabled
>
导出明细
<
/el-button
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
...
...
@@ -430,6 +420,7 @@ export default {
this
.
admissionsShow
=
true
this
.
inHospitalInfo
=
res
.
data
this
.
diseaseLevel
=
res
.
data
.
diseaseLevel
this
.
$refs
.
admissions
.
queryParams
.
pageSize
=
6
if
(
this
.
diseaseLevel
===
'1'
)
{
this
.
$refs
.
admissions
.
queryParams
.
wardType
=
'2'
this
.
$refs
.
admissions
.
getWardList
()
...
...
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