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
f11d260a
Commit
f11d260a
authored
Jan 23, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4097af95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+24
-0
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
f11d260a
...
...
@@ -627,6 +627,7 @@
<
div
class
=
"recpayQueryMore"
v
-
if
=
"scope.row.KingdeeInvoice!=3&&scope.row.Type==2&&IsUpdatePayment"
@
click
=
"EditInvoiceStatus(scope.row)"
>
{{(
scope
.
row
.
KingdeeInvoice
==
1
||
scope
.
row
.
KingdeeInvoice
==
0
)?
$t
(
'objFill.buxuyaofapiao'
):
$t
(
'objFill.xuyaofapiao'
)
}}
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"(scope.row.Type==1||scope.row.Type==2)&& IsUpdatePayment"
@
click
=
"showHelpBranch(scope.row)"
>
{{
scope
.
row
.
Type
==
1
?
$t
(
'objFill.xiugaibdsgs'
):(
scope
.
row
.
Type
==
2
?
$t
(
'objFill.xiugaibdfgs'
):
''
)
}}
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"scope.row.Type==2 && scope.row.CostTypeList && scope.row.CostTypeList[0]=='固定资产-车辆'"
@
click
=
"showAssets(scope.row.FrID)"
>
{{
$t
(
'objFill.v101.FinancialModule.shezzjrq'
)
}}
<
/div
>
<
div
class
=
"recpayQueryMore"
v
-
if
=
"scope.row.KingdeeMark!=1&&IsUpdatePayment"
@
click
=
"EditKingdeeMark(scope.row)"
>
标记金蝶已导入
<
/div
>
<
i
slot
=
"reference"
style
=
"width: 30px;
height: 30px;
display: inline-block;
...
...
@@ -1372,6 +1373,29 @@
}
,
err
=>
{
}
)
}
,
EditKingdeeMark
(
row
){
var
that
=
this
;
this
.
$confirm
(
'确定要标记金蝶已导入吗?'
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'pub.sureBtn'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
}
).
then
(()
=>
{
this
.
apipost
(
"Financial_post_SetKingdeeMark"
,
{
FrIds
:
row
.
FrID
}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
getPageList
();
}
else
{
that
.
Error
(
res
.
data
.
message
);
}
}
,
err
=>
{
}
)
}
).
catch
(()
=>
{
}
);
}
,
showjiaoyi
(
FrId
)
{
//弹出交易方式修改
this
.
apipost
(
...
...
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