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
9e3bf8aa
Commit
9e3bf8aa
authored
Dec 17, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
169c3f10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
5 deletions
+32
-5
achievements.vue
src/pages/course/achievements.vue
+23
-4
japaneseTrain.vue
src/pages/sale/japaneseTrain.vue
+9
-1
No files found.
src/pages/course/achievements.vue
View file @
9e3bf8aa
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
{{item.UnitPrice}}元
{{item.UnitPrice}}元
<q-popup-proxy>
<q-popup-proxy>
<q-banner>
<q-banner>
<div
style=
"margin-top:20px;"
>
<div
style=
"margin-top:20px;"
class=
"achievements-proxy"
>
<table
class=
"socialTable"
>
<table
class=
"socialTable"
>
<tr>
<tr>
<td
style=
"width:100px;"
v-if=
"item.JJList&&item.JJList.length>0"
:rowspan=
"item.JJList.length+2"
>
平均上课率
</td>
<td
style=
"width:100px;"
v-if=
"item.JJList&&item.JJList.length>0"
:rowspan=
"item.JJList.length+2"
>
平均上课率
</td>
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
</tr>
</tr>
<tr>
<tr>
<td></td>
<td></td>
<td
v-for=
"(x,j) in item.JJFullRate"
@
click=
"getColEdit(item,j)"
style=
"width:100px;"
>
<td
v-for=
"(x,j) in item.JJFullRate"
style=
"width:100px;"
>
<div
class=
"Classdel_Div"
>
{{x.StartValue}}%-{{x.EndValue}}%
</div>
<div
class=
"Classdel_Div"
>
{{x.StartValue}}%-{{x.EndValue}}%
</div>
</td>
</td>
</tr>
</tr>
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
>
预计课时费调涨
</span>
<span
style=
"cursor: pointer;text-decoration:underline;"
>
{{item.AddHourFee}}元
</span>
>
预计课时费调涨
</span>
<span
style=
"cursor: pointer;text-decoration:underline;"
>
{{item.AddHourFee}}元
</span>
<q-popup-proxy>
<q-popup-proxy>
<q-banner>
<q-banner>
<div
style=
"margin-top:20px;"
>
<div
style=
"margin-top:20px;"
class=
"achievements-proxy"
>
<table
class=
"socialTable"
>
<table
class=
"socialTable"
>
<tr>
<tr>
<td
style=
"width:100px;"
v-if=
"item.KSList&&item.KSList.length>0"
:rowspan=
"item.KSList.length+2"
>
平均上课率
</td>
<td
style=
"width:100px;"
v-if=
"item.KSList&&item.KSList.length>0"
:rowspan=
"item.KSList.length+2"
>
平均上课率
</td>
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
</tr>
</tr>
<tr>
<tr>
<td></td>
<td></td>
<td
v-for=
"(x,j) in item.KSFullRate"
@
click=
"getColEdit(item,j)"
style=
"width:100px;"
>
<td
v-for=
"(x,j) in item.KSFullRate"
style=
"width:100px;"
>
<div
class=
"Classdel_Div"
>
{{x.StartValue}}%-{{x.EndValue}}%
</div>
<div
class=
"Classdel_Div"
>
{{x.StartValue}}%-{{x.EndValue}}%
</div>
</td>
</td>
</tr>
</tr>
...
@@ -552,4 +552,23 @@
...
@@ -552,4 +552,23 @@
.achievements
.price-popup
{
border-radius
:
4px
;}
.achievements
.price-popup
{
border-radius
:
4px
;}
.achievements
.Remark-l
{
.achievements
.Remark-l
{
flex
:
1
;
padding
:
10px
15px
10px
10px
;
background
:
#E1EAF5
;
border-radius
:
4px
;
font-size
:
14px
;
color
:
#F28C1D
;
position
:
relative
}
flex
:
1
;
padding
:
10px
15px
10px
10px
;
background
:
#E1EAF5
;
border-radius
:
4px
;
font-size
:
14px
;
color
:
#F28C1D
;
position
:
relative
}
.achievements-proxy
tr
th
{
background
:
#fff
;
height
:
40px
;
font-size
:
14px
;
color
:
#333
;
border
:
1px
solid
#E6E6E6
}
.achievements-proxy
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;
}
.achievements-proxy
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#E5E5E5
;
}
</
style
>
</
style
>
src/pages/sale/japaneseTrain.vue
View file @
9e3bf8aa
...
@@ -482,7 +482,15 @@
...
@@ -482,7 +482,15 @@
position
:
'top'
position
:
'top'
})
})
this
.
getList
()
this
.
getList
()
this
.
dialog
=
false
this
.
dialog
=
false
;
this
.
enrollMsg
=
{
//清空数据
ClassId
:
0
,
GuestNum
:
1
,
Unit_Price
:
0
,
//成交单价
PreferPrice
:
0
,
//应收总额
OrderSource
:
0
,
//客人来源 枚举
SaleRemark
:
''
,
//备注
}
}
}
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
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