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
beec4997
Commit
beec4997
authored
Aug 13, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面下修改
parent
d82c242a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
134 additions
and
105 deletions
+134
-105
activeOrder-item.vue
src/components/sale/activeOrder-item.vue
+0
-13
editOrder-form.vue
src/components/sale/editOrder-form.vue
+60
-32
exorder-form.vue
src/components/schedul/exorder-form.vue
+74
-60
No files found.
src/components/sale/activeOrder-item.vue
View file @
beec4997
...
...
@@ -5,14 +5,9 @@
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<colgroup>
<col
width=
"12%"
/>
<!--
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<col
width=
"7%"
/>
-->
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<!--
<col
width=
"7%"
/>
<col
width=
"6%"
/>
-->
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<col
width=
"7%"
/>
...
...
@@ -23,11 +18,8 @@
<th
width=
"12%"
>
单号
</th>
<th
width=
"7%"
>
联系人
</th>
<th
width=
"10%"
>
联系电话
</th>
<!--
<th
width=
"7%"
>
成交
</th>
-->
<th
width=
"7%"
>
应收总额
</th>
<th
width=
"7%"
>
实收
</th>
<!--
<th
width=
"7%"
>
优惠
</th>
<th
width=
"6%"
>
少价金额
</th>
-->
<th
width=
"7%"
>
退款
</th>
<th
width=
"7%"
>
平台税金
</th>
<th
width=
"7%"
>
待收金额
</th>
...
...
@@ -43,11 +35,8 @@
<col
width=
"12%"
/>
<col
width=
"7%"
/>
<col
width=
"10%"
/>
<!--
<col
width=
"7%"
/>
-->
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<!--
<col
width=
"7%"
/>
<col
width=
"6%"
/>
-->
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<col
width=
"7%"
/>
...
...
@@ -73,8 +62,6 @@
<div>
活动结束时间:
</div>
<div>
{{
item
.
EndTime
}}
</div>
<div
v-if=
"item.IsCommission == 2"
style=
"color:#f00;cursor: pointer;text-decoration: underline;"
@
click=
"gourlactive(item)"
>
提成金额:
{{
item
.
CommissionPrice
}}
</div>
<!--
<div
style=
"margin-top: 10px"
>
{{
item
.
CreateTime
}}
</div>
-->
<template
v-if=
"AuthorityObj.isShowName"
>
<div
style=
"font-weight: bold;color:#2961FE;cursor:pointer;"
@
click=
"getClassInfo(item)"
>
{{
item
.
ClassName
}}
</div>
...
...
src/components/sale/editOrder-form.vue
View file @
beec4997
This diff is collapsed.
Click to expand it.
src/components/schedul/exorder-form.vue
View file @
beec4997
This diff is collapsed.
Click to expand it.
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