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
5e8f6df8
Commit
5e8f6df8
authored
Aug 21, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加对象名称
parent
df543984
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+1
-1
CashierBillModule.vue
.../FinancialModule/FinancialSubmodule/CashierBillModule.vue
+1
-1
DjieMergeBillModule.vue
...inancialModule/FinancialSubmodule/DjieMergeBillModule.vue
+1
-1
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
5e8f6df8
...
...
@@ -109,7 +109,7 @@
<p
class=
"_yewudanju"
v-if=
"isPrintPage"
>
{{
$t
(
'fnc.dayinshijian'
)
}}
:
<span
>
{{
printTime
}}
</span></p>
<div
class=
"rb_top_row _r_mb5"
>
<p
v-if=
"GetDetail.Type==1 || GetDetail.Type==5"
>
{{
$t
(
'fnc.hnrdanwei'
)
}}
:
<span
class=
"_r_name"
>
{{
GetDetail
.
RemitterName
}}
</span></p>
<p
v-if=
"GetDetail.Type==2 || GetDetail.Type==6"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span>
<p
v-if=
"GetDetail.Type==2 || GetDetail.Type==6"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<span
class=
"_r_name"
style=
"margin-right:8px"
>
{{
GetDetail
.
ClientTypeName
}}
</span><span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==0"
>
{{
$t
(
'fnc.sizhang'
)
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==1"
>
{{
$t
(
'fnc.gongzhang'
)
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==2"
>
{{
$t
(
'fnc.rmbxianjin'
)
}}
</span>
...
...
src/components/FinancialModule/FinancialSubmodule/CashierBillModule.vue
View file @
5e8f6df8
...
...
@@ -29,7 +29,7 @@
</p>
<div
class=
"rb_top_row _r_mb5"
>
<p
v-if=
"GetDetail.Type==1"
>
{{
$t
(
'fnc.hnrdanwei'
)
}}
:
<span
class=
"_r_name"
>
{{
GetDetail
.
RemitterName
}}
</span></p>
<p
v-if=
"GetDetail.Type==2"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span></p>
<p
v-if=
"GetDetail.Type==2"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<span
class=
"_r_name"
style=
"margin-right:8px"
>
{{
GetDetail
.
ClientTypeName
}}
</span><span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span></p>
<p
style=
"display:none"
><span
class=
"_r_bold"
>
No.
</span>
{{
GetDetail
.
FrID
}}
-
{{
$t
(
'fnc.cnfshulian'
)
}}
</p>
</div>
<div
class=
"rb_top_row _r_mb5"
>
...
...
src/components/FinancialModule/FinancialSubmodule/DjieMergeBillModule.vue
View file @
5e8f6df8
...
...
@@ -96,7 +96,7 @@
</p>
<div
class=
"rb_top_row _r_mb5"
>
<p
v-if=
"GetDetail.Type==1 || GetDetail.Type==5"
>
{{
$t
(
'fnc.hnrdanwei'
)
}}
:
<span
class=
"_r_name"
>
{{
GetDetail
.
RemitterName
}}
</span></p>
<p
v-if=
"GetDetail.Type==2 || GetDetail.Type==6"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span>
<p
v-if=
"GetDetail.Type==2 || GetDetail.Type==6"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<span
class=
"_r_name"
style=
"margin-right:8px"
>
{{
GetDetail
.
ClientTypeName
}}
</span><span
class=
"_r_name"
>
{{
GetDetail
.
AccountHolder
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==0"
>
{{
$t
(
'fnc.sizhang'
)
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==1"
>
{{
$t
(
'fnc.gongzhang'
)
}}
</span>
<span
class=
"_r_name _r_IsPublic"
v-if=
"GetDetail.IsPublic==2"
>
{{
$t
(
'fnc.rmbxianjin'
)
}}
</span>
...
...
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