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
d0ac1153
Commit
d0ac1153
authored
Nov 21, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c49925d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
JumpReport.vue
src/components/FinancialModule/JumpReport.vue
+1
-1
domesticCommissiondetails.vue
src/components/FinancialModule/domesticCommissiondetails.vue
+2
-2
No files found.
src/components/FinancialModule/JumpReport.vue
View file @
d0ac1153
...
@@ -335,7 +335,7 @@
...
@@ -335,7 +335,7 @@
</div>
</div>
<div
style=
"border-bottom:1px dashed #E5e5e5; width:15%;padding:5px 0px;"
>
<div
style=
"border-bottom:1px dashed #E5e5e5; width:15%;padding:5px 0px;"
>
<div
class=
"JumpDivTitleOne"
style=
"margin-bottom:15px;font-size: 17px"
>
{{$t('fnc.a_heji')}}
</div>
<div
class=
"JumpDivTitleOne"
style=
"margin-bottom:15px;font-size: 17px"
>
{{$t('fnc.a_heji')}}
</div>
<div
class=
"JumpDivTitleOne"
>
{{$t('fnc.jine')}}:{{
SumYingFu-SumYingShou+TotalAmortization
}}
</div>
<div
class=
"JumpDivTitleOne"
>
{{$t('fnc.jine')}}:{{
(SumYingFu-SumYingShou+TotalAmortization).toFixed(2)
}}
</div>
</div>
</div>
...
...
src/components/FinancialModule/domesticCommissiondetails.vue
View file @
d0ac1153
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
</li>
</li>
<li>
<li>
<em>
{{
$t
(
'sm.company'
)
}}
</em>
<em>
{{
$t
(
'sm.company'
)
}}
</em>
<el-select
v-model=
"msg.RB_Branch_Id"
size=
"mini"
@
change=
"handleCurrentChange(1)"
:disabled=
'disabled'
>
<el-select
v-model=
"msg.RB_Branch_Id"
size=
"mini"
@
change=
"handleCurrentChange(1)"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
></el-option>
<el-option
v-for=
"(item,index) in BranchList"
:key=
"item.index"
:label=
"item.BName"
:value=
"item.Id"
>
<el-option
v-for=
"(item,index) in BranchList"
:key=
"item.index"
:label=
"item.BName"
:value=
"item.Id"
>
</el-option>
</el-option>
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</li>
</li>
<li>
<li>
<em>
{{
$t
(
'admin.admin_Department'
)
}}
</em>
<em>
{{
$t
(
'admin.admin_Department'
)
}}
</em>
<el-select
v-model=
"msg.RB_Department_Id"
size=
"mini"
@
change=
"handleCurrentChange(1)"
:disabled=
'disabled'
>
<el-select
v-model=
"msg.RB_Department_Id"
size=
"mini"
@
change=
"handleCurrentChange(1)"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
></el-option>
<el-option
v-for=
"(item,index) in departMentList"
:key=
"item.index"
:label=
"item.DepartmentName"
<el-option
v-for=
"(item,index) in departMentList"
:key=
"item.index"
:label=
"item.DepartmentName"
:value=
"item.DepartmentID"
></el-option>
:value=
"item.DepartmentID"
></el-option>
...
...
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