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
613eafec
Commit
613eafec
authored
May 31, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9b88b28a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
171 additions
and
1878 deletions
+171
-1878
editRate.css
src/assets/css/financia/editRate.css
+96
-794
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+0
-1
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+0
-3
editExchangeRate.vue
...omponents/FinancialModule/components/editExchangeRate.vue
+66
-1080
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+9
-0
No files found.
src/assets/css/financia/editRate.css
View file @
613eafec
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
613eafec
...
...
@@ -825,7 +825,6 @@
</div>
<div
class=
"_conten"
>
{{
GetDetail
.
Type
}}
<my-Bill
v-if=
"GetDetail.Type===2 && GetDetail.Type!==5"
:isPrintPage=
"false"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
<my-RVB-Bill
v-else-if=
"GetDetail.Type===1"
:ID=
"GetDetail.FrID"
:isPrintPage=
"false"
:width=
"widthSon"
...
...
src/components/FinancialModule/RecPayQuery.vue
View file @
613eafec
...
...
@@ -412,10 +412,7 @@
</el-form>
<el-form
label-width=
"110px"
style=
"padding: 5px 0;"
>
汇率:
<!--
<span
v-if=
"!bianjiShow"
>
{{
x
.
Rate
}}
</span>
-->
<el-input-number
v-model=
"x.Rate"
:min=
"0"
style=
"width: 240px;"
@
change=
"getRate"
></el-input-number>
<!--
<span
class=
"iconfont"
:class=
"
{'icon-bianji':!bianjiShow,'icon-quxiao1':bianjiShow}" @click="bianjiShow=!bianjiShow"
style="cursor: pointer;color: red;margin-left: 10px;font-size: 13px;">
</span>
-->
</el-form>
</
template
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/components/FinancialModule/components/editExchangeRate.vue
View file @
613eafec
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
613eafec
...
...
@@ -2050,6 +2050,15 @@
this
.
zhuanMsg
.
FrIds
+=
x
.
FrID
+
','
}
})
if
(
!
flag
){
this
.
DataList
.
FinicePayList
.
forEach
(
x
=>
{
if
(
x
.
checked
)
{
flag
=
true
this
.
zhuanMsg
.
FrIds
+=
x
.
FrID
+
','
}
})
}
if
(
flag
)
{
this
.
zhuanLoading
=
true
;
}
else
{
...
...
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