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
bb0d530f
Commit
bb0d530f
authored
Sep 01, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a29b8529
64f873e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
10 deletions
+6
-10
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+4
-9
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+1
-0
vue.config.js
vue.config.js
+1
-1
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
bb0d530f
...
@@ -1165,7 +1165,7 @@ color: #333333;"
...
@@ -1165,7 +1165,7 @@ color: #333333;"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
v-if=
"isEdit && !petInHospitalStatus && !petInHospitalUpdateShow
&& ( scope.row.status === '0' || scope.row.status === '1' )
"
v-if=
"isEdit && !petInHospitalStatus && !petInHospitalUpdateShow"
plain
plain
size=
"mini"
size=
"mini"
style=
"width: 50px; border-radius: 6px 6px 6px 6px;border: 1px solid rgb(52,144,206);"
style=
"width: 50px; border-radius: 6px 6px 6px 6px;border: 1px solid rgb(52,144,206);"
...
@@ -1184,7 +1184,7 @@ color: #333333;"
...
@@ -1184,7 +1184,7 @@ color: #333333;"
>
保存
>
保存
</el-button>
</el-button>
<el-button
<el-button
v-if=
"isEdit && !petInHospitalStatus && !petInHospitalUpdateShow
&& ( scope.row.status === '0' || scope.row.status === '1' )
"
v-if=
"isEdit && !petInHospitalStatus && !petInHospitalUpdateShow"
id=
"remove-hospitalized"
id=
"remove-hospitalized"
icon=
"el-icon-document"
icon=
"el-icon-document"
plain
plain
...
@@ -1986,20 +1986,15 @@ export default {
...
@@ -1986,20 +1986,15 @@ export default {
// 住院情况
// 住院情况
if
(
response
.
data
.
inHospitalBo
.
status
===
'0'
||
response
.
data
.
inHospitalBo
.
status
===
'1'
||
response
.
data
.
inHospitalBo
.
status
===
'2'
)
{
if
(
response
.
data
.
inHospitalBo
.
status
===
'0'
||
response
.
data
.
inHospitalBo
.
status
===
'1'
||
response
.
data
.
inHospitalBo
.
status
===
'2'
)
{
this
.
petInHospitalList
.
push
(
response
.
data
.
inHospitalBo
)
this
.
petInHospitalList
.
push
(
response
.
data
.
inHospitalBo
)
this
.
petInHospitalStatus
=
false
}
else
{
}
else
{
this
.
petInHospitalList
=
response
.
data
.
hosDetailBos
this
.
petInHospitalList
=
response
.
data
.
hosDetailBos
this
.
petInHospitalStatus
=
true
}
}
console
.
log
(
'住院情况'
,
this
.
petInHospitalList
)
console
.
log
(
'住院情况'
,
this
.
petInHospitalList
)
if
(
response
.
data
.
hosDetailBos
)
{
if
(
response
.
data
.
hosDetailBos
)
{
this
.
editCunt
.
inHospitalBos
=
response
.
data
.
hosDetailBos
.
length
this
.
editCunt
.
inHospitalBos
=
response
.
data
.
hosDetailBos
.
length
}
}
if
(
this
.
petInHospitalList
!==
undefined
&&
this
.
petInHospitalList
!==
null
)
{
this
.
petInHospitalList
.
forEach
(
item
=>
{
if
(
item
.
status
!==
'1'
&&
item
.
status
!==
'2'
)
{
this
.
petInHospitalStatus
=
true
}
})
}
})
})
// this.getInHospitalList(this.$route.params.id)
// this.getInHospitalList(this.$route.params.id)
},
},
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
bb0d530f
...
@@ -535,6 +535,7 @@ export default {
...
@@ -535,6 +535,7 @@ export default {
}
else
{
}
else
{
console
.
log
(
'平台权限'
)
console
.
log
(
'平台权限'
)
this
.
queryParams
.
checkType
=
'2'
this
.
queryParams
.
checkType
=
'2'
this
.
queryParams
.
platRole
=
'yes'
this
.
getItemForPlat
()
this
.
getItemForPlat
()
this
.
getList
()
this
.
getList
()
this
.
loading
=
false
this
.
loading
=
false
...
...
vue.config.js
View file @
bb0d530f
...
@@ -79,7 +79,7 @@ module.exports = {
...
@@ -79,7 +79,7 @@ module.exports = {
proxy
:
{
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://localhost:809
0
`,
// target: `http://localhost:809
1
`,
target
:
`http://114.67.241.140:8091`
,
target
:
`http://114.67.241.140:8091`
,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
...
...
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