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
6bd25bb3
Commit
6bd25bb3
authored
May 09, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5a7ee97d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
orderList.vue
src/components/customerManage/orderList.vue
+2
-3
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+2
-2
No files found.
src/components/customerManage/orderList.vue
View file @
6bd25bb3
...
...
@@ -23,7 +23,7 @@
<th
width=
"12%"
>
单号
</th>
<th
width=
"8.5%"
>
客人
</th>
<th
width=
"6.5%"
>
人数
</th>
<th
width=
"8.5%"
>
起始城市
</th>
<th
width=
"8.5%"
>
出行概述
</th>
<th
width=
"6.5%"
>
应收
</th>
<th
width=
"6.5%"
>
实收
</th>
<th
width=
"6.5%"
>
退款
</th>
...
...
@@ -70,8 +70,7 @@
</td>
<td
style=
"border:none"
>
{{
item
.
GuestCount
}}
人
</td>
<td
style=
"border:none"
>
{{
item
.
StartCityName
}}
->
{{
item
.
EndCityName
}}
{{
item
.
StartCityName
}}
</td>
<td
style=
"border:none"
>
<p
@
click=
"editOrderAmount(item)"
class=
"cp"
...
...
src/components/guestManagement/ticketOrder.vue
View file @
6bd25bb3
...
...
@@ -520,7 +520,7 @@
<div
v-if=
"name=='凭证图'"
class=
"Credentials-box"
>
<div
class=
"Credentials-text"
>
<div
class=
"Credentialstext-box"
>
<p>
熔断凭证
</p>
<p>
熔断
/取消
凭证
</p>
<div
class=
"Credentialsimg-box"
>
<el-image
v-for=
"(items,index) in obj.CancelVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
></el-image>
...
...
@@ -528,7 +528,7 @@
</div>
<div
class=
"Credentialstext-box"
>
<p>
取消
凭证
</p>
<p>
出票
凭证
</p>
<div
class=
"Credentialsimg-box"
>
<el-image
v-for=
"(items,index) in obj.TicketVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
>
...
...
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