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
1940a37e
Commit
1940a37e
authored
May 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务付款单 修改 付款账户为对象账户,投诉赔偿新增跳转
parent
72355fd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
zh.js
src/assets/common/lang/zh.js
+2
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-1
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+2
-2
No files found.
src/assets/common/lang/zh.js
View file @
1940a37e
...
...
@@ -1742,7 +1742,8 @@ export const visaT = {
sfshanchubd
:
'是否删除绑定?'
,
qxzzzdqzlx
:
'请选择正确的签证类型!'
,
qxzxybddry
:
"请选择需要绑定的人员"
,
v_Othervisas
:
'其他'
v_Othervisas
:
'其他'
,
dxzhanghu
:
'对象账户'
}
import
invoicesManager
from
'./H/h-invoicesManager'
export
const
ios
=
invoicesManager
\ No newline at end of file
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
1940a37e
...
...
@@ -366,7 +366,7 @@
<my-RVB-Bill
v-else-if=
"GetDetail.Type===1"
:ID=
"GetDetail.FrID"
:isPrintPage=
"false"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
<my-GZ-Bill
v-else-if=
"GetDetail.Type===7"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-GZ-Bill>
<div
class=
"_explain"
>
<p>
附加说明:
</p>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goUrl('ComplaintsDetail', GetDetail.ComplainID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
</p>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<td
:colspan=
"4"
v-if=
"GetDetail.Is_Merge===1"
>
单据号:
{{
o
.
FinanceId
}}
</td>
...
...
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
1940a37e
...
...
@@ -109,8 +109,8 @@
<span
class=
"_r_name"
v-if=
"GetDetail.TradeDate!=''"
>
{{
GetDetail
.
AccountNumber
}}
(
{{
GetDetail
.
TradeDate
}}
)
</span>
<span
class=
"_r_name"
v-else
>
{{
GetDetail
.
AccountNumber
}}
</span>
</p>
<p
v-if=
"
GetDetail.Type==2 || GetDetail.Type==6
"
style=
"max-width: 500px"
>
<span>
{{
$t
(
'
fnc.fk
zhanghu'
)
}}
:
</span>
<p
v-if=
"
(GetDetail.Type==2 || GetDetail.Type==6) && GetDetail.IsPublic !== 3
"
style=
"max-width: 500px"
>
<span>
{{
$t
(
'
visaT.dx
zhanghu'
)
}}
:
</span>
<span
class=
"_r_name"
v-if=
"GetDetail.TradeDate!=''"
>
{{
GetDetail
.
AccountNumber
}}
(
{{
GetDetail
.
TradeDate
}}
)
</span>
<span
class=
"_r_name"
v-else
>
{{
GetDetail
.
AccountNumber
?
GetDetail
.
AccountNumber
:
$t
(
'fnc.no'
)
}}
</span>
</p>
...
...
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