Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
54344940
Commit
54344940
authored
May 22, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
09e7f285
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
OrderList.vue
src/components/sale/components/OrderList.vue
+1
-4
sale.vue
src/components/sale/sale.vue
+9
-6
No files found.
src/components/sale/components/OrderList.vue
View file @
54344940
...
@@ -25,10 +25,7 @@
...
@@ -25,10 +25,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"客人"
show-overflow-tooltip
>
<el-table-column
label=
"客人"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
:class=
"
{'colorblue font-color-link':pagesTitle!='详情'}"
{{
scope
.
row
.
GuestName
}}
@click="pagesTitle!='详情'?openNameDetails(scope.row):''">
{{
scope
.
row
.
GuestName
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"SaleName"
label=
"销售"
>
<el-table-column
prop=
"SaleName"
label=
"销售"
>
...
...
src/components/sale/sale.vue
View file @
54344940
...
@@ -61,7 +61,8 @@
...
@@ -61,7 +61,8 @@
<span>
{{
data
.
emName
}}
</span>
<span>
{{
data
.
emName
}}
</span>
<span>
{{
data
.
postName
}}
</span>
<span>
{{
data
.
postName
}}
</span>
</div>
</div>
<img
style=
"cursor: pointer;"
src=
"../../assets/img/jinbin@2x.png"
alt=
""
class=
"img"
@
click=
"goAnticipate(1)"
>
<div
style=
"display: flex;justify-content: space-between;"
>
<!--
<img
style=
"cursor: pointer;"
src=
"../../assets/img/jinbin@2x.png"
alt=
""
class=
"img"
@
click=
"goAnticipate(1)"
>
-->
<div
class=
"royalty"
style=
"cursor: pointer;"
@
click=
"goAnticipate(1)"
>
<div
class=
"royalty"
style=
"cursor: pointer;"
@
click=
"goAnticipate(1)"
>
<div
class=
"tc"
>
<div
class=
"tc"
>
<p>
<p>
...
@@ -82,8 +83,9 @@
...
@@ -82,8 +83,9 @@
</
template
>
</
template
>
</div>
</div>
</div>
</div>
<img
style=
"cursor: pointer;"
src=
"../../assets/img/jinbin@2x.png"
alt=
""
class=
"img"
@
click=
"goAnticipate(2)"
>
<div
style=
"border-left: 1px solid #eeeeee;width: 1px;"
>
</div>
<div
style=
"cursor: pointer;"
class=
"royalty"
@
click=
"goAnticipate(2)"
>
<!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(2)"> -->
<div
style=
"cursor: pointer;margin-left: 0;"
class=
"royalty"
@
click=
"goAnticipate(2)"
>
<div
class=
"tc"
>
<div
class=
"tc"
>
<p>
<p>
<span>
¥
</span>
<span>
¥
</span>
...
@@ -95,8 +97,9 @@
...
@@ -95,8 +97,9 @@
<span>
国内提成
</span>
<span>
国内提成
</span>
</div>
</div>
</div>
</div>
<img
style=
"cursor: pointer;"
src=
"../../assets/img/jinbin@2x.png"
alt=
""
class=
"img"
@
click=
"goAnticipate(3)"
>
<div
style=
"border-left: 1px solid #eeeeee;width: 1px;"
>
</div>
<div
style=
"cursor: pointer;"
class=
"royalty"
@
click=
"goAnticipate(3)"
>
<!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(3)"> -->
<div
style=
"cursor: pointer;margin-left: 0;"
class=
"royalty"
@
click=
"goAnticipate(3)"
>
<div
class=
"tc"
>
<div
class=
"tc"
>
<p>
<p>
<span>
¥
</span>
<span>
¥
</span>
...
@@ -112,7 +115,7 @@
...
@@ -112,7 +115,7 @@
<i
class=
"el-icon-document"
@
click=
"goAnticipate(4)"
<i
class=
"el-icon-document"
@
click=
"goAnticipate(4)"
style=
"position: absolute;right: -0;top: -10px;cursor: pointer;color: #33B3FF;"
></i>
style=
"position: absolute;right: -0;top: -10px;cursor: pointer;color: #33B3FF;"
></i>
</el-tooltip>
</el-tooltip>
</div>
</div>
</div>
<div
class=
"order"
>
<div
class=
"order"
>
...
...
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