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
76f58bf7
Commit
76f58bf7
authored
Jun 26, 2023
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
治疗弹出框 数据重置
parent
9f5a0b97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
13 deletions
+16
-13
index.js
src/router/index.js
+1
-1
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+15
-12
No files found.
src/router/index.js
View file @
76f58bf7
...
...
@@ -153,7 +153,7 @@ export const constantRoutes = [
props
:
true
,
component
:
()
=>
import
(
'@/views/equipment-management/use-management/use-details'
),
name
:
'UseDetails'
,
meta
:
{
title
:
'
使用
详情'
,
icon
:
'table'
,
activeMenu
:
'/use-details'
}
meta
:
{
title
:
'详情'
,
icon
:
'table'
,
activeMenu
:
'/use-details'
}
}
]
},
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
76f58bf7
...
...
@@ -194,11 +194,11 @@
<
div
class
=
"tip1"
/>
<
div
style
=
"padding-top: 3px;padding-left: 18px;color: #666666; font-weight: 500; font-size: 16px;"
>
预约记录
<
/div
>
<
/div
>
<
el
-
form
:
model
=
"allocationForm"
label
-
width
=
"
80px
"
>
<
el
-
form
:
model
=
"allocationForm"
label
-
width
=
"
auto
"
>
<
el
-
row
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"诊室"
>
<
el
-
select
v
-
model
=
"allocationForm.consultRoomIdList"
clearable
multiple
collapse
-
tags
placeholder
=
"请选择诊室"
@
change
=
"allocationFormChangeName"
>
<
el
-
select
v
-
model
=
"allocationForm.consultRoomIdList"
clearable
multiple
collapse
-
tags
placeholder
=
"请选择诊室"
@
change
=
"allocationFormChangeName"
>
<
el
-
option
v
-
for
=
"item in consultingName"
:
key
=
"item.id"
...
...
@@ -208,7 +208,7 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"治疗日期"
>
<
el
-
date
-
picker
v
-
model
=
"treatStartTime"
...
...
@@ -251,11 +251,11 @@
<
div
class
=
"tip1"
/>
<
div
style
=
"padding-top: 3px;padding-left: 18px;color: #666666; font-weight: 500; font-size: 16px;"
>
添加预约
<
/div
>
<
/div
>
<
el
-
form
ref
=
"treatTimeForm"
:
model
=
"appointmentRoom"
:
rules
=
"treatTimerules"
label
-
width
=
"
8
0px"
>
<
el
-
form
ref
=
"treatTimeForm"
:
model
=
"appointmentRoom"
:
rules
=
"treatTimerules"
label
-
width
=
"
10
0px"
>
<
el
-
row
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"诊室"
prop
=
"consultRoomId"
>
<
el
-
select
v
-
model
=
"reservationForm.consultRoomName"
clearable
placeholder
=
"请选择诊室"
value
-
key
=
"id"
@
change
=
"getconsultingName"
>
<
el
-
select
v
-
model
=
"reservationForm.consultRoomName"
clearable
placeholder
=
"请选择诊室"
value
-
key
=
"id"
@
change
=
"getconsultingName"
style
=
"width: 200px"
>
<
el
-
option
v
-
for
=
"item in consultingName"
:
key
=
"item.id"
...
...
@@ -265,7 +265,7 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"治疗日期"
prop
=
"treatDate"
>
<
el
-
date
-
picker
v
-
model
=
"appointmentRoom.treatDate"
...
...
@@ -275,17 +275,19 @@
:
picker
-
options
=
"pickerOptions"
:
disabled
-
date
=
"disabledDate"
placeholder
=
"请选择治疗日期"
style
=
"width: 200px"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"开始时间"
prop
=
"sTime"
>
<
el
-
time
-
select
style
=
"width: 200px"
v
-
model
=
"appointmentRoom.sTime"
is
-
range
placeholder
=
"请选择开始时间"
placeholder
=
"请选择
治疗
开始时间"
format
=
"HH:mm"
value
-
format
=
"HH:mm"
:
picker
-
options
=
"{
...
...
@@ -297,12 +299,13 @@
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
label
=
"结束时间"
prop
=
"eTime"
>
<
el
-
time
-
select
style
=
"width: 200px"
v
-
model
=
"appointmentRoom.eTime"
is
-
range
placeholder
=
"请选择结束时间"
placeholder
=
"请选择
治疗
结束时间"
format
=
"HH:mm"
value
-
format
=
"HH:mm"
:
picker
-
options
=
"{
...
...
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