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
0b66b736
Commit
0b66b736
authored
Apr 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
固定销售中心统计页面表格表头
parent
cd991ea8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
4 deletions
+63
-4
orderlist.vue
src/components/sale/orderlist.vue
+63
-4
No files found.
src/components/sale/orderlist.vue
View file @
0b66b736
<!--订单列表-->
<
template
>
<div
class=
"classorder"
>
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
style=
""
>
<tr>
<div
class=
"table-head"
>
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<colgroup>
<col
width=
"12%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"8%"
/>
<col>
</colgroup>
<thead>
<tr
class=
"fix_th"
>
<th
width=
"12%"
>
单号
</th>
<th
width=
"7.5%"
>
人数
</th>
<th
width=
"7.5%"
>
单价
</th>
<th
width=
"7.5%"
>
成交
</th>
<th
width=
"7.5%"
>
应收总额
</th>
<th
width=
"7.5%"
>
实收
</th>
<th
width=
"7.5%"
>
优惠
</th>
<th
width=
"7.5%"
>
退款
</th>
<th
width=
"7.5%"
>
平台税金
</th>
<th
width=
"7.5%"
>
待收金额
</th>
<th
width=
"8%"
>
状态
</th>
<th
v-if=
"isEdit"
>
操作
</th>
</tr>
</thead>
</table>
</div>
<div
class=
"table-body"
>
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<!--
<tr
class=
"fix_th"
>
<th
width=
"12%"
>
单号
</th>
<th
width=
"7.5%"
>
人数
</th>
<th
width=
"7.5%"
>
单价
</th>
...
...
@@ -15,10 +52,25 @@
<th
width=
"7.5%"
>
待收金额
</th>
<th
width=
"8%"
>
状态
</th>
<th
v-if=
"isEdit"
>
操作
</th>
</tr>
</tr>
-->
<colgroup>
<col
width=
"12%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"7.5%"
/>
<col
width=
"8%"
/>
<col>
</colgroup>
<tr>
<td
v-show=
"dataList && dataList.length==0"
:colspan=
"12"
align=
"center"
>
暂无数据
</td>
</tr>
<tbody
v-for=
"(item,index) in dataList"
:key=
"index"
>
<tr>
<td
:rowspan=
"3"
style=
"text-align: left"
>
...
...
@@ -366,6 +418,7 @@
</td>
</tr>
</tbody>
<tbody
v-if=
"cancelList&&cancelList.length>0"
>
<tr>
<td
:colspan=
"12"
>
...
...
@@ -609,6 +662,7 @@
</tbody>
<!--取消订单-->
</table>
</div>
<!--修改订单-->
<editorder-form
v-if=
"isShowEditOrderForm"
:save-obj=
"orderObj"
@
close=
"closeOrderSaveForm"
@
success=
"refreshOrder"
>
</editorder-form>
...
...
@@ -1342,6 +1396,11 @@
color
:
#000
;
text-align
:
center
;
}
.table-body
{
height
:
590px
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
</
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