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
2c8a78b1
Commit
2c8a78b1
authored
Feb 01, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5383a159
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+9
-4
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
2c8a78b1
...
...
@@ -70,8 +70,8 @@
*
</span>
<el-date-picker
format=
"yyyy-MM"
value-format=
"yyyy-MM"
clearable
class=
"w190 _border_b_1"
v-model=
"Area_Name"
type=
"
datetime
"
:placeholder=
"$t('pub.date')
"
align=
"right"
>
clearable
class=
"w190 _border_b_1"
v-model=
"Area_Name"
type=
"
month
"
placeholder=
"请选择账期
"
align=
"right"
>
</el-date-picker>
<!--
<span
class=
"cd_btn"
@
click=
"advanceToExcel()"
>
导出Excel
</span>
-->
</div>
...
...
@@ -85,6 +85,7 @@
<th>
汇率
</th>
<th>
状态
</th>
<th>
金额
</th>
<th>
账期
</th>
</tr>
<tr
class=
"_color_b"
v-for=
"(item,index) in czTableList"
:key=
"index"
>
<td
class=
"hover_text"
>
...
...
@@ -105,7 +106,7 @@
<span
v-if=
"item.OtherType&&item.OtherType==65"
style=
"font-size: 12px;margin-left: 3px;color: #FF9600;"
>
(退)
</span>
</td>
<td>
{{
item
.
Area_Name
?
item
.
Area_Name
:
'-'
}}
</td>
</tr>
<tr
class=
"_color_b"
>
<td
colspan=
"4"
>
原币合计
</td>
...
...
@@ -276,6 +277,10 @@ export default {
methods
:{
sureAccount
(){
// 确认单据对账
if
(
this
.
Area_Name
==
''
){
this
.
$message
.
error
(
"请选择账期!"
)
return
}
let
flag
=
false
;
let
financeIds
=
''
;
this
.
czTableList
.
forEach
(
x
=>
{
...
...
@@ -288,7 +293,7 @@ export default {
this
.
$message
.
error
(
"请选择财务单据!"
)
return
}
this
.
apipost
(
"Financial_post_SetAdvanceMatchChecked"
,
{
FinanceIds
:
financeIds
},
res
=>
{
this
.
apipost
(
"Financial_post_SetAdvanceMatchChecked"
,
{
FinanceIds
:
financeIds
,
Area_Name
:
this
.
Area_Name
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
res
.
data
.
message
);
this
.
getczTableList
();
...
...
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