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
365f1d65
Commit
365f1d65
authored
May 09, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
419b18f3
2f17fd63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+3
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+11
-8
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
365f1d65
...
...
@@ -2055,7 +2055,7 @@
},
//跳转到团控列表
gotoTravelList
(
item
)
{
var
path
=
"
/TravelControlList
"
;
var
path
=
""
;
//小包团
if
(
item
.
TeamType
==
1
)
{
path
=
"/TravelControlListSale"
;
...
...
@@ -2071,6 +2071,8 @@
//包机
else
if
(
item
.
TeamType
==
4
)
{
path
=
"/TravelTeam"
;
}
else
{
path
=
"/TravelControlList"
;
}
var
params
=
{
tcmun
:
item
.
TCNUM
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
365f1d65
...
...
@@ -1564,14 +1564,17 @@
this
.
queryMsg
=
this
.
$store
.
state
.
pageCondition
;
}
}
var
myDate
=
new
Date
();
var
nowDate
=
myDate
.
getFullYear
()
+
"-"
+
parseInt
(
myDate
.
getMonth
()
+
1
)
+
"-"
+
myDate
.
getDate
();
this
.
queryMsg
.
StartGroupDate
=
nowDate
;
if
(
!
this
.
$route
.
query
.
tcmun
){
var
myDate
=
new
Date
();
var
nowDate
=
myDate
.
getFullYear
()
+
"-"
+
parseInt
(
myDate
.
getMonth
()
+
1
)
+
"-"
+
myDate
.
getDate
();
this
.
queryMsg
.
StartGroupDate
=
nowDate
;
}
if
(
this
.
queryCommonData
.
IsParentCompany
!=
1
&&
userInfo
.
RB_Branch_id
!=
49
...
...
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