Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
3539cd25
Commit
3539cd25
authored
Oct 12, 2021
by
Damon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-remark' into dev-1.5.4
parents
fca1826a
95b7638c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
detail.vue
src/pages/order/detail.vue
+4
-0
No files found.
src/pages/order/detail.vue
View file @
3539cd25
...
@@ -779,6 +779,10 @@ export default {
...
@@ -779,6 +779,10 @@ export default {
data
.
channel
=
4
data
.
channel
=
4
}
else
if
(
this
.
submitType
===
'workerAppointment'
)
{
}
else
if
(
this
.
submitType
===
'workerAppointment'
)
{
data
=
this
.
$refs
[
'feed-back'
].
submitData
data
=
this
.
$refs
[
'feed-back'
].
submitData
if
(
!
data
.
remark
)
{
this
.
commonToast
(
'请补充详细说明'
,
'waring'
)
return
}
if
(
!
data
.
appointmentDatetime
)
{
if
(
!
data
.
appointmentDatetime
)
{
this
.
commonToast
(
'请选择预约日期'
,
'waring'
)
this
.
commonToast
(
'请选择预约日期'
,
'waring'
)
...
...
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