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
8305891a
Commit
8305891a
authored
Sep 19, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1报账支持多币种
parent
4aab8746
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+10
-2
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
8305891a
...
...
@@ -66,7 +66,7 @@
<div
v-show=
"tableShow1"
class=
"sanjiao-box _padding_20_15"
>
<div
v-if=
"IsFinancePermission"
>
<span
class=
"cd_btn"
@
click=
"sureAccount()"
>
对账确认
</span>
<
span
class=
"cd_btn"
@
click=
"advanceToExcel()"
>
导出Excel
</span
>
<
!--
<span
class=
"cd_btn"
@
click=
"advanceToExcel()"
>
导出Excel
</span>
--
>
</div>
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
...
...
src/components/leaderPay2.vue
View file @
8305891a
...
...
@@ -1218,7 +1218,8 @@
<td
colspan=
"12"
>
暂无数据
</td>
</tr>
</table>
<div
slot=
"footer"
class=
"dialog-footer"
>
<input
type=
"checkbox"
v-model=
"isNotCurrency"
><span
style=
"color:dodgerblue; font-size: 10px;"
>
使用其他币种(将使用系统实时汇率)
</span>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"hollowFixedBtn"
@
click=
"cdState1=false"
>
{{$t('pub.cancelBtn')}}
</button>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"goUrlfk"
>
{{$t('pub.sureBtn')}}
</button>
</div>
...
...
@@ -1359,6 +1360,7 @@
noEditRate
:
true
},
checkList1
:
[],
isNotCurrency
:
false
,
cdState1
:
false
,
fzMsg
:
{
FinanceId
:
''
,
...
...
@@ -1464,7 +1466,13 @@
let
arr
=
[];
that
.
fkZDmsg
.
ReFinanceId
=
this
.
checkList1
[
0
].
FinanceId
;
that
.
fkZDmsg
.
Rate
=
this
.
checkList1
[
0
].
Rate
;
if
(
this
.
isNotCurrency
)
{
that
.
fkZDmsg
.
Rate
=
0
;
}
else
{
that
.
fkZDmsg
.
Rate
=
this
.
checkList1
[
0
].
Rate
;
}
var
msg
=
JSON
.
stringify
(
that
.
fkZDmsg
);
let
id
=
[];
...
...
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