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
a1d5d500
Commit
a1d5d500
authored
Jan 02, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
700d4985
b02c88ca
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
65 additions
and
35 deletions
+65
-35
HotelProductManage2.vue
src/components/Hotel/HotelProductManage2.vue
+58
-30
VisaProductEditOrder.vue
src/components/SalesVisa/VisaProductEditOrder.vue
+1
-1
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+4
-2
clientConfirm.vue
src/components/clientConfirm.vue
+1
-1
commonHotelLog.vue
src/components/commonPage/commonHotelLog.vue
+1
-1
No files found.
src/components/Hotel/HotelProductManage2.vue
View file @
a1d5d500
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/VisaProductEditOrder.vue
View file @
a1d5d500
...
...
@@ -171,7 +171,7 @@
<el-button
v-show=
'item.visaManagementId>0'
type=
"primary"
style=
'background:#00a1f1; border-color:#00a1f1'
@
click=
'goUrlT(item)'
icon=
"iconfont icon-bumen"
></el-button>
</el-tooltip>
<el-tooltip
effect=
"dark"
:content=
"$t('salesModule.ApplyInvoice')"
placement=
"top-start"
>
<el-button
v-show=
'item.visaManagementId>0'
type=
"primary"
style=
'background:#607D8B; border-color:#607D8B'
@
click=
'goUrlAdd("invoicesManagerAdd", item.id, item.visaId, item.CustomerId, 2)'
icon=
"iconfont icon-rizhi1"
></el-button>
<el-button
type=
"primary"
style=
'background:#607D8B; border-color:#607D8B'
@
click=
'goUrlAdd("invoicesManagerAdd", item.id, item.visaId, item.CustomerId, 2)'
icon=
"iconfont icon-rizhi1"
></el-button>
</el-tooltip>
<el-tooltip
v-if=
"item.income
<
=
0
&&(
item
.
visaOrderStatus=
=1||item.visaOrderStatus==3)"
class=
"item"
effect=
"dark"
:content=
"$t('pub.cancelBtn')"
placement=
"top-start"
>
<el-button
type=
"primary"
style=
'background:#E95252; border-color:#E95252;'
icon=
"iconfont icon-xingzhuangkaobei"
@
click=
'cancelOrder(item)'
></el-button>
...
...
src/components/SalesVisa/VisaProductOrder.vue
View file @
a1d5d500
...
...
@@ -401,9 +401,11 @@ export default {
}
else
{
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
dataList
.
forEach
(
x
=>
{
this
.
PreferPrice
+=
x
.
TotalPrice
;
if
(
x
.
VisaOrderStatus
!=
2
){
this
.
PreferPrice
+=
x
.
TotalPrice
;
}
this
.
IncomePrice
+=
(
x
.
Income
+
x
.
PlatformTax
-
x
.
RefundMoney
);
})
}
...
...
src/components/clientConfirm.vue
View file @
a1d5d500
...
...
@@ -276,7 +276,7 @@
<
template
>
<div
class=
"dic_content"
:class=
"dialogVisible?'CisHideen':''"
>
<!-- 签字 -->
<div
v-show=
"signShow&&dataList.companySignature!=''"
class=
"signSpan"
>
<div
class=
"signSpan"
>
<div
@
click=
"goUrl"
class=
"sign"
>
<!--
<span><span
class=
"sp1"
></span></p>
-->
<p><span
style=
"font-size:3rem"
class=
"iconfont icon-qianming"
></span></p>
...
...
src/components/commonPage/commonHotelLog.vue
View file @
a1d5d500
...
...
@@ -72,7 +72,7 @@
<div
class=
"operateName"
style=
"color:#005CAA;font-size:12px;"
>
{{
item
.
CreateByName
}}
{{
item
.
CreateTimeStr
}}
</div>
</div>
<div
class=
"fz12 color333"
>
{{
item
.
Remarks
}}
</div>
<div
class=
"fz12 color333"
>
<template
v-if=
"item.TCID && item.TCID>0"
>
【团号:
{{
item
.
TCID
}}
】
</
template
>
{{item.Remarks}}
</div>
</div>
<div
v-if=
'HotelLogsList.length==0'
>
暂无数据
</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