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
09f2ebad
Commit
09f2ebad
authored
Aug 15, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队收支冲抵
parent
5b1a695f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
4 deletions
+86
-4
groupOrder.vue
src/components/SalesModule/components/groupOrder.vue
+23
-1
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+63
-3
No files found.
src/components/SalesModule/components/groupOrder.vue
View file @
09f2ebad
...
@@ -301,6 +301,15 @@
...
@@ -301,6 +301,15 @@
<el-tooltip
effect=
"dark"
:content=
"$t('pub.more')"
placement=
"top-start"
style=
"float: left"
>
<el-tooltip
effect=
"dark"
:content=
"$t('pub.more')"
placement=
"top-start"
style=
"float: left"
>
<el-popover
width=
"100"
trigger=
"hover"
>
<el-popover
width=
"100"
trigger=
"hover"
>
<div
class=
"groupTourOrder_more"
>
<div
class=
"groupTourOrder_more"
>
<div
@
click=
"
goTeamBalance(
'TeamBalancePayment',
item.tcid,
item.outBranchId
)
"
>
{{ $t("Operation.Op_shouzhiDetail") }}
</div>
<div
@
click=
"goUrlT('confirmationOrder', item.orderId)"
>
<div
@
click=
"goUrlT('confirmationOrder', item.orderId)"
>
{{ $t("salesModule.QRH")
{{ $t("salesModule.QRH")
}}{{
}}{{
...
@@ -421,6 +430,7 @@
...
@@ -421,6 +430,7 @@
"
>
"
>
{{ $t("salesModule.LookTourse") }}
{{ $t("salesModule.LookTourse") }}
</div>
</div>
</div>
</div>
<el-button
slot=
"reference"
type=
"primary"
style=
"
<el-button
slot=
"reference"
type=
"primary"
style=
"
background: #297bef;
background: #297bef;
...
@@ -759,6 +769,18 @@ export default {
...
@@ -759,6 +769,18 @@ export default {
},
},
methods
:
{
methods
:
{
goTeamBalance
(
path
,
id
,
OutBranchId
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
OutBranchId
:
OutBranchId
,
IsHaveAuth
:
true
,
blank
:
"y"
,
tab
:
"团队收支明细"
,
},
});
},
goIisDetail
(
id
)
{
goIisDetail
(
id
)
{
this
.
$emit
(
'goIisDetail'
,
id
)
this
.
$emit
(
'goIisDetail'
,
id
)
},
},
...
@@ -820,7 +842,7 @@ export default {
...
@@ -820,7 +842,7 @@ export default {
this
.
$emit
(
'getLogDetail'
,
obj
)
this
.
$emit
(
'getLogDetail'
,
obj
)
},
},
getRemarks
(
obj
,
type
)
{
getRemarks
(
obj
,
type
)
{
this
.
$emit
(
'getRemarks'
,
obj
,
1
)
this
.
$emit
(
'getRemarks'
,
obj
,
type
)
},
},
getDetail
(
obj
)
{
getDetail
(
obj
)
{
this
.
$emit
(
'getDetail'
,
obj
)
this
.
$emit
(
'getDetail'
,
obj
)
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
09f2ebad
...
@@ -939,8 +939,11 @@
...
@@ -939,8 +939,11 @@
<
template
v-if=
"IsHaveAuth"
>
<
template
v-if=
"IsHaveAuth"
>
<input
type=
"button"
:value=
"$t('Operation.Op_visaPrice')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"goUrlVisa"
/>
<input
type=
"button"
:value=
"$t('Operation.Op_visaPrice')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"goUrlVisa"
/>
<input
type=
"button"
:value=
"$t('objFill.tuanduizr')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"TDZR"
/>
<input
type=
"button"
:value=
"$t('objFill.tuanduizr')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"TDZR"
/>
<input
v-if=
"groupId!=2"
type=
"button"
:value=
"$t('pub.addBtn')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"AddOutDetail(3)"
/>
<template
v-if=
"userInfo.SimpleEasy&&userInfo.SimpleEasy==1"
>
<span
style=
"float:right"
v-if=
"groupId==2"
>
{{
$t
(
'objFill.zhuyi'
)
}}
:
{{
$t
(
'objFill.feiqianzfcbzd'
)
}}
</span>
<input
type=
"button"
class=
"normalBtn TeamAddBtn"
:value=
"$t('objFill.precharge')"
@
click=
"isOffset(14,2)"
/>
<input
type=
"button"
:value=
"$t('pub.addBtn')"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"AddOutDetail(3)"
/>
</
template
>
<span
style=
"float:right"
v-else
>
{{$t('objFill.zhuyi')}}:{{$t('objFill.feiqianzfcbzd')}}
</span>
</template>
</template>
</div>
</div>
<div
class=
"clearfix TB_PrintDiv"
>
<div
class=
"clearfix TB_PrintDiv"
>
...
@@ -2111,10 +2114,15 @@
...
@@ -2111,10 +2114,15 @@
</div>
</div>
</el-dialog>
</el-dialog>
<offset
:isShow=
"cdState"
:obj=
"queryObj"
@
close=
"cdState=false"
></offset>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
userMixin
}
from
"../../common/mixins/userMixin.js"
;
import
offset
from
'../../public/offset.vue'
;
export
default
{
export
default
{
mixins
:
[
userMixin
],
components
:
{
offset
},
data
()
{
data
()
{
return
{
return
{
draftList
:
[],
//我的草稿数据
draftList
:
[],
//我的草稿数据
...
@@ -2244,10 +2252,62 @@
...
@@ -2244,10 +2252,62 @@
dataDocList
:
[],
dataDocList
:
[],
EditBtn
:
false
,
EditBtn
:
false
,
ActionMenuCode
:
''
,
ActionMenuCode
:
''
,
groupId
:
2
groupId
:
2
,
queryObj
:
{},
cdState
:
false
,
};
};
},
},
methods
:
{
methods
:
{
isOffset
(
_orderSource
,
_type
){
if
(
this
.
OutBranchId
>
0
){
this
.
goUrlYFKCD
(
_orderSource
,
_type
,
'Offset'
)
}
else
{
this
.
$message
({
message
:
'出团公司为空,不能冲抵'
,
type
:
'warning'
})
}
},
goUrlYFKCD
(
_orderSource
,
_type
,
Offset
)
{
let
Handmsg
=
{
OtherType
:
7
,
ReFinanceId
:
0
,
Rate
:
0
,
TCNUM
:
''
,
czState
:
true
,
}
let
TCIDARR
=
[]
let
id
=
[];
TCIDARR
.
push
(
this
.
TCID
)
let
orderObj
=
{
OrderID
:
0
,
OrderSource
:
_orderSource
,
Obj
:
{},
SourceID
:
this
.
TCID
,
TCIDList
:
TCIDARR
,
// LineId : ''
}
id
=
id
.
length
>
0
?
JSON
.
stringify
(
id
)
:
null
;
// 冲抵
if
(
Offset
){
orderObj
.
TCIDList
=
[
this
.
TCID
]
let
query
=
{
'czmsg'
:
Handmsg
,
'Type'
:
_type
,
'path'
:
'teamRevenueExpenditure'
,
'companyID'
:
this
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
),
'OrderSource'
:
_orderSource
,
'searchTitle'
:
'分摊'
};
this
.
queryObj
=
query
this
.
cdState
=
true
return
}
},
Financial_post_GetPageList
(){
Financial_post_GetPageList
(){
let
msg
=
{
let
msg
=
{
pageIndex
:
1
,
pageIndex
:
1
,
...
...
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