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
c83ea28e
Commit
c83ea28e
authored
Oct 17, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
fe262b3f
686ea4aa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
550 additions
and
552 deletions
+550
-552
individualTicket.vue
src/components/Ticketing/individualTicket.vue
+0
-1
AmoebaDetail.vue
src/components/TravelManager/TravelList/AmoebaDetail.vue
+0
-1
PassengerFeedback.vue
...components/TravelManager/TravelList/PassengerFeedback.vue
+1
-7
freeTravelOrderStatiDetails.vue
.../TravelManager/TravelList/freeTravelOrderStatiDetails.vue
+0
-6
VisaPersonalForm.vue
src/components/VisaPersonalForm.vue
+0
-4
VisaPersonalFormSell.vue
src/components/VisaPersonalFormSell.vue
+0
-4
ItineraryCustomizer.vue
src/components/activity/ItineraryCustomizer.vue
+0
-4
AirticketCommission.vue
src/components/administrative/AirticketCommission.vue
+12
-1
NewSurvey.vue
src/components/administrative/NewSurvey.vue
+0
-1
myApprovalList.vue
src/components/administrative/myApprovalList.vue
+0
-15
statisticsCheckTime.vue
src/components/administrative/statisticsCheckTime.vue
+0
-5
TicketFinace.vue
src/components/commonPage/TicketFinace.vue
+0
-5
payURL1.vue
src/components/commonPage/payURL1.vue
+0
-1
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+0
-2
companyManagement.vue
src/components/platformModule/companyManagement.vue
+537
-494
Manfunds.vue
src/components/systemManagement/Manfunds.vue
+0
-1
No files found.
src/components/Ticketing/individualTicket.vue
View file @
c83ea28e
...
...
@@ -553,7 +553,6 @@ import moment from 'moment'
},
methods
:
{
goUrl
(
path
,
item
)
{
// console.log(item);
this
.
$router
.
push
({
path
:
path
,
query
:
{
...
...
src/components/TravelManager/TravelList/AmoebaDetail.vue
View file @
c83ea28e
...
...
@@ -83,7 +83,6 @@ export default {
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'resssss'
);
this
.
dataList
=
res
.
data
.
data
.
List
;
}
else
{
this
.
loading
=
false
;
...
...
src/components/TravelManager/TravelList/PassengerFeedback.vue
View file @
c83ea28e
...
...
@@ -152,7 +152,6 @@ export default {
created
(){
this
.
dateList
[
0
]
=
moment
().
subtract
(
6
,
"month"
).
format
(
"YYYY-MM-DD"
);
this
.
dateList
[
1
]
=
moment
().
format
(
"YYYY-MM-DD"
);
// console.log("this.dateList",this.dateList)
this
.
getTitle
();
},
mounted
(){
...
...
@@ -234,14 +233,10 @@ export default {
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
===
1
)
{
let
arrays
=
[];
// console.log("res.data.data.pageData",res.data.data)
res
.
data
.
data
.
pageData
.
forEach
(
x
=>
{
let
isHave
=
false
if
(
x
.
tCID
!=
0
||
x
.
tCID
||
x
.
tCID
!=
''
){
// if(this.fields.indexOf(x.title)==-1&&x.title!=''){
// this.fields.push(x.title)
// console.log("fields",this.fields)
// }
if
(
arrays
.
length
>
0
){
arrays
.
forEach
(
y
=>
{
if
(
y
.
tcid
==
x
.
tCID
){
...
...
@@ -272,7 +267,6 @@ export default {
});
this
.
dataList
=
arrays
;
// console.log("this.dataList",this.dataList)
this
.
total
=
res
.
data
.
data
.
count
;
}
else
{
this
.
Error
(
res
.
data
.
message
)
...
...
src/components/TravelManager/TravelList/freeTravelOrderStatiDetails.vue
View file @
c83ea28e
...
...
@@ -239,7 +239,6 @@ export default {
this
.
dialogFormVisible
=
true
;
this
.
exitMsg
.
orderId
=
this
.
oldModel
.
OrderID
;
// console.log(item);
this
.
exitMsg
.
CancelBy
=
userInfo
.
customerId
;
},
ExitOrder
(){
...
...
@@ -252,7 +251,6 @@ export default {
"dmc_post_Get_KKDayOrderCancel"
,
this
.
exitMsg
,
res
=>
{
// console.log("res",res);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
$emit
(
'queryDays'
)
...
...
@@ -274,7 +272,6 @@ export default {
"dmc_post_Get_KKDayOrderQueryOrderDtl"
,
this
.
msg
,
res
=>
{
// console.log("sfafg",res);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
oldModel
=
res
.
data
.
data
.
oldModel
;
this
.
jo
=
res
.
data
.
data
.
jo
;
...
...
@@ -304,10 +301,7 @@ export default {
if
(
res
.
data
.
data
.
result
===
"00"
)
{
this
.
DomainUrl
=
res
.
data
.
data
.
KkdayDomain
;
let
data
=
res
.
data
.
data
.
prod
console
.
log
(
"data"
,
data
)
this
.
dataDetail
=
data
;
}
else
{
this
.
Error
(
res
.
data
.
data
.
result_msg
)
}
...
...
src/components/VisaPersonalForm.vue
View file @
c83ea28e
...
...
@@ -350,8 +350,6 @@ export default {
let
path
=
this
.
QRpath
var
canvas
=
document
.
getElementById
(
'canvas'
)
QRCode
.
toCanvas
(
canvas
,
path
,
function
(
error
)
{
if
(
error
)
console
.
error
(
error
)
console
.
log
(
'success!'
);
})
},
1000
);
}
else
{
...
...
@@ -424,7 +422,6 @@ export default {
this
.
apipost
(
'dmc_get_GetPeopleForeignInfo'
,{
VisaPeopleId
:
this
.
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
QRpath
=
res
.
data
.
data
console
.
log
(
this
.
QRpath
)
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
}
...
...
@@ -433,7 +430,6 @@ export default {
getInfo
(){
// 获取信息
this
.
apipost
(
'dmc_get_GetVisaApplyForGrouSignInfo'
,{
VisaPeopleId
:
this
.
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
console
.
log
(
res
.
data
.
data
)
this
.
infoData
=
res
.
data
.
data
this
.
infoData
.
PeopleModel
.
OpenQRCode
=
this
.
infoData
.
PeopleModel
.
OpenQRCode
.
toString
()
if
(
this
.
infoData
.
PeopleModel
.
OpenQRCode
==
'1'
){
...
...
src/components/VisaPersonalFormSell.vue
View file @
c83ea28e
...
...
@@ -353,8 +353,6 @@ export default {
let
path
=
this
.
QRpath
var
canvas
=
document
.
getElementById
(
'canvas'
)
QRCode
.
toCanvas
(
canvas
,
path
,
function
(
error
)
{
if
(
error
)
console
.
error
(
error
)
console
.
log
(
'success!'
);
})
},
1000
);
}
else
{
...
...
@@ -427,7 +425,6 @@ export default {
this
.
apipost
(
'dmc_get_GetPeopleForeignInfo'
,{
VisaPeopleId
:
this
.
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
QRpath
=
res
.
data
.
data
console
.
log
(
this
.
QRpath
)
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
}
...
...
@@ -436,7 +433,6 @@ export default {
getInfo
(){
// 获取信息
this
.
apipost
(
'dmc_get_GetVisaApplyForGrouSignInfoForSell'
,{
VisaPeopleId
:
this
.
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
console
.
log
(
res
.
data
.
data
)
this
.
infoData
=
res
.
data
.
data
this
.
infoData
.
PeopleModel
.
OpenQRCode
=
this
.
infoData
.
PeopleModel
.
OpenQRCode
.
toString
()
if
(
this
.
infoData
.
PeopleModel
.
OpenQRCode
==
'1'
){
...
...
src/components/activity/ItineraryCustomizer.vue
View file @
c83ea28e
...
...
@@ -120,7 +120,6 @@
methods
:
{
Edit
(
item
){
console
.
log
(
item
)
this
.
pwdMsg
=
Object
.
assign
({},
item
);
},
ResetPwdForm
(){
...
...
@@ -136,7 +135,6 @@
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
apiJavaPost
(
"/api/user/employee/setTripCustom"
,
this
.
pwdMsg
,
res
=>
{
console
.
log
(
res
);
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
)
this
.
Visible
=
false
;
...
...
@@ -174,7 +172,6 @@
this
.
loading
=
true
,
this
.
apiJavaPost
(
"/api/user/employee/getTripCustomList"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
console
.
log
(
res
);
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
DataList
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
...
...
@@ -186,7 +183,6 @@
},
getEmployee
(){
this
.
apiJavaPost
(
"/api/user/employee/getAllSalesList"
,{},
res
=>
{
console
.
log
(
res
);
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
employee
=
res
.
data
.
data
;
}
else
{
...
...
src/components/administrative/AirticketCommission.vue
View file @
c83ea28e
...
...
@@ -11,7 +11,7 @@
<div
class=
"query-box"
>
<ul>
<li>
<input
type=
"button"
class=
"normalBtn"
@
click=
"CreateAirticketCommission()"
value=
"生成提成报表"
:disabled=
"isDisable"
/>
<input
v-if=
"IsAuth==1"
type=
"button"
class=
"normalBtn"
@
click=
"CreateAirticketCommission()"
value=
"生成提成报表"
:disabled=
"isDisable"
/>
</li>
</ul>
</div>
...
...
@@ -60,9 +60,11 @@
total
:
0
,
currentPage
:
1
,
isDisable
:
false
,
IsAuth
:
0
,
//生成票务提成权限
}
},
mounted
()
{
this
.
GetAuth
();
this
.
getList
();
},
methods
:
{
...
...
@@ -117,6 +119,15 @@
},
null
);
},
GetAuth
()
{
this
.
apipost
(
'AirTicketRules_post_CreateAirticketCommissionAuthService'
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
IsAuth
=
res
.
data
.
data
;
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
err
=>
{})
},
//生成票务提成报表
CreateAirticketCommission
()
{
...
...
src/components/administrative/NewSurvey.vue
View file @
c83ea28e
...
...
@@ -86,7 +86,6 @@ export default {
this
.
getList
(
TCID
,
OrderID
);
},
methods
:
{
openPage
:
function
(
obj
){
console
.
log
(
obj
)
let
dom
=
document
.
querySelector
(
"#blankLink"
);
dom
.
href
=
"http://activity.oytour.com/html/invesDetails2.html"
+
'?ID='
+
obj
.
ID
+
'&name='
+
encodeURI
(
obj
.
GuestName
)
+
'&MobilePhone='
+
obj
.
CustomerPhone
dom
.
click
();
...
...
src/components/administrative/myApprovalList.vue
View file @
c83ea28e
...
...
@@ -390,7 +390,6 @@
this
.
templateType
=
templateType
;
this
.
apipost
(
'WorkFlow_get_GetDepartMentEmployee'
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
//console.log(res.data.data)
this
.
memberList
=
res
.
data
.
data
}
},
err
=>
{})
...
...
@@ -419,7 +418,6 @@
this
.
transferMsg
.
CareOfEmId
=
this
.
arr
[
this
.
arr
.
length
-
1
]
}
}
console
.
log
(
this
.
transferMsg
.
CareOfEmId
)
},
transferApproval
(){
...
...
@@ -508,16 +506,6 @@
this
.
IsAudit
=
res
.
data
.
data
.
IsAudit
this
.
IsCancel
=
res
.
data
.
data
.
IsCancel
this
.
IsUpdate
=
res
.
data
.
data
.
IsUpdate
// console.log(this.detailList.arList)
// let newArr=this.detailList.arList;
// this.detailList.arList.forEach((item,index)=>{
// if(item.AuditRecordList.length!=0){
// console.log(item.AuditRecordList)
// newArr.splice(index,0,{'BeFrom':item.AuditRecordList[0].CareOfList[0].BeFrom,'Target':item.AuditRecordList[0].CareOfList[0].Target,
// 'Remarks':item.AuditRecordList[0].CareOfList[0].Remarks})
// }
// })
console
.
log
(
res
.
data
.
data
.
Details
)
}
},
err
=>
{})
},
...
...
@@ -525,7 +513,6 @@
this
.
loading
=
true
;
this
.
apipost
(
'app_user_workflow_my_initiateaudit'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
//console.log(res.data.data)
this
.
list
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
loading
=
false
...
...
@@ -535,7 +522,6 @@
getApplyType
(){
//模板类型
this
.
apipost
(
'app_user_workflow_get_templatetype'
,{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
//console.log(res.data.data)
res
.
data
.
data
.
forEach
(
item
=>
{
for
(
let
key
in
item
){
if
(
item
.
hasOwnProperty
(
key
)){
...
...
@@ -549,7 +535,6 @@
getAppAuditStatus
(){
this
.
apipost
(
'app_user_workflow_get_myinitiate_auditstatus'
,{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
//console.log(res.data.data)
res
.
data
.
data
.
forEach
(
item
=>
{
for
(
let
key
in
item
){
if
(
item
.
hasOwnProperty
(
key
)){
...
...
src/components/administrative/statisticsCheckTime.vue
View file @
c83ea28e
...
...
@@ -184,7 +184,6 @@
this
.
$nextTick
(()
=>
{
this
.
dataList
=
res
.
data
.
data
.
pageData
;
});
console
.
log
(
"res"
,
res
);
this
.
datesArr
=
res
.
data
.
data
.
columnData
;
this
.
newArr
.
length
=
0
;
for
(
let
i
=
0
;
i
<
this
.
datesArr
.
length
;
i
++
)
{
...
...
@@ -193,7 +192,6 @@
"title"
:
this
.
datesArr
[
i
].
substring
(
this
.
datesArr
[
i
].
length
-
2
,
this
.
datesArr
[
i
].
length
)
+
'('
+
this
.
getWeekByDay
(
this
.
datesArr
[
i
])
+
')'
})
}
console
.
log
(
"this.newArr"
,
this
.
newArr
)
this
.
total
=
res
.
data
.
data
.
count
;
}
...
...
@@ -203,7 +201,6 @@
this
.
apipost
(
'admin_get_BranchGetList'
,
this
.
companyMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
companyList
=
res
.
data
.
data
;
//console.log(this.companyList)
}
},
err
=>
{})
},
...
...
@@ -219,7 +216,6 @@
this
.
apipost
(
'admin_get_DepartmentGetList'
,
this
.
departmentMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
departmentList
=
res
.
data
.
data
;
// console.log(this.departmentList)
}
},
err
=>
{})
},
...
...
@@ -232,7 +228,6 @@
this
.
apipost
(
'app_get_company_employee'
,
this
.
employeeMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
employeeList
=
res
.
data
.
data
;
//console.log(this.employeeList)
}
},
err
=>
{})
},
...
...
src/components/commonPage/TicketFinace.vue
View file @
c83ea28e
...
...
@@ -89,8 +89,6 @@ export default {
r
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
this
.
DataList
=
r
.
data
.
data
;
console
.
log
(
"DataList"
,
this
.
DataList
);
// this.$forceUpdate()
}
},
null
...
...
@@ -98,9 +96,6 @@ export default {
}
},
mounted
()
{
// this.SourceID = this.$route.query.SourceID;
// var obj = JSON.parse(this.$route.query.Callback);
// this.Type = obj.Type;
let
obj
=
JSON
.
parse
(
this
.
Callback
);
this
.
Type
=
obj
.
Type
;
this
.
getList
();
...
...
src/components/commonPage/payURL1.vue
View file @
c83ea28e
...
...
@@ -58,7 +58,6 @@
OrderSource
:
8
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
.
data
.
data
)
if
(
Object
.
keys
(
res
.
data
.
data
).
length
==
0
)
{
if
(
Type
==
2
)
{
this
.
getCodeUrl
(
obj
)
...
...
src/components/confirmationOrderDownLoad.vue
View file @
c83ea28e
...
...
@@ -753,8 +753,6 @@
}
})
}
// console.log("title",title)
// return;
this
.
pdfLoading
=
true
let
pageData
=
document
.
getElementById
(
'pdfNode'
).
innerHTML
let
urlObj
=
this
.
domainManager
()
...
...
src/components/platformModule/companyManagement.vue
View file @
c83ea28e
This diff is collapsed.
Click to expand it.
src/components/systemManagement/Manfunds.vue
View file @
c83ea28e
...
...
@@ -435,7 +435,6 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
DataList
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
console
.
log
(
res
,
'res'
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
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