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
0023d04e
Commit
0023d04e
authored
Aug 30, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4afa7aab
1b9c7bcf
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
218 additions
and
260 deletions
+218
-260
InputTips.vue
src/components/InputTips/InputTips.vue
+2
-2
index.vue
src/components/imageCropper/index.vue
+3
-1
index.js
src/router/index.js
+2
-2
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+8
-1
pet-data-statistics.vue
...ta-statistics/pet-data-statistics/pet-data-statistics.vue
+11
-11
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+5
-1
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+163
-219
equipment-management.vue
...-management/equipment-management/equipment-management.vue
+10
-9
hospitalization-management.vue
...hospitalization-management/hospitalization-management.vue
+9
-9
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+5
-5
No files found.
src/components/InputTips/InputTips.vue
View file @
0023d04e
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<el-tooltip
:content=
"text"
placement=
"top-start"
:disabled=
"tipDisabled"
>
<el-tooltip
:content=
"text"
placement=
"top-start"
:disabled=
"tipDisabled"
>
<el-input
<el-input
v-model=
"text"
v-model=
"text"
readonly
=
"true"
readonly
disabled
=
"true"
disabled
:style=
"
{width: width}"
:style=
"
{width: width}"
@mouseover.native="inputOnMouseOver($event)"
@mouseover.native="inputOnMouseOver($event)"
/>
/>
...
...
src/components/imageCropper/index.vue
View file @
0023d04e
...
@@ -16,9 +16,11 @@
...
@@ -16,9 +16,11 @@
:auto-crop-height=
"autoCropHeight"
:auto-crop-height=
"autoCropHeight"
:auto-crop=
"true"
:auto-crop=
"true"
:fixed=
"false"
:fixed=
"false"
:fixed-box=
"
fals
e"
:fixed-box=
"
tru
e"
:output-size=
"1"
:output-size=
"1"
output-type=
"png"
output-type=
"png"
:centerBox=
"true"
:canScale=
"true"
/>
/>
<template
#
footer
>
<template
#
footer
>
<span
class=
"dialog-footer"
>
<span
class=
"dialog-footer"
>
...
...
src/router/index.js
View file @
0023d04e
...
@@ -120,10 +120,10 @@ export const constantRoutes = [
...
@@ -120,10 +120,10 @@ export const constantRoutes = [
},
},
{
{
path
:
'equipment-
edit
'
,
path
:
'equipment-
detail
'
,
props
:
true
,
props
:
true
,
component
:
()
=>
import
(
'@/views/equipment-management/equipment-management/equipment-detail'
),
component
:
()
=>
import
(
'@/views/equipment-management/equipment-management/equipment-detail'
),
name
:
'Equipment
Edit
'
,
name
:
'Equipment
Detail
'
,
meta
:
{
title
:
'设备详情'
}
meta
:
{
title
:
'设备详情'
}
},
},
{
{
...
...
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
0023d04e
...
@@ -510,7 +510,14 @@ export default {
...
@@ -510,7 +510,14 @@ export default {
}
,
}
,
handleSortChange
(
column
)
{
handleSortChange
(
column
)
{
console
.
log
(
'更换排序'
,
column
)
console
.
log
(
'更换排序'
,
column
)
this
.
queryParams
.
orderByColumn
=
column
.
prop
// 查询字段是表格中字段名字
// 查询字段是表格中字段名字
if
(
column
.
prop
.
orderByColumn
===
'hospitalName'
||
column
.
prop
.
orderByColumn
===
'hospitalAddress'
||
column
.
prop
.
orderByColumn
===
'contactPerson'
)
{
this
.
queryParams
.
orderByColumn
=
column
.
prop
+
'Sort'
}
else
{
this
.
queryParams
.
orderByColumn
=
column
.
prop
}
this
.
queryParams
.
isAsc
=
column
.
order
// 动态取值排序顺序
this
.
queryParams
.
isAsc
=
column
.
order
// 动态取值排序顺序
this
.
$refs
.
hospitalList
.
clearSort
()
this
.
$refs
.
hospitalList
.
clearSort
()
this
.
getHospitalList
()
this
.
getHospitalList
()
...
...
src/views/data-statistics/pet-data-statistics/pet-data-statistics.vue
View file @
0023d04e
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
0023d04e
...
@@ -993,7 +993,11 @@ export default {
...
@@ -993,7 +993,11 @@ export default {
}
,
}
,
handleSortChangeForPlatform
(
column
)
{
handleSortChangeForPlatform
(
column
)
{
console
.
log
(
'更换排序'
,
column
)
console
.
log
(
'更换排序'
,
column
)
if
(
column
.
prop
===
'checkItemsName'
)
{
this
.
queryOrder
.
orderByColumn
=
column
.
prop
+
'sort'
// 查询字段是表格中字段名字
}
else
{
this
.
queryOrder
.
orderByColumn
=
column
.
prop
// 查询字段是表格中字段名字
this
.
queryOrder
.
orderByColumn
=
column
.
prop
// 查询字段是表格中字段名字
}
this
.
queryOrder
.
isAsc
=
column
.
order
// 动态取值排序顺序
this
.
queryOrder
.
isAsc
=
column
.
order
// 动态取值排序顺序
this
.
$refs
.
orderTable
.
clearSort
()
this
.
$refs
.
orderTable
.
clearSort
()
this
.
getOrderList
()
this
.
getOrderList
()
...
...
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
0023d04e
This diff is collapsed.
Click to expand it.
src/views/equipment-management/equipment-management/equipment-management.vue
View file @
0023d04e
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
icon=
"el-icon-document"
icon=
"el-icon-document"
class=
"el-button--success--solid"
class=
"el-button--success--solid"
plain
plain
@
click=
"detailsDevice(scope.row
.id
)"
@
click=
"detailsDevice(scope.row)"
>
详情
>
详情
</el-button>
</el-button>
<el-button
<el-button
...
@@ -603,12 +603,13 @@ export default {
...
@@ -603,12 +603,13 @@ export default {
})
})
},
},
/** 跳转到详情页*/
/** 跳转到详情页*/
detailsDevice
(
id
)
{
detailsDevice
(
data
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'Equipment
Edit
'
,
name
:
'Equipment
Detail
'
,
query
:
{
query
:
{
identify
:
'2'
,
identify
:
'2'
,
id
:
id
id
:
data
.
id
,
isPrivate
:
data
.
isPrivate
}
}
})
})
},
},
...
@@ -619,11 +620,11 @@ export default {
...
@@ -619,11 +620,11 @@ export default {
})
})
},
},
// 点击检查项目
// 点击检查项目
handlecheck
()
{
//
handlecheck() {
this
.
$router
.
push
({
//
this.$router.push({
name
:
'EquipmentCheck'
//
name: 'EquipmentCheck'
})
//
})
},
//
},
/**
/**
* 全部选择
* 全部选择
...
...
src/views/service-management/hospitalization-management/hospitalization-management.vue
View file @
0023d04e
...
@@ -233,15 +233,15 @@
...
@@ -233,15 +233,15 @@
type
=
"warning"
type
=
"warning"
@
click
=
"handleDischargeMe(scope.row)"
@
click
=
"handleDischargeMe(scope.row)"
>
办理出院
<
/el-button
>
>
办理出院
<
/el-button
>
<!--
<
el
-
button
-->
<!--
<
el
-
button
-->
<!--
v
-
else
-
if
=
"scope.row.status==='4'"
-->
<!--
v
-
else
-
if
=
"scope.row.status==='4'"
-->
<!--
icon
=
"el-icon-paperclip"
-->
<!--
icon
=
"el-icon-paperclip"
-->
<!--
plain
-->
<!--
plain
-->
<!--
size
=
"mini"
-->
<!--
size
=
"mini"
-->
<!--
class
=
"el-button--warning--solid--four"
-->
<!--
class
=
"el-button--warning--solid--four"
-->
<!--
type
=
"warning"
-->
<!--
type
=
"warning"
-->
<!--
disabled
-->
<!--
disabled
-->
<!--
>
导出明细
<
/el-button>--
>
<!--
>
导出明细
<
/el-button>--
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
0023d04e
...
@@ -230,7 +230,7 @@
...
@@ -230,7 +230,7 @@
<
el
-
dialog
<
el
-
dialog
title
=
"分配诊室"
title
=
"分配诊室"
:
visible
.
sync
=
"open"
:
visible
.
sync
=
"open"
width
=
"
95
0px"
width
=
"
100
0px"
append
-
to
-
body
append
-
to
-
body
:
close
-
on
-
press
-
escape
=
"false"
:
close
-
on
-
press
-
escape
=
"false"
:
close
-
on
-
click
-
modal
=
"false"
:
close
-
on
-
click
-
modal
=
"false"
...
@@ -277,7 +277,7 @@
...
@@ -277,7 +277,7 @@
<
/el-form
>
<
/el-form
>
<
el
-
table
<
el
-
table
:
data
=
"appointmentRoomList"
:
data
=
"appointmentRoomList"
style
=
"width: 100%"
style
=
"width: 100%
;padding-left: 22px;
"
:
header
-
cell
-
style
=
"{background:'#F4F4F4'
}
"
:
header
-
cell
-
style
=
"{background:'#F4F4F4'
}
"
>
>
<
el
-
table
-
column
prop
=
"consulting_name"
align
=
"left"
label
=
"诊室名称"
:
show
-
overflow
-
tooltip
=
"true"
>
<
el
-
table
-
column
prop
=
"consulting_name"
align
=
"left"
label
=
"诊室名称"
:
show
-
overflow
-
tooltip
=
"true"
>
...
@@ -318,7 +318,7 @@
...
@@ -318,7 +318,7 @@
<
div
class
=
"tip1"
/>
<
div
class
=
"tip1"
/>
<
div
style
=
"padding-top: 3px;padding-left: 18px;font-size: 16px;font-weight: bold;color: #333333;"
>
添加预约
<
/div
>
<
div
style
=
"padding-top: 3px;padding-left: 18px;font-size: 16px;font-weight: bold;color: #333333;"
>
添加预约
<
/div
>
<
/div
>
<
/div
>
<
el
-
form
ref
=
"useRecordForm"
:
model
=
"reservationForm"
:
rules
=
"useRecordrules"
label
-
width
=
"
auto
"
>
<
el
-
form
ref
=
"useRecordForm"
:
model
=
"reservationForm"
:
rules
=
"useRecordrules"
label
-
width
=
"
6.5rem
"
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
label
=
"诊室"
prop
=
"consultRoomName"
>
<
el
-
form
-
item
label
=
"诊室"
prop
=
"consultRoomName"
>
...
@@ -709,7 +709,7 @@ export default {
...
@@ -709,7 +709,7 @@ export default {
rest
()
{
rest
()
{
this
.
treatStartTime
=
''
this
.
treatStartTime
=
''
this
.
reservationForm
.
consultRoomName
=
''
this
.
reservationForm
.
consultRoomName
=
''
this
.
appointmentRoomList
=
[]
//
this.appointmentRoomList = []
// 预约诊室
// 预约诊室
// 添加预约表单参数
// 添加预约表单参数
this
.
reservationForm
=
{
this
.
reservationForm
=
{
...
@@ -733,7 +733,7 @@ export default {
...
@@ -733,7 +733,7 @@ export default {
// 分配诊室搜索预约记录
// 分配诊室搜索预约记录
this
.
allocationForm
=
{
this
.
allocationForm
=
{
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
10
,
pageSize
:
5
,
consultRoomIdList
:
''
,
consultRoomIdList
:
''
,
useDate
:
''
useDate
:
''
}
}
...
...
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