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
0930bd6a
Commit
0930bd6a
authored
Jun 29, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
72223c11
9a890726
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
entry-contract.vue
...ews/document-management/entry-contract/entry-contract.vue
+3
-3
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+3
-2
No files found.
src/views/document-management/entry-contract/entry-contract.vue
View file @
0930bd6a
...
@@ -107,7 +107,7 @@ export default {
...
@@ -107,7 +107,7 @@ export default {
total
:
0
,
total
:
0
,
queryParams
:
{
queryParams
:
{
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
1
0
,
pageSize
:
2
0
,
hospitalId
:
null
hospitalId
:
null
}
,
}
,
id
:
null
id
:
null
...
@@ -133,6 +133,7 @@ export default {
...
@@ -133,6 +133,7 @@ export default {
}
)
}
)
}
,
}
,
getContract
()
{
getContract
()
{
this
.
getEntryContract
()
console
.
log
(
'xxxx'
,
this
.
currentHospitalId
)
console
.
log
(
'xxxx'
,
this
.
currentHospitalId
)
this
.
queryParams
.
hospitalId
=
this
.
currentHospitalId
this
.
queryParams
.
hospitalId
=
this
.
currentHospitalId
listHistory
(
this
.
queryParams
).
then
(
res
=>
{
listHistory
(
this
.
queryParams
).
then
(
res
=>
{
...
@@ -140,12 +141,11 @@ export default {
...
@@ -140,12 +141,11 @@ export default {
this
.
total
=
res
.
total
-
1
this
.
total
=
res
.
total
-
1
console
.
log
(
'授权历史312'
,
list
)
console
.
log
(
'授权历史312'
,
list
)
this
.
authorizationHistory
=
list
this
.
authorizationHistory
=
list
this
.
authorizationHistory
=
this
.
authorizationHistory
.
filter
((
obj
)
=>
obj
.
id
!==
this
.
id
)
this
.
authorizationHistory
=
list
.
filter
((
obj
)
=>
obj
.
id
!==
this
.
id
)
console
.
log
(
'授权合同'
,
this
.
authorizationHistory
)
console
.
log
(
'授权合同'
,
this
.
authorizationHistory
)
console
.
log
(
'入驻合同'
,
this
.
entryContract
)
console
.
log
(
'入驻合同'
,
this
.
entryContract
)
this
.
loading
=
false
this
.
loading
=
false
}
)
}
)
this
.
getEntryContract
()
}
,
}
,
getCurrentHospital
()
{
getCurrentHospital
()
{
listGetUserInfo
().
then
(
res
=>
{
listGetUserInfo
().
then
(
res
=>
{
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
0930bd6a
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
:data=
"manageList"
:data=
"manageList"
:row-key=
"getRowKeys"
:row-key=
"getRowKeys"
:header-cell-class-name=
"cellClass"
:header-cell-class-name=
"cellClass"
:header-cell-style=
"
{background:'#
e5e5e5
'}"
:header-cell-style=
"
{background:'#
E8E9E8
'}"
@selection-change="handleSelectionChange"
@selection-change="handleSelectionChange"
>
>
<el-table-column
type=
"selection"
min-width=
"47"
align=
"center"
:reserve-selection=
"true"
/>
<el-table-column
type=
"selection"
min-width=
"47"
align=
"center"
:reserve-selection=
"true"
/>
...
@@ -268,7 +268,8 @@
...
@@ -268,7 +268,8 @@
<
el
-
table
<
el
-
table
:
data
=
"deviceList"
:
data
=
"deviceList"
style
=
"width: 100%"
style
=
"width: 100%"
:
header
-
cell
-
style
=
"{background:'#e5e5e5'
}
"
:
header
-
cell
-
style
=
"{background:'#E8E9E8'
}
"
empty
-
text
=
"当前暂无可预约设备"
>
>
<
el
-
table
-
column
prop
=
"deviceName"
align
=
"left"
label
=
"设备名称"
/>
<
el
-
table
-
column
prop
=
"deviceName"
align
=
"left"
label
=
"设备名称"
/>
<
el
-
table
-
column
prop
=
"checkDate"
align
=
"left"
label
=
"检查日期"
>
<
el
-
table
-
column
prop
=
"checkDate"
align
=
"left"
label
=
"检查日期"
>
...
...
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