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
f4a717da
Commit
f4a717da
authored
Aug 09, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
78774455
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
72 deletions
+92
-72
editOrder-form.vue
src/components/sale/editOrder-form.vue
+71
-54
japaneseTrain.vue
src/pages/sale/japaneseTrain.vue
+21
-18
No files found.
src/components/sale/editOrder-form.vue
View file @
f4a717da
This diff is collapsed.
Click to expand it.
src/pages/sale/japaneseTrain.vue
View file @
f4a717da
...
...
@@ -115,7 +115,7 @@
<div
class=
"row"
style=
"align-items: center ;margin:0;padding:0;"
>
<span
class=
"d2-n"
>
带课老师
</span>
<
template
v-if=
"item.Teacher_Id==0"
>
<span
style=
"color:red"
>
未指定
</span>
<span
style=
"color:red"
>
未指定
</span>
</
template
>
<
template
v-else
>
<q-avatar
rounded
size=
"sm"
v-if=
"item.TeacherHead&&item.TeacherHead!=''"
>
...
...
@@ -271,8 +271,6 @@
<div
v-if=
"item.IsCanApply==0"
>
<img
src=
"../../assets/images/administration/bmym.png"
alt=
""
style=
"width: 64px;height: 62px;margin:20px 15px 0 0"
v-if=
"item.SurplusNum==0"
>
<!-- <img src="../../assets/images/administration/guoqi.png" alt="" style="width: 64px;height: 62px"
v-if="getEXPDate(item.EndOrderTime)==true"> -->
</div>
<div>
<q-btn
style=
"margin-top:10px;"
size=
"sm"
color=
"primary"
label=
"订单中心"
@
click=
"goclassorder(item)"
/>
...
...
@@ -301,8 +299,8 @@
</ul>
<div
v-else
style=
"width: 100%;color: #999999;text-align: center;font-size: 15px"
>
暂无数据
</div>
</div>
<editorder-form
v-if=
"isShowEditOrderForm"
:save-obj=
"orderObj"
:orderType=
"1"
:modityOrderType=
"1"
:isChaBan=
"isChaBan"
@
close=
"closeOrderSaveForm"
@
success=
"refreshOrder"
>
<editorder-form
v-if=
"isShowEditOrderForm"
:save-obj=
"orderObj"
:orderType=
"1"
:modityOrderType=
"1"
:isChaBan=
"isChaBan"
@
close=
"closeOrderSaveForm"
@
success=
"refreshOrder"
>
</editorder-form>
</div>
</div>
...
...
@@ -347,7 +345,7 @@
Q_CanApply
:
"0"
,
//是否可以报名 1是
JoinStartTime
:
''
,
//报名截止日期开始
JoinEndTime
:
""
,
//报名截止日期结束
ClassNo
:
''
,
//班号
ClassNo
:
''
,
//班号
},
//关联校区列表
schoolList
:
[],
...
...
@@ -360,6 +358,7 @@
orderObj
:
{
ClassId
:
0
,
Unit_Price
:
0
,
CourseId
:
0
,
},
isChaBan
:
0
,
//是否插班(0-正常报入,1-插班报入)
}
...
...
@@ -369,7 +368,7 @@
this
.
CourseList
();
this
.
GetTeacherList
();
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
ClassName
)
{
this
.
msg
.
ClassName
=
decodeURI
(
this
.
$route
.
query
.
ClassName
)
;
this
.
msg
.
ClassName
=
decodeURI
(
this
.
$route
.
query
.
ClassName
);
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
ClassNo
)
{
this
.
msg
.
ClassNo
=
this
.
$route
.
query
.
ClassNo
;
...
...
@@ -525,7 +524,7 @@
},
//立即报名和插班报名
placeAnorder
(
item
,
type
)
{
if
(
item
.
Teacher_Id
==
0
)
{
if
(
item
.
Teacher_Id
==
0
)
{
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
"top"
,
...
...
@@ -536,11 +535,12 @@
this
.
isChaBan
=
type
;
this
.
orderObj
.
ClassId
=
item
.
ClassId
;
this
.
orderObj
.
Unit_Price
=
item
.
SellPrice
;
this
.
orderObj
.
CourseId
=
item
.
CouseId
;
this
.
isShowEditOrderForm
=
true
;
},
//跳转到课程大纲
goChapter
(
CouseId
){
this
.
OpenNewUrl
(
'/course/chapter'
,
{
goChapter
(
CouseId
)
{
this
.
OpenNewUrl
(
'/course/chapter'
,
{
CourseId
:
CouseId
});
}
...
...
@@ -684,15 +684,18 @@
border
:
none
!important
;
background
:
transparent
!important
;
}
.japanFeature
{
font-size
:
14px
;
color
:
#111111
;
.japanFeature
{
font-size
:
14px
;
color
:
#111111
;
cursor
:
pointer
;
margin-left
:
-1px
;
margin-left
:
-1px
;
}
.CourseFearure
{
margin
:
10px
;
width
:
500px
;
color
:
#000
;
.CourseFearure
{
margin
:
10px
;
width
:
500px
;
color
:
#000
;
}
</
style
>
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