Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
1ebc20d8
Commit
1ebc20d8
authored
Sep 04, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
27bb5c1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
22 deletions
+12
-22
orderlist.vue
src/components/sale/orderlist.vue
+2
-3
audition.vue
src/pages/h5page/components/audition.vue
+10
-19
No files found.
src/components/sale/orderlist.vue
View file @
1ebc20d8
...
...
@@ -341,7 +341,7 @@
<q-item-label>
销售备注
</q-item-label>
</q-item-section>
</q-item>
<q-item
clickable
v-close-popup
v-if=
"AuthorityObj.isShowEducationRemark"
>
<
!-- <
q-item clickable v-close-popup v-if="AuthorityObj.isShowEducationRemark">
<q-item-section @click="editOrderRemark(item, 2)">
<q-item-label>教务备注</q-item-label>
</q-item-section>
...
...
@@ -350,7 +350,7 @@
<q-item-section @click="editOrderRemark(item, 3)">
<q-item-label>校长备注</q-item-label>
</q-item-section>
</q-item>
</q-item>
-->
<q-item
clickable
v-close-popup
v-if=
"isEditOrder && comefrom == 0"
>
<q-item-section
@
click=
"editOrder(item)"
>
<q-item-label>
总经理修改
</q-item-label>
...
...
@@ -1532,7 +1532,6 @@
this
.
authObj
.
isShowStudyRebate
)
{
this
.
AuthorityObj
.
isShowStudyRebate
=
this
.
authObj
.
isShowStudyRebate
;
}
}
},
//回归原班
...
...
src/pages/h5page/components/audition.vue
View file @
1ebc20d8
...
...
@@ -4,6 +4,10 @@
border
:
0
;
}
.divP
p
{
margin
:
0px
!
important
;
}
</
style
>
<
template
>
...
...
@@ -12,7 +16,10 @@
<div
class=
"row wrap"
>
<div
style=
"width:100%;margin-bottom:15px;"
>
试听时间:
<span
style=
"color:red;"
>
{{
timeFormatSeconds
(
setClassMsg
.
ReservationDate
)
}}
</span></div>
<div
style=
"width:100%;margin-bottom:15px;"
>
试听需求:
<font
style=
"color:red;"
v-html=
"setClassMsg.Demand"
></font></div>
<div
style=
"width:100%;margin-bottom:15px;"
>
<span
style=
"float:left;"
>
试听需求:
</span>
<div
style=
"color:red;"
class=
"divP"
v-html=
"setClassMsg.Demand"
>
</div>
</div>
</div>
<q-card
class=
"bg-white q-pa-md"
flat
>
<div
class=
"row studentDate"
>
...
...
@@ -197,24 +204,8 @@
});
return
;
}
if
(
!
this
.
setClassMsg
.
ClassRoomId
)
{
this
.
$q
.
notify
({
type
:
"negative"
,
position
:
"top"
,
timeout
:
2000
,
message
:
"请选择教室!"
});
return
;
}
if
(
!
this
.
setClassMsg
.
TrialLessonId
)
{
this
.
$q
.
notify
({
type
:
"negative"
,
position
:
"top"
,
timeout
:
2000
,
message
:
"请选择课程!"
});
return
;
}
SetVisitorReserveClass
(
this
.
setClassMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
this
.
type
)
{
...
...
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