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
6cc3845d
Commit
6cc3845d
authored
Jan 19, 2026
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
a521d1df
2151f2e3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
331 additions
and
83 deletions
+331
-83
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+1
-0
EditTemplate.vue
src/components/EditTemplate.vue
+2
-2
corporation.vue
...s/FinancialModule/DataAnalysis/components/corporation.vue
+16
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+14
-4
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+20
-28
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+3
-3
BillModule.vue
src/components/FinancialModule/components/BillModule.vue
+36
-34
ReceivablesModule.vue
...mponents/FinancialModule/components/ReceivablesModule.vue
+7
-5
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+221
-3
roomStatic.vue
src/components/Hotel/roomStatic.vue
+2
-2
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+1
-0
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+6
-2
travelDaysHV.vue
...wTravelmanager/travelLineTrip/components/travelDaysHV.vue
+2
-0
No files found.
src/assets/css/tripIndexNew2.css
View file @
6cc3845d
...
...
@@ -576,6 +576,7 @@ html, body{
}
.travelDaysdetails-text0-r
{
margin-top
:
-8px
;
text-indent
:
116px
;
}
.travelDaysdetails-text0-r
>
p
{
line-height
:
42px
;
...
...
src/components/EditTemplate.vue
View file @
6cc3845d
...
...
@@ -7,7 +7,7 @@
</
style
>
<
template
>
<div
:style=
"style"
>
<div>
<!-- 图片上传组件辅助-->
<el-upload
:id=
"myImageUploader"
:http-request=
"UploadAttachment"
:show-file-list=
"false"
action=
""
v-if=
"toolbar.image"
>
...
...
@@ -610,7 +610,7 @@
Quill
.
register
(
Font
,
true
);
export
default
{
name
:
'edit'
,
props
:
[
"editValue"
,
"toolbarShow"
,
"referenceList"
,
"placeholder"
,
"defaultAccount"
,
"
style"
,
"
quillStyle"
],
props
:
[
"editValue"
,
"toolbarShow"
,
"referenceList"
,
"placeholder"
,
"defaultAccount"
,
"quillStyle"
],
data
()
{
return
{
myToolbar
:
''
,
...
...
src/components/FinancialModule/DataAnalysis/components/corporation.vue
View file @
6cc3845d
...
...
@@ -48,6 +48,22 @@
{{
scope
.
row
.
DetailList
[
i
].
MaoLiRate
.
toFixed
(
2
)
}}
%
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('objFill.qitashouru')"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
OtherIncome
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('salesModule.ZB')"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
OtherRate
}}
%
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('objFill.shijilirun')"
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
6cc3845d
...
...
@@ -637,14 +637,14 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<
!--
<
el-col
:span=
"4"
>
<el-form-item
:label=
"$t('objFill.zhikansjwzd')"
label-width=
"125px"
>
<el-select
v-model=
"msg.IsSelectReceipt"
filterable
class=
"w150"
>
<el-option
:label=
"$t('pub.yes')"
:value=
"1"
></el-option>
<el-option
:label=
"$t('pub.no')"
:value=
"0"
></el-option>
</el-select>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('objFill.tuanduilx')"
>
<el-select
v-model=
"msg.TeamType"
class=
"w150"
>
...
...
@@ -657,6 +657,15 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"收入类型"
>
<el-select
v-model=
"msg.IncomeType"
class=
"w150"
>
<el-option
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
value=
"1"
label=
"公司收入"
></el-option>
<el-option
value=
"2"
label=
"个人收入"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"getCompanyMsg.RB_Group_Id==2 && (empBranchId==0 || empBranchId==1252)"
>
<el-form-item
label=
"其他查询"
>
<el-select
v-model=
"msg.SpecialType"
class=
"w150"
>
...
...
@@ -1253,7 +1262,7 @@ Vue.component("clumpingStatus", {
<span>
<span v-if="rowData.TravelStatus==1" style="color: red;">{{$t('objFill.weijietuan')}}</span>
<span v-if="rowData.TravelStatus==2" style="color: #47BF8C;">{{$t('objFill.yijietuan')}}</span>
<span v-if="rowData.TravelStatus==5">{{$t('objFill.daijietuansh')}}</span>
<span v-if="rowData.TravelStatus==5">{{$t('objFill.daijietuansh')}}
{{(rowData.AuditName?'['+rowData.AuditName+']':'')}}
</span>
</span>
</span>`
,
props
:
{
...
...
@@ -1350,7 +1359,8 @@ export default {
OutTCStatus
:
'0'
,
TeamType
:
'0'
,
IsSelectReceipt
:
0
,
StandardCurrencyId
:
-
1
StandardCurrencyId
:
-
1
,
IncomeType
:
'1'
},
getCompanyMsg
:
{
// 公司
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
6cc3845d
...
...
@@ -2197,18 +2197,18 @@ import SpecialList from '../SalesModule/SpecialList.vue';
confirmMsg
.
push
(
this
.
$t
(
'objFill.chongqizdssfblts'
));
}
if
(
this
.
msg
.
HelpBranchId
>
-
1
)
{
let
that
=
this
let
brandName
=
this
.
$t
(
'objFill.querenypu'
);
this
.
companyList
.
forEach
(
item
=>
{
if
(
item
.
Id
==
this
.
msg
.
HelpBranchId
)
{
brandName
+=
item
.
BName
;
}
}
);
brandName
+=
(
this
.
$route
.
query
.
Type
==
1
?
this
.
$t
(
'objFill.daishou'
)
:
this
.
$t
(
'objFill.daifu'
))
+
this
.
$t
(
'objFill.cibikuanxianbmbh'
);
confirmMsg
.
push
(
brandName
);
}
//
if (this.msg.HelpBranchId > -1)
{
//
let that = this
//
let brandName = this.$t('objFill.querenypu');
//
this.companyList.forEach(item =>
{
//
if (item.Id == this.msg.HelpBranchId)
{
//
brandName += item.BName;
//
}
//
}
);
//
brandName += (this.$route.query.Type == 1 ? this.$t('objFill.daishou') : this.$t('objFill.daifu')) + this.$t(
//
'objFill.cibikuanxianbmbh');
//
confirmMsg.push(brandName);
//
}
if
(
confirmMsg
&&
confirmMsg
.
length
>
0
)
{
let
title
=
z
?
this
.
$t
(
'fnc.zancun'
)
:
this
.
$t
(
'fnc.tijiao'
)
const
h
=
this
.
$createElement
...
...
@@ -2256,16 +2256,6 @@ import SpecialList from '../SalesModule/SpecialList.vue';
}
}
)
}
).
catch
(()
=>
{
if
(
this
.
orderObj
&&
(
this
.
orderObj
.
EduCommissionEmp
||
this
.
orderObj
.
queryObj
))
{
location
.
reload
()
this
.
$router
.
push
({
name
:
'leaderReimbursement'
,
query
:
{
...
this
.
orderObj
.
queryObj
,
'blank'
:
'y'
,
}
}
);
}
else
{
this
.
$router
.
push
({
name
:
'FinancialDocuments'
,
query
:
{
...
...
@@ -2273,7 +2263,6 @@ import SpecialList from '../SalesModule/SpecialList.vue';
'InPay'
:
this
.
$route
.
query
.
InPay
}
}
);
}
}
);
}
else
{
this
.
resultCode
=
res
.
data
.
resultCode
;
...
...
@@ -2420,7 +2409,7 @@ import SpecialList from '../SalesModule/SpecialList.vue';
if
(
!
isNaN
(
rate
))
{
let
num
=
(
numberC
*
price
)
*
rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
this
.
msg
.
detailList
[
i
-
1
].
bTotalPrice
=
num
;
this
.
msg
.
detailList
[
i
-
1
].
bTotalPrice
=
num
.
toFixed
(
2
)
;
this
.
msg
.
detailList
[
i
-
1
].
bTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
num
)
}
}
...
...
@@ -2445,7 +2434,7 @@ import SpecialList from '../SalesModule/SpecialList.vue';
if
(
!
isNaN
(
rate
))
{
let
num
=
(
numberC
*
price
)
*
rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
this
.
detailList
.
bTotalPrice
=
num
;
this
.
detailList
.
bTotalPrice
=
num
.
toFixed
(
2
)
;
this
.
detailList
.
bTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
num
)
}
}
...
...
@@ -2708,7 +2697,7 @@ import SpecialList from '../SalesModule/SpecialList.vue';
if
(
!
isNaN
(
rate
))
{
let
num
=
(
numberC
*
price
)
*
rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
item
.
bTotalPrice
=
num
;
item
.
bTotalPrice
=
num
.
toFixed
(
2
)
;
item
.
bTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
num
)
}
}
...
...
@@ -2740,7 +2729,10 @@ import SpecialList from '../SalesModule/SpecialList.vue';
this
.
apipost
(
'Financial_post_Get'
,
{
ID
:
id
,
TempId
:
tempId
,
TCIDList
:
(
this
.
orderObj
&&
this
.
orderObj
.
TCIDList
)
?
this
.
orderObj
.
TCIDList
:
[]
TCIDList
:
(
this
.
orderObj
&&
this
.
orderObj
.
TCIDList
)
?
this
.
orderObj
.
TCIDList
:
[],
DMCOrderId
:
this
.
orderObj
&&
this
.
orderObj
.
EduCommissionEmp
?
this
.
orderObj
.
EduCommissionEmp
:
""
,
OrderSource
:
this
.
orderObj
&&
this
.
orderObj
.
OrderSource
?
this
.
orderObj
.
OrderSource
:
0
,
BranchId
:
this
.
$route
.
query
.
companyID
}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
...
...
@@ -2829,7 +2821,7 @@ import SpecialList from '../SalesModule/SpecialList.vue';
x
.
rate
=
x
.
Rate
;
let
num
=
(
x
.
Number
*
x
.
UnitPrice
)
*
x
.
Rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
x
.
bTotalPrice
=
num
;
x
.
bTotalPrice
=
num
.
toFixed
(
2
)
;
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
;
x
.
yTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
yTotalPrice
*
100
)
/
100
);
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
6cc3845d
...
...
@@ -2114,7 +2114,7 @@
if
(
!
isNaN
(
rate
))
{
let
num
=
(
numberC
*
price
)
*
rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
this
.
msg
.
detailList
[
i
-
1
].
bTotalPrice
=
num
;
this
.
msg
.
detailList
[
i
-
1
].
bTotalPrice
=
num
.
toFixed
(
2
)
;
this
.
msg
.
detailList
[
i
-
1
].
bTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
num
);
};
}
...
...
@@ -2161,7 +2161,7 @@
if
(
!
isNaN
(
rate
))
{
let
num
=
(
numberC
*
price
)
*
rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
this
.
detailList
.
bTotalPrice
=
num
;
this
.
detailList
.
bTotalPrice
=
num
.
toFixed
(
2
)
;
this
.
detailList
.
bTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
num
);
};
}
...
...
@@ -2279,7 +2279,7 @@
x
.
yTotalPrice
=
x
.
Number
*
x
.
UnitPrice
;
let
num
=
(
x
.
Number
*
x
.
UnitPrice
)
*
x
.
Rate
;
num
=
Math
.
round
(
num
*
100
)
/
100
;
x
.
bTotalPrice
=
num
;
x
.
bTotalPrice
=
num
.
toFixed
(
2
)
;
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
;
x
.
yTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
yTotalPrice
*
100
)
/
100
);
x
.
bTotalPriceTo
=
this
.
$commonUtils
.
addCommas
(
num
);
...
...
src/components/FinancialModule/components/BillModule.vue
View file @
6cc3845d
...
...
@@ -182,9 +182,9 @@ export default {
// x.Money = Math.round(x.Money * 100) / 100
let
FractionalPart
=
String
(
x
.
Money
).
split
(
'.'
)
if
(
FractionalPart
.
length
>
1
&&
FractionalPart
[
1
].
length
>
3
&&
FractionalPart
[
1
].
slice
(
3
,
4
)
>
5
){
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
4
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(4))
}
else
{
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
3
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(3))
}
x
.
OriginalMoney
=
Math
.
round
(
x
.
OriginalMoney
*
100
)
/
100
this
.
currentMoney
+=
parseFloat
(
x
.
OriginalMoney
);
...
...
@@ -202,9 +202,9 @@ export default {
x
.
Money
=
x
.
Rate
*
x
.
OriginalMoney
let
FractionalPart
=
String
(
x
.
Money
).
split
(
'.'
)
if
(
FractionalPart
.
length
>
1
&&
FractionalPart
[
1
].
length
>
3
&&
FractionalPart
[
1
].
slice
(
3
,
4
)
>
5
){
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
4
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(4))
}
else
{
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
3
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(3))
}
x
.
OriginalMoney
=
Math
.
round
(
x
.
OriginalMoney
*
100
)
/
100
...
...
@@ -220,36 +220,38 @@ export default {
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetDetail'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
let
arrList
=
function
(
arr
){
arr
.
forEach
(
x
=>
{
x
.
show
=
false
})
}
arrList
(
data
.
DetailList
)
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
)
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
x
.
OriginalMoney
=
Math
.
round
(
x
.
OriginalMoney
*
100
)
/
100
this
.
currentMoney
+=
parseFloat
(
x
.
OriginalMoney
);
this
.
benMoney
+=
parseFloat
(
x
.
Money
);
})
this
.
currentMoney
=
Math
.
round
(
this
.
currentMoney
*
100
)
/
100
;
this
.
benMoney
=
Math
.
round
(
this
.
benMoney
*
100
)
/
100
;
this
.
$emit
(
'headCallBack'
,
this
.
currentMoney
);
data
.
ChineseMoney
=
this
.
$commonUtils
.
changeMoneyToChinese
(
data
.
Money
)
data
.
ChinesePayMoney
=
this
.
$commonUtils
.
changeMoneyToChinese
(
data
.
PayMoney
)
data
.
PayMoney
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
data
.
PayMoney
*
100
)
/
100
)
data
.
Money
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
data
.
Money
*
100
)
/
100
)
data
.
AuditSteps
.
reverse
()
this
.
GetDetail
=
data
;
this
.
loading
=
false
this
.
Financial_post_GetCostTypeList
(
data
.
TemplateId
,
data
.
type
);
if
(
id
>
0
)
{
let
TCID
=
data
.
TCIDList
.
length
>
0
?
data
.
TCIDList
[
0
]
:
0
this
.
financeinfo_post_GetList
(
TCID
);
}
this
.
calculation
()
let
data
=
res
.
data
.
data
;
let
arrList
=
function
(
arr
){
arr
.
forEach
(
x
=>
{
x
.
show
=
false
})
}
arrList
(
data
.
DetailList
)
data
.
DetailList
.
forEach
(
x
=>
{
x
.
UnitPrice
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
x
.
UnitPrice
*
100
)
/
100
)
x
.
Money
=
Math
.
round
(
x
.
Money
*
100
)
/
100
x
.
OriginalMoney
=
Math
.
round
(
x
.
OriginalMoney
*
100
)
/
100
this
.
currentMoney
+=
parseFloat
(
x
.
OriginalMoney
);
this
.
benMoney
+=
parseFloat
(
x
.
Money
);
})
this
.
currentMoney
=
Math
.
round
(
this
.
currentMoney
*
100
)
/
100
;
this
.
benMoney
=
Math
.
round
(
this
.
benMoney
*
100
)
/
100
;
this
.
$emit
(
'headCallBack'
,
this
.
currentMoney
);
data
.
ChineseMoney
=
this
.
$commonUtils
.
changeMoneyToChinese
(
data
.
Money
)
data
.
ChinesePayMoney
=
this
.
$commonUtils
.
changeMoneyToChinese
(
data
.
PayMoney
)
data
.
PayMoney
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
data
.
PayMoney
*
100
)
/
100
)
data
.
Money
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
data
.
Money
*
100
)
/
100
)
data
.
AuditSteps
.
reverse
()
this
.
GetDetail
=
data
;
this
.
loading
=
false
this
.
Financial_post_GetCostTypeList
(
data
.
TemplateId
,
data
.
type
);
if
(
id
>
0
)
{
let
TCID
=
data
.
TCIDList
.
length
>
0
?
data
.
TCIDList
[
0
]
:
0
this
.
financeinfo_post_GetList
(
TCID
);
}
setTimeout
(()
=>
{
this
.
calculation
()
},
300
)
}
},
err
=>
{})
},
...
...
src/components/FinancialModule/components/ReceivablesModule.vue
View file @
6cc3845d
...
...
@@ -148,9 +148,9 @@ export default {
let
FractionalPart
=
String
(
x
.
Money
).
split
(
'.'
)
if
(
FractionalPart
.
length
>
1
&&
FractionalPart
[
1
].
length
>
3
&&
FractionalPart
[
1
].
slice
(
3
,
4
)
>
5
){
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
4
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(4))
}
else
{
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
3
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(3))
}
x
.
OriginalMoney
=
Math
.
round
(
x
.
OriginalMoney
*
100
)
/
100
...
...
@@ -170,9 +170,9 @@ export default {
let
FractionalPart
=
String
(
x
.
Money
).
split
(
'.'
)
if
(
FractionalPart
.
length
>
1
&&
FractionalPart
[
1
].
length
>
3
&&
FractionalPart
[
1
].
slice
(
3
,
4
)
>
5
){
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
4
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(4))
}
else
{
x
.
Money
=
this
.
RoundItUp
(
parseFloat
(
x
.
Money
).
toFixed
(
3
))
x
.
Money
=
(
x
.
Money
).
toFixed
(
2
)
//
this.RoundItUp(parseFloat(x.Money).toFixed(3))
}
x
.
OriginalMoney
=
Math
.
round
(
x
.
OriginalMoney
*
100
)
/
100
...
...
@@ -210,7 +210,9 @@ export default {
this
.
benMoney2
=
0
this
.
loading
=
false
this
.
$set
(
this
.
$data
,
"GetDetail"
,
data
);
this
.
calculation
()
setTimeout
(()
=>
{
this
.
calculation
()
},
300
)
}
},
err
=>
{})
},
...
...
src/components/Hotel/roomReservationsDetails.vue
View file @
6cc3845d
This diff is collapsed.
Click to expand it.
src/components/Hotel/roomStatic.vue
View file @
6cc3845d
...
...
@@ -291,8 +291,8 @@
@
click=
"goUrl('roomSure',subItem,dayItem.DayStr,'订房管理')"
style=
"cursor:pointer;text-decoration:underline;"
:class=
"subItem.InventoryType==4 ? 'stock1' : 'stock2'"
>
{{$t('hotel.hotel_roomUsed')}}:
{{subItem.UseInventory}}
</a>
<span
v-else
>
{{$t('hotel.hotel_roomUsed')}}: {{subItem.UseInventory}}
</span>
{{subItem.UseInventory}}
{{(subItem.UseAmount>0?'['+$t('objFill.shanke')+']':'')}}
</a>
<span
v-else
>
{{$t('hotel.hotel_roomUsed')}}: {{subItem.UseInventory}}
{{(subItem.UseAmount>0?'['+$t('objFill.shanke')+']':'')}}
</span>
)
</p>
</div>
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
6cc3845d
...
...
@@ -1405,6 +1405,7 @@
query
:
{
"id"
:
obj
.
TCIDS
,
'TCNUM'
:
obj
.
TCNUMS
,
'OutBranchId'
:
obj
.
OutBranchId
,
'flightTotal'
:
obj
.
TotalSeat
,
'GuestNum'
:
obj
.
OrderGuestNum
,
'NewCombinationNum'
:
outItem
.
NewCombinationNum
,
...
...
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
6cc3845d
...
...
@@ -38,11 +38,12 @@
</table>
<p
class=
"teamRevenueExpenditureTitle"
>
{{
$t
(
'hotel.hotel'
)
}}
<span
class=
"fr"
style=
"margin-top: -8px;"
>
<span
class=
"fr"
style=
"margin-top: -8px;"
v-if=
"IsJapanLine==false"
>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.xingzengfk')"
@
click=
"goUrl(1,2)"
/><input
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.xingzengshouk')"
@
click=
"goUrl(1,1)"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('objFill.precharge')"
@
click=
"isOffset(1,2)"
/>
</span>
<span
class=
"fr"
style=
"margin-top: -8px;"
v-else
>
*酒店请至地接总表订房管理制单
</span>
</p>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"teamRevenueExpenditureTable"
>
<tr>
...
...
@@ -395,7 +396,8 @@
IsPrerealContrast
:
false
,
PrerealContrastMsg
:
''
,
PrerealContrastOfferId
:
0
,
roomZeroNum
:
0
roomZeroNum
:
0
,
IsJapanLine
:
false
}
},
methods
:
{
...
...
@@ -728,6 +730,8 @@
this
.
getTuanMsg
()
let
userInfo
=
this
.
getLocalStorage
();
if
(
userInfo
.
RB_Group_id
==
2
&&
this
.
LineId
==
14
){
this
.
IsJapanLine
=
true
;
//日本线 酒店制单特殊处理
if
(
userInfo
.
RB_Branch_id
==
1253
){
this
.
IsJapanLine
=
false
;}
this
.
getTravelPrerealContrast
();
}
}
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDaysHV.vue
View file @
6cc3845d
...
...
@@ -786,5 +786,7 @@
</
style
>
<
style
scoped
>
@import
url('../../../../assets/css/tripIndexNew2.css')
;
@import
url('../../../../assets/css/tripIndexNewHV.css')
;
</
style
>
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