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
b83ec9b1
Commit
b83ec9b1
authored
Jul 05, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
68c12609
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
activeOrder-item.vue
src/components/sale/activeOrder-item.vue
+9
-11
No files found.
src/components/sale/activeOrder-item.vue
View file @
b83ec9b1
...
...
@@ -21,9 +21,9 @@
<thead>
<tr
class=
"fix_th"
>
<th
width=
"12%"
>
单号
</th>
<
!--
<th
width=
"7%"
>
人数
</th>
<th
width=
"
7%"
>
单价
</th>
<th
width=
"7%"
>
成交
</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>
...
...
@@ -41,9 +41,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=
"10%"
/>
<!--
<col
width=
"7%"
/>
-->
<col
width=
"7%"
/>
<col
width=
"7%"
/>
<!--
<col
width=
"7%"
/>
...
...
@@ -122,13 +122,11 @@
<div
style=
"color:red"
v-if=
"item.CommissionBack>0"
>
补交提成:
{{
item
.
CommissionBack
}}
</div>
</
template
>
</td>
<!-- <td style="border:none">{{item.GuestNum}}人</td>
<td style="border:none">
<template v-if="item.UnitPrice>=0">
{{item.UnitPrice.toFixed(2) }}
</template>
<td
style=
"border:none"
>
{{item.LinkMan}}人
</td>
<td
style=
"border:none;"
>
{{item.LinkTel}}
</td>
<td :style="{color:item.Class_Price!=item. UnitPrice?'var(--q-color-negative)':'','border':'none'}">
<!--
<td :style="{color:item.Class_Price!=item. UnitPrice?'var(--q-color-negative)':'','border':'none'}">
<template v-if="item. UnitPrice>=0">
{{item.UnitPrice }}
</template>
...
...
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