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
d49f2805
Commit
d49f2805
authored
Jun 09, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
46d8666a
2c229cfe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
3 deletions
+57
-3
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+19
-3
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+19
-0
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+19
-0
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
d49f2805
...
...
@@ -1113,9 +1113,11 @@
<el-dropdown-item
v-if=
"item.IsSetOut==1"
>
<div
@
click=
'setIsSetOutOffer(item,0)'
>
正常发团
</div>
</el-dropdown-item>
<el-dropdown-item>
<div
@
click=
'GoToleaderReimbursement(item)'
style=
"color:red"
>
地接成本支出
</div>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-button
v-if=
"item.LineID==14||item.LineID==118"
@
click
.
native=
'PushMessage(item)'
type=
"primary"
style=
"background:#00C6FF; border-color:#00C6FF;margin-top:5px;"
>
推送消息
</el-button>
...
...
@@ -1509,6 +1511,22 @@
},
},
methods
:
{
//跳转到用款计划
GoToleaderReimbursement
(
item
)
{
this
.
$router
.
push
({
path
:
"leaderReimbursement"
,
query
:
{
id
:
item
.
TCIDStr
,
NewCombinationNum
:
item
.
CombinationNum
,
isUpdate
:
true
,
tab
:
"地接成本支出"
,
lineId
:
item
.
LineID
,
OutBranchId
:
item
.
OutBranchId
,
blank
:
"y"
}
});
},
//推送消息
PushMessage
(
item
)
{
var
pMsg
=
{
TCID
:
item
.
TCID
...
...
@@ -1651,7 +1669,6 @@
let
msg
=
{};
msg
.
groupRecommendType
=
num
;
msg
.
tcid
=
item
.
TCID
;
this
.
apipost
(
"travel_post_SetGroupRecommendType"
,
msg
,
...
...
@@ -1688,7 +1705,6 @@
}
});
}
},
//翻页
handleCurrentChange
(
val
)
{
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
d49f2805
...
...
@@ -754,6 +754,9 @@
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
'reSubmit(item)'
v-if=
"item.AuditStatus==3"
>
重新提交审核
</el-dropdown-item>
<el-dropdown-item>
<div
@
click=
'GoToleaderReimbursement(item)'
style=
"color:red"
>
地接成本支出
</div>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
...
...
@@ -1014,6 +1017,22 @@
};
},
methods
:
{
//跳转到用款计划
GoToleaderReimbursement
(
item
)
{
this
.
$router
.
push
({
path
:
"leaderReimbursement"
,
query
:
{
id
:
item
.
TCIDStr
,
NewCombinationNum
:
item
.
CombinationNum
,
isUpdate
:
true
,
tab
:
"地接成本支出"
,
lineId
:
item
.
LineID
,
OutBranchId
:
item
.
OutBranchId
,
blank
:
"y"
}
});
},
//消息推送
PushMessage
(
item
)
{
var
pMsg
=
{
TCID
:
item
.
TCID
...
...
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
d49f2805
...
...
@@ -681,6 +681,9 @@
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
'ShowUploadWord(item)'
>
{{$t('Operation.Op_wordTrip')}}
</el-dropdown-item>
<el-dropdown-item>
<div
@
click=
'GoToleaderReimbursement(item)'
style=
"color:red"
>
地接成本支出
</div>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
...
...
@@ -980,6 +983,22 @@
}
},
methods
:
{
//跳转到用款计划
GoToleaderReimbursement
(
item
)
{
this
.
$router
.
push
({
path
:
"leaderReimbursement"
,
query
:
{
id
:
item
.
TCIDStr
,
NewCombinationNum
:
item
.
CombinationNum
,
isUpdate
:
true
,
tab
:
"地接成本支出"
,
lineId
:
item
.
LineID
,
OutBranchId
:
item
.
OutBranchId
,
blank
:
"y"
}
});
},
//消息推送
PushMessage
(
item
)
{
var
pMsg
=
{
TCID
:
item
.
TCID
...
...
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