Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
11690bb9
Commit
11690bb9
authored
Oct 20, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b8c2adb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
orderList.vue
src/components/customerManage/orderList.vue
+20
-14
No files found.
src/components/customerManage/orderList.vue
View file @
11690bb9
...
...
@@ -4,15 +4,16 @@
<div
class=
"table-head"
>
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<colgroup>
<col
width=
"1
2
%"
/>
<col
width=
"
8
.5%"
/>
<col
width=
"
6
.5%"
/>
<col
width=
"1
1
%"
/>
<col
width=
"
7
.5%"
/>
<col
width=
"
5
.5%"
/>
<col
width=
"8.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"5.5%"
/>
<col
width=
"5.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
...
...
@@ -20,15 +21,16 @@
</colgroup>
<thead>
<tr
class=
"fix_th"
>
<th
width=
"1
2
%"
>
单号
</th>
<th
width=
"
8
.5%"
>
客人
</th>
<th
width=
"
6
.5%"
>
人数
</th>
<th
width=
"1
1
%"
>
单号
</th>
<th
width=
"
7
.5%"
>
客人
</th>
<th
width=
"
5
.5%"
>
人数
</th>
<th
width=
"8.5%"
>
出行概述
</th>
<th
width=
"6.5%"
>
应收
</th>
<th
width=
"6.5%"
>
实收
</th>
<th
width=
"6.5%"
>
在途金额
</th>
<th
width=
"6.5%"
>
退款
</th>
<th
width=
"
6
.5%"
>
成本
</th>
<th
width=
"
6
.5%"
>
手续费
</th>
<th
width=
"
5
.5%"
>
成本
</th>
<th
width=
"
5
.5%"
>
手续费
</th>
<th
width=
"6.5%"
>
待收
</th>
<th
width=
"6.5%"
>
出票状态
</th>
<th
width=
"6.5%"
>
签证状态
</th>
...
...
@@ -41,15 +43,16 @@
<div
class=
"table-body"
v-loading=
"loading"
>
<table
class=
"enrollTotalSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<colgroup>
<col
width=
"1
2
%"
/>
<col
width=
"
8
.5%"
/>
<col
width=
"
6
.5%"
/>
<col
width=
"1
1
%"
/>
<col
width=
"
7
.5%"
/>
<col
width=
"
5
.5%"
/>
<col
width=
"8.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"5.5%"
/>
<col
width=
"5.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
<col
width=
"6.5%"
/>
...
...
@@ -95,6 +98,9 @@
<td
style=
"border:none"
>
{{
item
.
IncomeMoney
}}
</td>
<td
style=
"border:none"
>
{{
item
.
PlatformMoney
}}
</td>
<td
style=
"border:none"
>
{{
item
.
BackMoney
}}
</td>
...
...
@@ -184,7 +190,7 @@
<span
v-if=
"item.Remark == null || item.Remark == ''"
>
暂无
</span>
</div>
</td>
<td
:colspan=
"
4
"
style=
"height: 108px;text-align: left"
>
<td
:colspan=
"
5
"
style=
"height: 108px;text-align: left"
>
<div
class=
"documents-text"
>
<div
class=
"documents-left"
>
<div>
收入单据:
</div>
...
...
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