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
be670284
Commit
be670284
authored
Sep 09, 2019
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
132a8415
d7776950
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
PlatformAccDetail.vue
...omponents/FinancialModule/accDetail/PlatformAccDetail.vue
+15
-1
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+1
-1
No files found.
src/components/FinancialModule/accDetail/PlatformAccDetail.vue
View file @
be670284
...
@@ -26,6 +26,9 @@
...
@@ -26,6 +26,9 @@
.page_CompanyAccDetail
.singeRowTable
tr
td
{
.page_CompanyAccDetail
.singeRowTable
tr
td
{
font-size
:
14px
;
font-size
:
14px
;
}
}
.PlatHebing
td
{
padding
:
5px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
'flexOne page_CompanyAccDetail'
>
<div
class=
'flexOne page_CompanyAccDetail'
>
...
@@ -191,7 +194,7 @@
...
@@ -191,7 +194,7 @@
</div>
</div>
<el-dialog
custom-class=
'w750'
title=
"合并单据"
:visible
.
sync=
"addChuNa"
center
:before-close=
"initAddChuNa"
v-loading=
"allLoading"
>
<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>
<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>
<template>
<tr
>
<tr
>
<th
height=
"34px"
>
{{
$t
(
'fnc.zhfenlei'
)
}}
</th>
<th
height=
"34px"
>
{{
$t
(
'fnc.zhfenlei'
)
}}
</th>
...
@@ -325,6 +328,15 @@
...
@@ -325,6 +328,15 @@
</el-date-picker>
</el-date-picker>
</td>
</td>
</tr>
</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>
</table>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitAddChuNa"
>
{{$t('pub.saveBtn')}}
</button>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitAddChuNa"
>
{{$t('pub.saveBtn')}}
</button>
...
@@ -399,6 +411,8 @@ export default {
...
@@ -399,6 +411,8 @@ export default {
RemitterName
:
''
,
RemitterName
:
''
,
TradeDate
:
''
,
TradeDate
:
''
,
BankList
:[],
BankList
:[],
//交易流水号
AccountNumber
:
''
},
},
AccListT
:[],
AccListT
:[],
accountListT
:[],
accountListT
:[],
...
...
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
be670284
...
@@ -361,7 +361,7 @@
...
@@ -361,7 +361,7 @@
<button
class=
"normalBtn"
@
click=
"dialogFormVisible2 = true"
>
{{$t('ios.tonggei')}}
</button>
<button
class=
"normalBtn"
@
click=
"dialogFormVisible2 = true"
>
{{$t('ios.tonggei')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible = true"
>
{{$t('ios.jujue')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible = true"
>
{{$t('ios.jujue')}}
</button>
</div>
</div>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1 && (EmployeeId === detail.CreateBy || EmployeeId === 1)"
>
<div
class=
"iis_save"
v-else-if=
"noDetail && detail.InvoiceApplyState===1 && (EmployeeId === detail.CreateBy
Id
|| EmployeeId === 1)"
>
<button
class=
"normalBtn"
@
click=
"setStatus(2)"
>
{{$t('pub.cancelBtn')}}
</button>
<button
class=
"normalBtn"
@
click=
"setStatus(2)"
>
{{$t('pub.cancelBtn')}}
</button>
</div>
</div>
<div
class=
"imd_img_box"
>
<div
class=
"imd_img_box"
>
...
...
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