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
ee4692a3
Commit
ee4692a3
authored
Apr 12, 2019
by
qiaoyajun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c936875a
15544915
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
815 additions
and
820 deletions
+815
-820
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+2
-1
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+2
-2
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+4
-1
ModifyVisaProduct.vue
src/components/SalesVisa/ModifyVisaProduct.vue
+3
-3
VisaProductCountryManager.vue
src/components/SalesVisa/VisaProductCountryManager.vue
+775
-775
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+16
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+4
-30
ExaminationStatistics.vue
src/components/administrative/ExaminationStatistics.vue
+7
-6
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+2
-2
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
ee4692a3
...
@@ -929,6 +929,7 @@ export default {
...
@@ -929,6 +929,7 @@ export default {
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
this
.
loading
=
true
;
this
.
loading
=
true
;
console
.
log
(
this
.
msg
)
this
.
apipost
(
'Financial_post_GetALLPageList'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_GetALLPageList'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
.
pageData
.
list
;
let
data
=
res
.
data
.
data
.
pageData
.
list
;
...
@@ -1239,7 +1240,7 @@ export default {
...
@@ -1239,7 +1240,7 @@ export default {
pageSize
:
6
,
pageSize
:
6
,
FrID
:
this
.
msg
.
FrID
==
0
?
''
:
this
.
msg
.
FrID
,
FrID
:
this
.
msg
.
FrID
==
0
?
''
:
this
.
msg
.
FrID
,
sDate
:
this
.
msg
.
sDate
,
sDate
:
this
.
msg
.
sDate
,
eDate
:
this
.
msg
.
s
Date
,
eDate
:
this
.
msg
.
e
Date
,
Status
:
this
.
msg
.
Status
,
Status
:
this
.
msg
.
Status
,
TemplateId
:
this
.
msg
.
TemplateId
,
TemplateId
:
this
.
msg
.
TemplateId
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
RB_Branch_Id
:
this
.
msg
.
RB_Branch_Id
,
...
...
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
ee4692a3
...
@@ -1683,8 +1683,8 @@ export default {
...
@@ -1683,8 +1683,8 @@ export default {
getPageList
()
{
getPageList
()
{
// 获取列表数据
// 获取列表数据
this
.
loading
=
true
;
this
.
loading
=
true
;
if
(
!
this
.
msg
.
OutBranchId
)
//
if (!this.msg.OutBranchId)
this
.
msg
.
OutBranchId
=
-
1
;
//
this.msg.OutBranchId = -1;
if
(
!
this
.
msg
.
Is_Transport
&&
this
.
msg
.
Is_Transport
!==
0
)
if
(
!
this
.
msg
.
Is_Transport
&&
this
.
msg
.
Is_Transport
!==
0
)
this
.
msg
.
Is_Transport
=-
1
;
this
.
msg
.
Is_Transport
=-
1
;
if
(
!
this
.
msg
.
StartCityId
)
this
.
msg
.
StartCityId
=
0
;
if
(
!
this
.
msg
.
StartCityId
)
this
.
msg
.
StartCityId
=
0
;
...
...
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
ee4692a3
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
<button
class=
"normalBtn"
@
click=
"dialogFormVisible2 = true"
>
通过
</button>
<button
class=
"normalBtn"
@
click=
"dialogFormVisible2 = true"
>
通过
</button>
<button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible = true"
>
拒绝
</button>
<button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible = true"
>
拒绝
</button>
</div>
</div>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1"
>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1
&& EmployeeId === detail.CreateBy && EmployeeId === 1
"
>
<button
class=
"normalBtn"
@
click=
"setStatus(2)"
>
{{$t('pub.cancelBtn')}}
</button>
<button
class=
"normalBtn"
@
click=
"setStatus(2)"
>
{{$t('pub.cancelBtn')}}
</button>
</div>
</div>
<el-dialog
title=
"提示信息"
width=
"400px"
:visible
.
sync=
"dialogFormVisible"
center
:before-close=
"closeChangeMachie"
>
<el-dialog
title=
"提示信息"
width=
"400px"
:visible
.
sync=
"dialogFormVisible"
center
:before-close=
"closeChangeMachie"
>
...
@@ -190,6 +190,7 @@ export default {
...
@@ -190,6 +190,7 @@ export default {
InvoiceNo
:
''
,
InvoiceNo
:
''
,
},
},
noDetail
:
false
,
noDetail
:
false
,
EmployeeId
:
0
,
};
};
},
},
methods
:
{
methods
:
{
...
@@ -274,6 +275,8 @@ export default {
...
@@ -274,6 +275,8 @@ export default {
},
},
},
},
mounted
()
{
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
let
id
=
this
.
$route
.
query
.
id
let
id
=
this
.
$route
.
query
.
id
this
.
noDetail
=
this
.
$route
.
query
.
noDetail
?
true
:
false
this
.
noDetail
=
this
.
$route
.
query
.
noDetail
?
true
:
false
this
.
msg
.
ID
=
id
this
.
msg
.
ID
=
id
...
...
src/components/SalesVisa/ModifyVisaProduct.vue
View file @
ee4692a3
...
@@ -409,10 +409,10 @@
...
@@ -409,10 +409,10 @@
<el-form-item
label=
"同业价"
prop=
"VisaPrice"
>
<el-form-item
label=
"同业价"
prop=
"VisaPrice"
>
<el-input
v-model
.
number
=
"addMsg.VisaPrice"
@
keyup
.
native=
"checkPrice(addMsg,'VisaPrice')"
placeholder=
"请输入"
maxlength=
"20"
></el-input>
<el-input
v-model=
"addMsg.VisaPrice"
@
keyup
.
native=
"checkPrice(addMsg,'VisaPrice')"
placeholder=
"请输入"
maxlength=
"20"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"直客价"
prop=
"VisaB2CPrice"
>
<el-form-item
label=
"直客价"
prop=
"VisaB2CPrice"
>
<el-input
v-model
.
number
=
"addMsg.VisaB2CPrice"
@
keyup
.
native=
"checkPrice(addMsg,'VisaB2CPrice')"
placeholder=
"请输入"
maxlength=
"20"
></el-input>
<el-input
v-model=
"addMsg.VisaB2CPrice"
@
keyup
.
native=
"checkPrice(addMsg,'VisaB2CPrice')"
placeholder=
"请输入"
maxlength=
"20"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"提成金额"
prop=
"CommissionPrice"
>
<el-form-item
label=
"提成金额"
prop=
"CommissionPrice"
>
...
@@ -766,7 +766,7 @@ export default {
...
@@ -766,7 +766,7 @@ export default {
VisaPrice
:
""
,
VisaPrice
:
""
,
PeopleNum
:
"0"
,
PeopleNum
:
"0"
,
CostPrice
:
""
,
CostPrice
:
""
,
EntryType
:
0
,
EntryType
:
1
,
CommissionPrice
:
""
,
CommissionPrice
:
""
,
VisaManagementId
:
""
,
VisaManagementId
:
""
,
VisaB2CPrice
:
""
,
VisaB2CPrice
:
""
,
...
...
src/components/SalesVisa/VisaProductCountryManager.vue
View file @
ee4692a3
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
ee4692a3
...
@@ -1895,6 +1895,16 @@
...
@@ -1895,6 +1895,16 @@
</span>
</span>
<span
v-if=
"childItem.FinanceList.length===0"
>
暂无数据
</span>
<span
v-if=
"childItem.FinanceList.length===0"
>
暂无数据
</span>
</div>
</div>
<div>
<span>
发票单据:
</span>
<span
v-for=
"(item2,index2) in childItem.InvoiceApplyList"
:key=
"index2"
>
<span
v-if=
"item2.InvoiceApplyState===6"
class=
"groupTourOrder_tickets_blue"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
<span
v-else-if=
"item2.InvoiceApplyState===1"
class=
"groupTourOrder_tickets_green"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
<span
v-else-if=
"item2.InvoiceApplyState===5"
class=
"groupTourOrder_tickets_red"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
<span
v-else-if=
"item2.InvoiceApplyState===3"
class=
"groupTourOrder_tickets_black"
@
click=
"goIisDetail(item2.ID)"
>
{{
item2
.
ID
}}
</span>
</span>
<span
v-if=
"childItem.InvoiceApplyList.length===0"
style=
"cursor: default;"
>
暂无数据
</span>
</div>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -2796,6 +2806,12 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -2796,6 +2806,12 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
updateSalesMan
:
updateSalesMan
updateSalesMan
:
updateSalesMan
},
},
methods
:
{
methods
:
{
goIisDetail
:
function
(
id
)
{
// 跳转发票详情页面
this
.
$router
.
push
({
name
:
'invoicesManagerDetail'
,
query
:
{
id
:
id
,
noDetail
:
1
,
blank
:
"y"
,}
});
},
// 给其他费用赋值
// 给其他费用赋值
Yszefz
(){
Yszefz
(){
this
.
Ysze
=
true
;
this
.
Ysze
=
true
;
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
ee4692a3
...
@@ -919,7 +919,7 @@
...
@@ -919,7 +919,7 @@
noData
:
false
,
noData
:
false
,
currentPage
:
1
,
currentPage
:
1
,
//航班配置
//航班配置
FlightState
:
1
,
FlightState
:
0
,
//预警团
//预警团
IsWarning
:
false
,
IsWarning
:
false
,
WarningQuery
:
'-1'
,
WarningQuery
:
'-1'
,
...
@@ -943,12 +943,12 @@
...
@@ -943,12 +943,12 @@
flightStatus
:
[{
flightStatus
:
[{
Id
:
0
,
Id
:
0
,
Name
:
'不限'
,
Name
:
'不限'
,
Checked
:
fals
e
Checked
:
tru
e
},
},
{
{
Id
:
1
,
Id
:
1
,
Name
:
'已配置'
,
Name
:
'已配置'
,
Checked
:
tru
e
Checked
:
fals
e
},
},
{
{
Id
:
2
,
Id
:
2
,
...
@@ -1672,39 +1672,13 @@
...
@@ -1672,39 +1672,13 @@
this
.
$route
.
query
.
tcmun
=
this
.
$route
.
query
.
tcmun
this
.
$route
.
query
.
tcmun
=
this
.
$route
.
query
.
tcmun
if
(
this
.
$route
.
query
.
tcmun
)
{
if
(
this
.
$route
.
query
.
tcmun
)
{
this
.
queryCommonData
.
flightCKed
=
[];
this
.
queryCommonData
.
flightCKed
.
push
(
0
);
this
.
flightStatus
.
forEach
((
subItem
,
subIndex
)
=>
{
if
(
subIndex
==
0
)
{
subItem
.
Checked
=
true
;
}
else
{
subItem
.
Checked
=
false
;
}
});
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
}
}
if
(
this
.
$route
.
query
.
HotelId
)
{
if
(
this
.
$route
.
query
.
HotelId
)
{
this
.
queryCommonData
.
flightCKed
=
[];
this
.
queryCommonData
.
flightCKed
.
push
(
0
);
this
.
flightStatus
.
forEach
((
subItem
,
subIndex
)
=>
{
if
(
subIndex
==
0
)
{
subItem
.
Checked
=
true
;
}
else
{
subItem
.
Checked
=
false
;
}
});
this
.
queryMsg
.
HotelId
=
this
.
$route
.
query
.
HotelId
;
this
.
queryMsg
.
HotelId
=
this
.
$route
.
query
.
HotelId
;
}
}
if
(
this
.
$route
.
query
.
HotelUseTime
)
{
if
(
this
.
$route
.
query
.
HotelUseTime
)
{
this
.
queryCommonData
.
flightCKed
=
[];
this
.
queryCommonData
.
flightCKed
.
push
(
0
);
this
.
flightStatus
.
forEach
((
subItem
,
subIndex
)
=>
{
if
(
subIndex
==
0
)
{
subItem
.
Checked
=
true
;
}
else
{
subItem
.
Checked
=
false
;
}
});
this
.
queryMsg
.
HotelUseTime
=
this
.
$route
.
query
.
HotelUseTime
this
.
queryMsg
.
HotelUseTime
=
this
.
$route
.
query
.
HotelUseTime
}
}
...
...
src/components/administrative/ExaminationStatistics.vue
View file @
ee4692a3
...
@@ -107,19 +107,20 @@ export default {
...
@@ -107,19 +107,20 @@ export default {
console
.
log
(
"filter"
,
filters
);
console
.
log
(
"filter"
,
filters
);
let
data
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataListTwo
))
let
data
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataListTwo
))
let
dataListTwo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataListTwo
))
let
dataListTwo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataListTwo
))
if
(
filters
.
bName
!=
''
&&
filters
.
bName
!=
'__all__'
){
debugger
;
data
=
data
.
filter
(
item
=>
item
.
bName
.
indexOf
(
filters
.
bName
)
!=-
1
);
if
(
filters
.
bName
&&
filters
.
bName
!=
''
&&
filters
.
bName
!=
'__all__'
){
data
=
data
.
filter
(
item
=>
item
.
bName
&&
item
.
bName
.
indexOf
(
filters
.
bName
)
!=-
1
);
}
}
if
(
filters
.
departmentName
!=
''
){
if
(
filters
.
departmentName
&&
filters
.
departmentName
!=
''
){
data
=
data
.
filter
(
item
=>
item
.
departmentName
.
indexOf
(
filters
.
departmentName
)
!=-
1
);
data
=
data
.
filter
(
item
=>
item
.
departmentName
.
indexOf
(
filters
.
departmentName
)
!=-
1
);
}
}
if
(
filters
.
emName
!=
''
){
if
(
filters
.
emName
&&
filters
.
emName
!=
''
){
data
=
data
.
filter
(
item
=>
item
.
emName
.
indexOf
(
filters
.
emName
)
!=-
1
);
data
=
data
.
filter
(
item
=>
item
.
emName
.
indexOf
(
filters
.
emName
)
!=-
1
);
}
}
if
(
filters
.
periods
!=
''
){
if
(
filters
.
periods
&&
filters
.
periods
!=
''
){
data
=
data
.
filter
(
item
=>
item
.
periods
.
indexOf
(
filters
.
periods
)
!=-
1
);
data
=
data
.
filter
(
item
=>
item
.
periods
.
indexOf
(
filters
.
periods
)
!=-
1
);
}
}
if
((
filters
.
bName
===
''
||
filters
.
bName
===
'__all__'
)
&&
filters
.
departmentName
===
''
&&
filters
.
createByStr
===
''
){
if
((
filters
.
bName
===
''
||
filters
.
bName
===
'__all__'
)
&&
filters
.
departmentName
===
''
&&
filters
.
emName
===
''
&&
filters
.
periods
===
''
){
data
=
dataListTwo
data
=
dataListTwo
}
}
this
.
dataList
=
data
this
.
dataList
=
data
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
ee4692a3
...
@@ -225,7 +225,7 @@
...
@@ -225,7 +225,7 @@
</div>
</div>
</td>
</td>
<td>
<td>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrlLeaderIsApply('leaderPay',item,outItem,'领队报账')"
>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrlLeaderIsApply('leaderPay
2
',item,outItem,'领队报账')"
>
<span
style=
"color: #4BCA81;"
v-if=
"item.ResultReport.LeaderIsApply==2"
>
√
</span>
<span
style=
"color: #4BCA81;"
v-if=
"item.ResultReport.LeaderIsApply==2"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
ResultReport
.
LeaderIsApply
==
'0'
?
"x"
:
"O"
}}
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
ResultReport
.
LeaderIsApply
==
'0'
?
"x"
:
"O"
}}
</span>
</div>
</div>
...
@@ -453,7 +453,7 @@
...
@@ -453,7 +453,7 @@
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
path
,
name
:
path
,
query
:
{
query
:
{
"id"
:
o
bj
.
TCIDS
,
"id"
:
o
utItem
.
TCIDs
,
NewCombinationNum
:
outItem
.
NewCombinationNum
,
NewCombinationNum
:
outItem
.
NewCombinationNum
,
isUpdate
:
true
,
isUpdate
:
true
,
blank
:
'y'
,
blank
:
'y'
,
...
...
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