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
7f010e17
Commit
7f010e17
authored
Mar 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交报价单修改
parent
b75a6b0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
quotation.vue
src/pages/sale/quotation.vue
+10
-6
No files found.
src/pages/sale/quotation.vue
View file @
7f010e17
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
<th
style=
"text-align:left;"
>
课程名称
</th>
<th
style=
"text-align:left;"
>
课程名称
</th>
<th>
课时
</th>
<th>
课时
</th>
<th>
原价
</th>
<th>
原价
</th>
<th>
折扣价
</th>
<th>
人数
</th>
<th>
人数
</th>
<th>
折扣价
</th>
<th>
优惠内容
</th>
<th>
优惠内容
</th>
</tr>
</tr>
</thead>
</thead>
...
@@ -49,10 +49,14 @@
...
@@ -49,10 +49,14 @@
<span>
{{
item
.
CourseName
}}
</span>
<span>
{{
item
.
CourseName
}}
</span>
</td>
</td>
<td>
{{
item
.
ClassHours
}}
课时
</td>
<td>
{{
item
.
ClassHours
}}
课时
</td>
<td>
{{
item
.
OriginalPrice
}}
</td>
<td>
{{
item
.
OriginalPrice
.
toFixed
(
2
)
}}
</td>
<td>
{{
item
.
DiscountPrice
}}
</td>
<td>
{{
item
.
JoinNum
}}
</td>
<td>
{{
item
.
JoinNum
}}
</td>
<td
class=
"remark-font"
>
{{
item
.
Remark
}}
</td>
<td>
{{
item
.
ActualPrice
.
toFixed
(
2
)
}}
</td>
<td
class=
"remark-font"
>
<div
v-for=
"(x,i) in item.Remark.split('^')"
:key=
"i"
>
{{
x
}}
</div>
</td>
<!--
<td
class=
"remark-font"
>
<!--
<td
class=
"remark-font"
>
<div>
双人报名享70折优惠
</div>
<div>
双人报名享70折优惠
</div>
</td>
-->
</td>
-->
...
@@ -71,7 +75,7 @@
...
@@ -71,7 +75,7 @@
</div>
</div>
<div
class=
"row q-pb-xl"
>
<div
class=
"row q-pb-xl"
>
<div
class=
"col-3 quo-font f14"
>
微信:
</div>
<div
class=
"col-3 quo-font f14"
>
微信:
</div>
<div
class=
"col-3 quo-font f14 text-right"
>
{{
model
.
CreateWeChatNo
}}
</div>
<div
class=
"col-3 quo-font f14 text-right"
>
{{
model
.
CreateWeChatNo
}}
</div>
<!-- TODO: 完成微信管理功能 -->
</div>
</div>
</div>
</div>
<div
class=
"col text-right"
<div
class=
"col text-right"
...
@@ -80,7 +84,7 @@
...
@@ -80,7 +84,7 @@
合计金额
合计金额
</div>
</div>
<div
style=
"font-family:Poppins,Helvetica,sans-serif;font-size:26px;"
class=
"text-weight-bold"
>
<div
style=
"font-family:Poppins,Helvetica,sans-serif;font-size:26px;"
class=
"text-weight-bold"
>
¥
{{
model
.
TotalPrice
}}
¥
{{
model
.
TotalPrice
.
toFixed
(
2
)
}}
</div>
</div>
<div
class=
"remark-font"
<div
class=
"remark-font"
style=
"padding-bottom: 3rem;margin-bottom: 4rem;border-bottom:1px solid #ebedf3;"
>
style=
"padding-bottom: 3rem;margin-bottom: 4rem;border-bottom:1px solid #ebedf3;"
>
...
...
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