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
177f055d
Commit
177f055d
authored
Jun 14, 2023
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f85e3b09
54c7fb4e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
17 deletions
+29
-17
manage.js
src/api/business/manage.js
+8
-0
index.js
src/router/index.js
+3
-1
about-us.vue
src/views/document-management/about-us/about-us.vue
+1
-0
privacy-policy.vue
...ews/document-management/privacy-policy/privacy-policy.vue
+1
-0
user-protocol.vue
...views/document-management/user-protocol/user-protocol.vue
+1
-0
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+15
-16
No files found.
src/api/business/manage.js
View file @
177f055d
...
@@ -9,6 +9,14 @@ export function listManage(query) {
...
@@ -9,6 +9,14 @@ export function listManage(query) {
})
})
}
}
export
function
listCheckManage
(
query
)
{
return
request
({
url
:
'/business/check/checkList'
,
method
:
'get'
,
params
:
query
})
}
// 查询业务管理-检查管理详细
// 查询业务管理-检查管理详细
export
function
getManage
(
id
)
{
export
function
getManage
(
id
)
{
return
request
({
return
request
({
...
...
src/router/index.js
View file @
177f055d
...
@@ -117,6 +117,7 @@ export const constantRoutes = [
...
@@ -117,6 +117,7 @@ export const constantRoutes = [
component
:
()
=>
import
(
'@/views/equipment-management/equipment-management/equipment-management'
),
component
:
()
=>
import
(
'@/views/equipment-management/equipment-management/equipment-management'
),
name
:
'EquipmentManagement'
,
name
:
'EquipmentManagement'
,
meta
:
{
title
:
'设备管理'
,
icon
:
'date'
}
meta
:
{
title
:
'设备管理'
,
icon
:
'date'
}
},
},
{
{
path
:
'equipment-detail/:id'
,
path
:
'equipment-detail/:id'
,
...
@@ -132,6 +133,7 @@ export const constantRoutes = [
...
@@ -132,6 +133,7 @@ export const constantRoutes = [
name
:
'EquipmentAdd'
,
name
:
'EquipmentAdd'
,
meta
:
{
title
:
'设备新增'
}
meta
:
{
title
:
'设备新增'
}
},
},
{
{
path
:
'use-management'
,
path
:
'use-management'
,
props
:
true
,
props
:
true
,
...
@@ -144,7 +146,7 @@ export const constantRoutes = [
...
@@ -144,7 +146,7 @@ export const constantRoutes = [
props
:
true
,
props
:
true
,
component
:
()
=>
import
(
'@/views/equipment-management/use-management/use-details'
),
component
:
()
=>
import
(
'@/views/equipment-management/use-management/use-details'
),
name
:
'UseDetails'
,
name
:
'UseDetails'
,
meta
:
{
title
:
'使用详情'
,
icon
:
'table'
}
meta
:
{
title
:
'使用详情'
,
icon
:
'table'
,
activeMenu
:
'/use-details'
}
}
}
]
]
},
},
...
...
src/views/document-management/about-us/about-us.vue
View file @
177f055d
...
@@ -104,6 +104,7 @@ export default {
...
@@ -104,6 +104,7 @@ export default {
.title-text
{
.title-text
{
margin-left
:
10px
;
margin-left
:
10px
;
font-weight
:
bold
;
}
}
}
}
}
}
...
...
src/views/document-management/privacy-policy/privacy-policy.vue
View file @
177f055d
...
@@ -105,6 +105,7 @@ export default {
...
@@ -105,6 +105,7 @@ export default {
.title-text
{
.title-text
{
margin-left
:
10px
;
margin-left
:
10px
;
font-weight
:
bold
;
}
}
}
}
}
}
...
...
src/views/document-management/user-protocol/user-protocol.vue
View file @
177f055d
...
@@ -104,6 +104,7 @@ export default {
...
@@ -104,6 +104,7 @@ export default {
.title-text
{
.title-text
{
margin-left
:
10px
;
margin-left
:
10px
;
font-weight
:
bold
;
}
}
}
}
}
}
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
177f055d
...
@@ -84,20 +84,20 @@
...
@@ -84,20 +84,20 @@
<el-table
v-loading=
"loading"
:data=
"manageList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"manageList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
prop=
"petOwnersId"
/>
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
/>
<el-table-column
label=
"检查类型"
align=
"center"
prop=
"
petNicknam
e"
/>
<el-table-column
label=
"检查类型"
align=
"center"
prop=
"
checkTyp
e"
/>
<el-table-column
label=
"检查项目"
align=
"center"
prop=
"
petBreed
"
/>
<el-table-column
label=
"检查项目"
align=
"center"
prop=
"
checkItemsName
"
/>
<el-table-column
label=
"宠物昵称"
align=
"center"
prop=
"pet
Sex
"
/>
<el-table-column
label=
"宠物昵称"
align=
"center"
prop=
"pet
Nickname
"
/>
<el-table-column
label=
"宠物保险"
align=
"center"
prop=
"
petAg
e"
/>
<el-table-column
label=
"宠物保险"
align=
"center"
prop=
"
insur
e"
/>
<el-table-column
label=
"宠主姓名"
align=
"center"
prop=
"
petWeight
"
/>
<el-table-column
label=
"宠主姓名"
align=
"center"
prop=
"
nickname
"
/>
<el-table-column
label=
"联系方式"
align=
"center"
prop=
"p
etColo
r"
/>
<el-table-column
label=
"联系方式"
align=
"center"
prop=
"p
honenumbe
r"
/>
<el-table-column
label=
"预约兽医"
align=
"center"
prop=
"
sterilizationStatus
"
/>
<el-table-column
label=
"预约兽医"
align=
"center"
prop=
"
doctorName
"
/>
<el-table-column
label=
"所属科室"
align=
"center"
prop=
"
vaccineSituation
"
/>
<el-table-column
label=
"所属科室"
align=
"center"
prop=
"
doctorDeptName
"
/>
<el-table-column
label=
"缴费状态"
align=
"center"
prop=
"
insur
e"
/>
<el-table-column
label=
"缴费状态"
align=
"center"
prop=
"
payTyp
e"
/>
<el-table-column
label=
"预约状态"
align=
"center"
prop=
"checkSchedule"
/>
<el-table-column
label=
"预约状态"
align=
"center"
prop=
"checkSchedule"
/>
<el-table-column
label=
"检查状态"
align=
"center"
prop=
"
payAmount
"
/>
<el-table-column
label=
"检查状态"
align=
"center"
prop=
"
checkSchedule
"
/>
<el-table-column
label=
"检查日期"
align=
"center"
prop=
"
payTyp
e"
/>
<el-table-column
label=
"检查日期"
align=
"center"
prop=
"
reportTim
e"
/>
<el-table-column
label=
"检查时段"
align=
"center"
prop=
"
pay
Time"
width=
"180"
>
<el-table-column
label=
"检查时段"
align=
"center"
prop=
"
checkStart
Time"
width=
"180"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
payTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<span>
{{
parseTime
(
scope
.
row
.
payTime
,
'{y
}
-{m
}
-{d
}
'
)
}}
<
/span
>
<
/template
>
<
/template
>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<
/template
>
<
/template
>
<
script
>
<
script
>
import
{
listManage
,
getManage
,
delManage
,
addManage
,
update
Manage
}
from
'@/api/business/manage'
import
{
getManage
,
delManage
,
addManage
,
updateManage
,
listCheck
Manage
}
from
'@/api/business/manage'
export
default
{
export
default
{
name
:
'MedicalRecordManagement'
,
name
:
'MedicalRecordManagement'
,
dicts
:
[
'exam_type'
],
dicts
:
[
'exam_type'
],
...
@@ -200,11 +200,10 @@ export default {
...
@@ -200,11 +200,10 @@ export default {
/** 查询业务管理-检查管理列表 */
/** 查询业务管理-检查管理列表 */
getList
()
{
getList
()
{
this
.
loading
=
true
this
.
loading
=
true
listManage
(
this
.
queryParams
).
then
(
response
=>
{
list
Check
Manage
(
this
.
queryParams
).
then
(
response
=>
{
this
.
manageList
=
response
.
rows
this
.
manageList
=
response
.
rows
this
.
total
=
response
.
total
this
.
total
=
response
.
total
this
.
loading
=
false
this
.
loading
=
false
this
.
manageList
.
push
({
}
)
}
)
}
)
}
,
}
,
// 取消按钮
// 取消按钮
...
...
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