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
d7776950
Commit
d7776950
authored
Sep 09, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
864c1c5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
PlatformAccDetail.vue
...omponents/FinancialModule/accDetail/PlatformAccDetail.vue
+15
-1
No files found.
src/components/FinancialModule/accDetail/PlatformAccDetail.vue
View file @
d7776950
...
...
@@ -26,6 +26,9 @@
.page_CompanyAccDetail
.singeRowTable
tr
td
{
font-size
:
14px
;
}
.PlatHebing
td
{
padding
:
5px
;
}
</
style
>
<
template
>
<div
class=
'flexOne page_CompanyAccDetail'
>
...
...
@@ -191,7 +194,7 @@
</div>
<el-dialog
custom-class=
'w750'
title=
"合并单据"
:visible
.
sync=
"addChuNa"
center
:before-close=
"initAddChuNa"
v-loading=
"allLoading"
>
<p
class=
"_addChuNa_tit"
><span>
{{
count
}}
</span>
{{
$t
(
'fnc.a_hbtips'
)
}}
<span>
{{
moneyFormat
(
allWPrice
)
}}
</span>
{{
$t
(
'fnc.a_hbtips2'
)
}}
<span>
{{
moneyFormat
(
allBPrice
)
}}
</span>
</p>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;text-align: center;"
>
<table
border=
"1"
bordercolor=
"#D2D2D2"
class=
"PlatHebing"
style=
"border-collapse:collapse;text-align: center;"
>
<template>
<tr
>
<th
height=
"34px"
>
{{
$t
(
'fnc.zhfenlei'
)
}}
</th>
...
...
@@ -325,6 +328,15 @@
</el-date-picker>
</td>
</tr>
<tr>
<td>
交易流水号
</td>
<td
colspan=
"2"
>
<el-input
v-model=
"addMsg.AccountNumber"
type=
"text"
></el-input>
</td>
<td
colspan=
"4"
>
<span
style=
"color:red;"
>
外交平台需录入交易流水号
</span>
</td>
</tr>
</table>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitAddChuNa"
>
{{$t('pub.saveBtn')}}
</button>
...
...
@@ -399,6 +411,8 @@ export default {
RemitterName
:
''
,
TradeDate
:
''
,
BankList
:[],
//交易流水号
AccountNumber
:
''
},
AccListT
:[],
accountListT
:[],
...
...
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