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
4233c269
Commit
4233c269
authored
Nov 22, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
5bb4d27e
114d71a1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
13 deletions
+20
-13
DistributionTransport.vue
...onents/TravelManager/TravelList/DistributionTransport.vue
+0
-2
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+12
-4
index.vue
src/components/index.vue
+8
-7
No files found.
src/components/TravelManager/TravelList/DistributionTransport.vue
View file @
4233c269
...
@@ -370,12 +370,10 @@
...
@@ -370,12 +370,10 @@
},
},
getCompanyList
()
{
//获取公司列表
getCompanyList
()
{
//获取公司列表
this
.
apipost
(
'sellorder_post_GetBranchList'
,
{},
res
=>
{
this
.
apipost
(
'sellorder_post_GetBranchList'
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
CompanyList
=
res
.
data
.
data
;
this
.
CompanyList
=
res
.
data
.
data
;
}
else
{}
}
else
{}
},
err
=>
{})
},
err
=>
{})
},
},
//点击选中日历日期获取联运数据
//点击选中日历日期获取联运数据
clickedDay
(
item
)
{
clickedDay
(
item
)
{
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
4233c269
...
@@ -536,15 +536,23 @@
...
@@ -536,15 +536,23 @@
var
that
=
this
;
var
that
=
this
;
let
urlObj
=
this
.
domainManager
();
let
urlObj
=
this
.
domainManager
();
let
msg
=
this
.
getPostMsg
();
let
msg
=
this
.
getPostMsg
();
var
title
=
this
.
orderMsg
.
startDate
+
this
.
orderMsg
.
lineteamName
+
this
.
orderMsg
.
dayNum
+
'日游'
;
var
title
=
""
;
if
(
this
.
priceList
&&
this
.
priceList
.
length
>
0
&&
this
.
priceList
[
0
].
priceFlight
&&
this
.
priceList
[
0
]
.
priceFlight
.
length
>
0
)
{
if
(
this
.
priceList
[
0
].
priceFlight
[
0
].
alName
&&
this
.
priceList
[
0
].
priceFlight
[
0
].
alName
!=
''
)
{
title
+=
this
.
priceList
[
0
].
priceFlight
[
0
].
alName
;
}
}
title
+=
this
.
orderMsg
.
startDate
;
//欧洲
//欧洲
if
(
this
.
dataAll
.
lineId
==
168
||
this
.
dataAll
.
lineId
==
119
)
{
if
(
this
.
dataAll
.
lineId
==
168
||
this
.
dataAll
.
lineId
==
119
)
{
title
=
this
.
orderMsg
.
startDate
;
if
(
this
.
dataAll
.
title
.
length
>
60
)
{
if
(
this
.
dataAll
.
title
.
length
>
80
)
{
title
+=
this
.
dataAll
.
title
.
substring
(
0
,
60
);
title
+=
this
.
dataAll
.
title
.
substring
(
0
,
80
);
}
else
{
}
else
{
title
+=
this
.
dataAll
.
title
;
title
+=
this
.
dataAll
.
title
;
}
}
}
else
{
title
+=
this
.
orderMsg
.
lineteamName
+
this
.
orderMsg
.
dayNum
+
'日游'
;
}
}
console
.
log
(
"title"
,
title
);
console
.
log
(
"title"
,
title
);
var
fileName
=
title
+
".pdf"
;
var
fileName
=
title
+
".pdf"
;
...
...
src/components/index.vue
View file @
4233c269
...
@@ -1958,7 +1958,7 @@
...
@@ -1958,7 +1958,7 @@
this
.
allWindowWidth
=
allWindowWidth
-
50
-
220
-
60
;
this
.
allWindowWidth
=
allWindowWidth
-
50
-
220
-
60
;
let
maxLength
=
parseInt
(
allWindowWidth
/
110
);
let
maxLength
=
parseInt
(
allWindowWidth
/
110
);
this
.
maxLength
=
maxLength
;
this
.
maxLength
=
maxLength
;
//
this.testApi();
this
.
testApi
();
//this.testEmp();
//this.testEmp();
let
userinfo
=
this
.
getLocalStorage
();
let
userinfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
...
@@ -2073,9 +2073,10 @@
...
@@ -2073,9 +2073,10 @@
testApi
()
{
testApi
()
{
// var postMsg = {};
// var postMsg = {};
// var cmd = "";
// var cmd = "";
// cmd = "
admin_get_GetErpLoginInfoByUid
";
// cmd = "
triptemplate_GetTripConfig
";
// postMsg = {
// postMsg = {
// EmployeeId: 615
// ConfigId:9117,
// }
// }
// this.apipost(
// this.apipost(
// cmd, postMsg,
// cmd, postMsg,
...
...
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