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
d94ce28e
Commit
d94ce28e
authored
Apr 08, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d64f7568
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
5 deletions
+23
-5
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+23
-5
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
d94ce28e
...
...
@@ -1403,15 +1403,15 @@
<
el
-
option
v
-
for
=
"(item,index) in costList"
:
key
=
"index"
:
label
=
"item.Name"
:
value
=
'item.ID'
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
input
type
=
"button"
:
value
=
"$t('pub.searchBtn')"
class
=
"hollowFixedBtn"
@
click
=
"czgetList"
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('fnc.jiaoyiriqi')"
>
<
el
-
date
-
picker
v
-
model
=
"czdateList"
type
=
"daterange"
:
range
-
separator
=
"$t('OrderList.zhi')"
:
start
-
placeholder
=
"$t('OrderList.star')"
:
end
-
placeholder
=
"$t('OrderList.end')"
>
<
/el-date-picker
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
input
type
=
"button"
:
value
=
"$t('pub.searchBtn')"
class
=
"hollowFixedBtn"
@
click
=
"czgetList"
>
<
input
type
=
"button"
:
value
=
"$t('visa.v_daochu')"
class
=
"hollowFixedBtn"
@
click
=
"downloadczgetList"
>
<
/el-form-item
>
<
/el-form
>
<
p
style
=
"color: red;text-align: right;padding: 5px;"
>
{{
$t
(
'objFill.balanceouttisp'
)
}}
<
/p
>
<
table
class
=
"leaderPayTable"
border
=
"0"
cellspacing
=
"1"
cellpadding
=
"0"
v
-
loading
=
"yfcdLoading"
>
...
...
@@ -2167,7 +2167,25 @@
null
);
}
,
downloadczgetList
()
{
if
(
this
.
czdateList
&&
this
.
czdateList
.
length
>
0
)
{
this
.
czMsg
.
sTradeDate
=
this
.
czdateList
[
0
];
this
.
czMsg
.
eTradeDate
=
this
.
czdateList
[
1
];
}
else
{
this
.
czMsg
.
sTradeDate
=
""
;
this
.
czMsg
.
eTradeDate
=
""
;
}
let
msg
=
Object
.
assign
({
}
,
this
.
czMsg
);
if
(
msg
.
FrID
==
""
)
{
msg
.
FrID
=
0
;
}
msg
.
EmployeeId
=
this
.
getLocalStorage
().
EmployeeId
this
.
yfcdLoading
=
true
this
.
GetLocalFile
(
"Financial_get_OutToAdvanceFinance"
,
msg
,
"预付款冲抵"
+
".xls"
);
this
.
yfcdLoading
=
false
}
,
HebingSPLast
()
{
if
(
this
.
checkList
.
length
==
0
)
{
this
.
Error
(
this
.
$t
(
'fnc.a_qxzdanju'
));
...
...
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