Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fukai
vue-gjjs
Commits
9f256c3d
Commit
9f256c3d
authored
Jan 21, 2022
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infcpd布局调整
parent
64cb127a
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
727 additions
and
678 deletions
+727
-678
Cbeinfp.vue
src/views/Business/Infcpd/Cbeinfp.vue
+8
-8
Cbsinfp.vue
src/views/Business/Infcpd/Cbsinfp.vue
+9
-14
Fepinfp.vue
src/views/Business/Infcpd/Fepinfp.vue
+94
-93
Gleinfp.vue
src/views/Business/Infcpd/Gleinfp.vue
+56
-57
Infconp.vue
src/views/Business/Infcpd/Infconp.vue
+359
-323
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+94
-45
Liainfp.vue
src/views/Business/Infcpd/Liainfp.vue
+5
-9
Ordpan.vue
src/views/Business/Infcpd/Ordpan.vue
+3
-5
Peninfp.vue
src/views/Business/Infcpd/Peninfp.vue
+16
-31
Sepinfp.vue
src/views/Business/Infcpd/Sepinfp.vue
+7
-15
Smhinfp.vue
src/views/Business/Infcpd/Smhinfp.vue
+61
-67
Trnpan.vue
src/views/Business/Infcpd/Trnpan.vue
+7
-9
index.vue
src/views/Business/Infcpd/index.vue
+8
-2
No files found.
src/views/Business/Infcpd/Cbeinfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"eibs-tab"
>
<c-row>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,21 +10,20 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"
OP"
width=
"100
"
>
<el-table-column
prop=
"op"
label=
"
操作"
width=
"80"
fixed=
"right
"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</c-row>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Infcpd/Cbsinfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"eibs-tab"
>
<c-row>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,22 +10,16 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"CBS Column"
prop=
"infcon.cbctxt"
>
<c-col
:span=
"11"
style=
"margin-left:9px"
>
<el-form-item
label=
"CBS Column"
prop=
"infcon.cbctxt"
label-width=
"100px"
>
<c-select
v-model=
"model.infcon.cbctxt"
style=
"width:100%"
placeholder=
"请选择CBS Column"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"23"
style=
"margin-left:9px"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<template
slot-scope=
"scope"
>
...
...
@@ -33,9 +28,9 @@
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</c-row>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Infcpd/Fepinfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200
"
>
<div
class=
"infTopBtn"
>
<div
class=
"eibs-tab
"
>
<c-row>
<!--
<div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,142 +9,142 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Fee Pool
<c-col
:span=
"24"
>
<el-form-item
label=
"Fee Pool"
></el-form-item>
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Fee Code"
prop=
"infcon.fepfeecod"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width:100%"
placeholder=
"请选择Fee Code"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width: 100%"
placeholder=
"请选择Fee Code"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fepdsp"
>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
>
<el-form-item
label=
"Fee Text"
prop=
"infcon.fepfeecod"
>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width: 100%"
placeholder=
"请选择Disposition"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-col
:span=
"11"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fepdsp"
>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width: 100%"
placeholder=
"请选择Disposition"
>
</c-select>
</el-form-item>
</c-col>
</c-row
>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-istream-table
:list=
"stmData.fepstmData"
:columns=
"stmData.fepstmColumns"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.fepstmData"
:columns=
"stmData.fepstmColumns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Foreign Charges Pool
<c-col
:span=
"24"
style=
"margin-top: 10px; height: 24px"
>
<el-form-item
label=
"FEPTXTLBL"
label-width=
"100px"
></el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height: 10px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Foreign Charges Pool"
></el-form-item>
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fcpdsp"
>
<c-select
v-model=
"model.infcon.fcpdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
>
<c-select
v-model=
"model.infcon.fcpdsp"
style=
"width: 100%"
placeholder=
"请选择Disposition"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-istream-table
:list=
"stmData.fcpstmData"
:columns=
"stmData.fcpstmColumns"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.fcpstmData"
:columns=
"stmData.fcpstmColumns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Infcpd/Event"
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infcpd/Event"
;
export
default
{
inject
:
[
'root'
],
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{
stmData
:
{
fepstmColumns
:
[
"1 1
\"
Fee Code
\"
0 "
,
"1 2
\"
Fee Text
\"
0 "
,
"1 3
\"
Disposition
\"
0 "
,
"1 4
\"
Role
\"
0 "
,
"1 5
\"
Cur
\"
0 "
,
"1 6
\"
Amount
\"
0 "
,
"1 7
\"
Transaction/INR
\"
0 "
,
"1 8
\"
Entry Date
\"
0 "
,
"1 9
\"
Status
\"
0 "
,
],
fepstmData
:
[
'1 1 "Fee Code" 0 '
,
'1 2 "Fee Text" 0 '
,
'1 3 "Disposition" 0 '
,
'1 4 "Role" 0 '
,
'1 5 "Cur" 0 '
,
'1 6 "Amount" 0 '
,
'1 7 "Transaction/INR" 0 '
,
'1 8 "Entry Date" 0 '
,
'1 9 "Status" 0 '
,
],
fepstmData
:
[],
fcpstmColumns
:
[
"1 1
\"
Payer
\"
0 "
,
"2 1
\"
Text for Payer
\"
0 "
,
"1 2
\"
Payee
\"
0 "
,
"2 2
\"
Text for Payee
\"
0 "
,
"1 3
\"
Disposition
\"
0 "
,
"1 4
\"
Cur
\"
0 "
,
"1 5
\"
Amount
\"
0 "
,
"1 6
\"
Transaction/INR
\"
0 "
,
"1 7
\"
Entry Date
\"
0 "
,
"1 8
\"
Status
\"
0 "
,
'1 1 "Payer" 0 '
,
'2 1 "Text for Payer" 0 '
,
'1 2 "Payee" 0 '
,
'2 2 "Text for Payee" 0 '
,
'1 3 "Disposition" 0 '
,
'1 4 "Cur" 0 '
,
'1 5 "Amount" 0 '
,
'1 6 "Transaction/INR" 0 '
,
'1 7 "Entry Date" 0 '
,
'1 8 "Status" 0 '
,
],
fcpstmData
:
[
],
}
}
fcpstmData
:
[],
},
};
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
created
:
function
()
{},
};
</
script
>
<
style
>
<
style
scoped
>
.el-col
>>>
.el-divider--horizontal
{
margin-top
:
0
;
}
</
style
>
\ No newline at end of file
src/views/Business/Infcpd/Gleinfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"infTopBtn"
>
<!--
<div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,93 +8,94 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"11"
>
<el-form-item
label=
"Booking date from"
prop=
"infcon.seabucdatfro"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.seabucdatfro"
style=
"width:100%"
placeholder=
"请选择Booking date from"
></c-date-picker>
</el-form-item>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.seabucdatfro"
style=
"width: 100%"
placeholder=
"请选择Booking date from"
></c-date-picker>
</c-col>
<c-col
:span=
"8"
:offset=
"1"
>
<el-form-item
label=
"to"
prop=
"infcon.seabucdatto"
label-width=
"40px"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.seabucdatto"
style=
"width:100%"
placeholder=
"请选择Booking date till used on GLEINFP"
></c-date-picker>
</el-form-item>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-row>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.seabucdatto"
style=
"width: 100%"
placeholder=
"请选择Booking date till used on GLEINFP"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Transaction INR"
prop=
"infcon.seatrninr"
>
<c-input
v-model=
"model.infcon.seatrninr"
maxlength=
"8"
placeholder=
"请输入Transaction INR"
>
<c-input
v-model=
"model.infcon.seatrninr"
maxlength=
"8"
placeholder=
"请输入Transaction INR"
>
</c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;
"
>
<c-row
class=
"infrow"
style=
"margin-top: 20px
"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100
"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
fixed=
"right
"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Infcpd/Event"
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infcpd/Event"
;
export
default
{
inject
:
[
'root'
],
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{
stmData
:
{
columns
:
[
"1 1
\"
TRNINR
\"
0 "
,
"1 2
\"
Account
\"
0 "
,
"1 3
\"
D/C
\"
0 "
,
"1 4
\"
Cur
\"
0"
,
"2 4
\"
S.Cur
\"
0"
,
"1 5
\"
Amount
\"
0"
,
"2 5
\"
Sys.Amount
\"
0"
,
"1 6
\"
Val.Date
\"
0"
,
"2 6
\"
Book.Date
\"
0"
,
"1 7
\"
Booking Text 1
\"
0"
,
"2 7
\"
Booking Text 2
\"
0"
,
"3 7
\"
Booking Text 3
\"
0"
,
"1 8
\"
P.N.
\"
0"
,
"1 9
\"
Exp.Session
\"
0"
,
"2 9
\"
Exp.Status
\"
0"
,
'1 1 "TRNINR" 0 '
,
'1 2 "Account" 0 '
,
'1 3 "D/C" 0 '
,
'1 4 "Cur" 0'
,
'2 4 "S.Cur" 0'
,
'1 5 "Amount" 0'
,
'2 5 "Sys.Amount" 0'
,
'1 6 "Val.Date" 0'
,
'2 6 "Book.Date" 0'
,
'1 7 "Booking Text 1" 0'
,
'2 7 "Booking Text 2" 0'
,
'3 7 "Booking Text 3" 0'
,
'1 8 "P.N." 0'
,
'1 9 "Exp.Session" 0'
,
'2 9 "Exp.Status" 0'
,
],
data
:
[
]
}
}
data
:
[],
},
};
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Business/Infcpd/Infconp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200
"
>
<div
class=
"infTopBtn"
>
<div
class=
"eibs-tab
"
>
<c-row>
<!--
<div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,453 +9,483 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"14"
>
<el-form-item
label=
"Our Reference"
prop=
"cpdgrp.rec.ownref"
>
<c-input
v-model=
"model.cpdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Our Reference"
>
</div>
-->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"业务编号"
prop=
"cpdgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.cpdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Our Reference"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
:offset=
"1"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
></c-button>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetref"
>
GetRef
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
style=
"margin: 0px 10px 0 10; padding: 0 12px"
></c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetref"
style=
"margin: 0 0"
>
获取
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"10"
>
<!-- <c-col :span="10"> -->
<el-form-item
label=
"Name"
prop=
"cpdgrp.rec.nam"
>
<c-input
v-model=
"model.cpdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
<c-input
v-model=
"model.cpdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"recpan.recget.sdamod.dadsnd"
label-width=
"120px"
>
<c-input
v-model=
"model.recpan.recget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
>
<!-- </c-col> -->
<!-- <c-col :span="10">
<el-form-item
label="Drag Drop Sender"
prop="recpan.recget.sdamod.dadsnd"
label-width="120px"
>
<c-input
v-model="model.recpan.recget.sdamod.dadsnd"
placeholder="请输入Drag Drop Sender"
>
</c-input>
</el-form-item>
</c-col> -->
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"17"
>
<el-form-item
label=
"清算编号"
prop=
"cpdgrp.rec.sysno"
>
<c-input
v-model=
"model.cpdgrp.rec.sysno"
maxlength=
"21"
placeholder=
"请输入清算编号"
></c-input>
</el-form-item>
<c-col
:span=
"23"
style=
"height: 10px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetinf"
>
<!-- ============middle-left============ -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"清算编号"
prop=
"cpdgrp.rec.sysno"
>
<c-fullbox>
<c-input
v-model=
"model.cpdgrp.rec.sysno"
maxlength=
"21"
placeholder=
"请输入清算编号"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetinf"
style=
"padding: 0 12px"
>
Get
</c-button>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"17"
>
<el-form-item
label=
"Uetr"
prop=
"recpan.uetr"
>
<c-input
v-model=
"model.recpan.uetr"
maxlength=
"40"
placeholder=
"请输入Uetr"
></c-input>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetuetr"
>
Get
</c-button>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"汇款性质"
prop=
"cpdgrp.rec.trntyp"
>
<c-select
v-model=
"model.cpdgrp.rec.trntyp"
style=
"width:100%"
placeholder=
"请选择汇款性质"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"汇款金额"
prop=
"cpdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.cpdgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"汇款方式"
prop=
"cpdgrp.rec.paytype"
>
<c-select
v-model=
"model.cpdgrp.rec.paytype"
style=
"width:100%"
placeholder=
"请选择汇款方式"
>
</c-select>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"cpdgrp.cbs.max.amt"
>
<c-input-currency
v-model=
"model.cpdgrp.cbs.max.amt"
placeholder=
"请输入汇款金额"
>
</c-input-currency>
</el-form-item>
</c-col>
</c-row>
<c-col
:span=
"13"
>
<el-form-item
label=
"所属行"
prop=
"cpdgrp.rec.othbch"
>
<c-input
v-model=
"model.cpdgrp.rec.othbch"
maxlength=
"8"
placeholder=
"请输入所属行"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"收款对象"
prop=
"cpdgrp.rec.gors"
>
<c-select
v-model=
"model.cpdgrp.rec.gors"
style=
"width:100%"
placeholder=
"请选择收款对象"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"汇款语种"
prop=
"recpan.payuil"
label-width=
"40%"
>
<c-select
v-model=
"model.recpan.payuil"
style=
"width: 100%"
placeholder=
"请选择汇款语种"
>
</c-select>
</el-form-item>
</c-col>
</c-row
>
<
/c-col
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"收支类型"
prop=
"cpdgrp.rec.sztyp"
>
<c-select
v-model=
"model.cpdgrp.rec.sztyp"
style=
"width:100%"
placeholder=
"请选择收支类型"
>
<c-col
:span=
"24"
>
<
el-form-item
label=
"我行费用负担"
prop=
"cpdgrp.rec.detchgcod"
>
<c-select
v-model=
"model.cpdgrp.rec.detchgcod"
style=
"width: 100%"
placeholder=
"请选择我行费用负担"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"货物类型"
prop=
"cpdgrp.rec.stagod"
>
<c-select
v-model=
"model.cpdgrp.rec.stagod"
style=
"width: 100%"
placeholder=
"请选择货物类型"
:code=
"codes.godcod"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"10"
>
<el-form-item
label=
"汇款金额"
prop=
"cpdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.cpdgrp.cbs.nom1.cur"
style=
"width:100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"国外费用"
prop=
"cpdgrp.rec.feecur"
>
<c-select
v-model=
"model.cpdgrp.rec.feecur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"cpdgrp.cbs.max.amt"
>
<c-input-currency
v-model=
"model.cpdgrp.cbs.max.amt"
placeholder=
"请输入汇款金额"
>
<c-col
:span=
"13"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"cpdgrp.rec.feeamt"
>
<c-input-currency
v-model=
"model.cpdgrp.rec.feeamt"
placeholder=
"请输入汇款金额"
>
</c-input-currency>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<!-- ============middle-right============ -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"所属行"
prop=
"cpdgrp.rec.othbch"
>
<c-input
v-model=
"model.cpdgrp.rec.othbch"
maxlength=
"8"
placeholder=
"请输入所属行"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"汇款语种"
prop=
"recpan.payuil"
>
<c-select
v-model=
"model.recpan.payuil"
style=
"width:100%"
placeholder=
"请选择汇款语种"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"汇款性质"
prop=
"cpdgrp.rec.trntyp"
>
<c-select
v-model=
"model.cpdgrp.rec.trntyp"
style=
"width: 100%"
placeholder=
"请选择汇款性质"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"解付日期"
prop=
"cpdgrp.rec.paydat"
>
<c-date-picker
type=
"date"
v-model=
"model.cpdgrp.rec.paydat"
style=
"width:100%"
placeholder=
"请选择解付日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"起息日"
prop=
"cpdgrp.rec.valdat"
>
<c-date-picker
type=
"date"
v-model=
"model.cpdgrp.rec.valdat"
style=
"width:100%"
placeholder=
"请选择起息日"
></c-date-picker>
<c-col
:span=
"11"
>
<el-form-item
label=
"汇款方式"
prop=
"cpdgrp.rec.paytype"
label-width=
"40%"
>
<c-select
v-model=
"model.cpdgrp.rec.paytype"
style=
"width: 100%"
placeholder=
"请选择汇款方式"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"客户类型"
prop=
"cpdgrp.rec.clityp"
>
<c-select
v-model=
"model.cpdgrp.rec.clityp"
style=
"width:100%"
placeholder=
"请选择客户类型"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"收款对象"
prop=
"cpdgrp.rec.gors"
>
<c-select
v-model=
"model.cpdgrp.rec.gors"
style=
"width: 100%"
placeholder=
"请选择收款对象"
>
</c-select>
</el-form-item>
</c-col>
</c-row
>
<
/c-col
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"报文类型"
prop=
"cpdgrp.rec.swftyp"
>
<c-select
v-model=
"model.cpdgrp.rec.swftyp"
style=
"width:100%"
placeholder=
"请选择报文类型"
>
<c-col
:span=
"11"
>
<
el-form-item
label=
"收支类型"
prop=
"cpdgrp.rec.sztyp"
label-width=
"40%"
>
<c-select
v-model=
"model.cpdgrp.rec.sztyp"
style=
"width: 100%"
placeholder=
"请选择收支类型"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"Uetr"
prop=
"recpan.uetr"
>
<c-fullbox>
<c-input
v-model=
"model.recpan.uetr"
maxlength=
"40"
placeholder=
"请输入Uetr"
></c-input>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"我行费用负担"
prop=
"cpdgrp.rec.detchgcod"
>
<c-select
v-model=
"model.cpdgrp.rec.detchgcod"
style=
"width:100%"
placeholder=
"请选择我行费用负担"
>
</c-select>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onRecpanGetuetr"
>
Get
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"货物类型"
prop=
"cpdgrp.rec.stagod"
>
<c-select
v-model=
"model.cpdgrp.rec.stagod"
style=
"width:100%"
placeholder=
"请选择货物类型"
:code=
"codes.godcod"
>
</c-select>
<c-col
:span=
"13"
>
<el-form-item
label=
"解付日期"
prop=
"cpdgrp.rec.paydat"
>
<c-date-picker
type=
"date"
v-model=
"model.cpdgrp.rec.paydat"
style=
"width: 100%"
placeholder=
"请选择解付日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-row>
<c-col
:span=
"11"
>
<el-form-item
label=
"起息日"
prop=
"cpdgrp.rec.valdat"
label-width=
"40%"
>
<c-date-picker
type=
"date"
v-model=
"model.cpdgrp.rec.valdat"
style=
"width: 100%"
placeholder=
"请选择起息日"
></c-date-picker>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"10"
>
<el-form-item
label=
"国外费用"
prop=
"cpdgrp.rec.feecur"
>
<c-select
v-model=
"model.cpdgrp.rec.feecur"
style=
"width:100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"客户类型"
prop=
"cpdgrp.rec.clityp"
>
<c-select
v-model=
"model.cpdgrp.rec.clityp"
style=
"width: 100%"
placeholder=
"请选择客户类型"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"cpdgrp.rec.feeamt"
>
<c-input-currency
v-model=
"model.cpdgrp.rec.feeamt"
placeholder=
"请输入汇款金额"
>
</c-input-currency>
<c-col
:span=
"11"
>
<el-form-item
label=
"报文类型"
prop=
"cpdgrp.rec.swftyp"
label-width=
"40%"
>
<c-select
v-model=
"model.cpdgrp.rec.swftyp"
style=
"width: 100%"
placeholder=
"请选择报文类型"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
""
label-width=
"0px"
prop=
"cpdgrp.rec.tsnflg"
>
<c-col
:span=
"24"
>
<el-form-item>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
>
同名划转标志
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '汇款人',
grp: 'cpdgrp',
rol: 'orc',
}" :noRef="false" :onlySearch="false" @onAplpDet="onOrcpDet">
</c-ptap>
<c-col
:span=
"23"
style=
"height: 10px"
>
<el-divider></el-divider>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-ptap
:model=
"model"
:argadr=
"
{
<!-- =============左============= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Ordering',
grp: 'cpdgrp',
rol: 'ori',
}" :noRef="false" :onlySearch="false" @onAplpDet="onOripDet">
}"
:noRef=
"false"
:onlySearch=
"false"
@
onAplpDet=
"onOripDet"
>
</c-ptap>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人账号"
prop=
"cpdgrp.rec.orcact"
>
<c-input
v-model=
"model.cpdgrp.rec.orcact"
maxlength=
"35"
placeholder=
"请输入汇款人账号"
></c-input>
<c-input
v-model=
"model.cpdgrp.rec.orcact"
maxlength=
"35"
placeholder=
"请输入汇款人账号"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '收款人',
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: '汇款人',
grp: 'cpdgrp',
rol: 'pye',
}" :noRef="true" :onlySearch="false" @onAplpDet="onPyepDet">
rol: 'orc',
}"
:noRef=
"false"
:onlySearch=
"false"
@
onAplpDet=
"onOrcpDet"
>
</c-ptap>
</c-col>
</c-row>
</c-col>
<!-- =============右============= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-ptap
:model=
"model"
:argadr=
"
{
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '发报行',
grp: 'cpdgrp',
rol: 'snd',
}" :noRef="true" :onlySearch="false" @onAplpDet="onSndpDet">
}"
:noRef="true"
:onlySearch="false"
@onAplpDet="onSndpDet"
>
</c-ptap>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"收款人账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入收款人账号"
></c-input>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.orc.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0px 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
:disabled=
"this.flag"
@
click=
"onDetail"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-row
>
</c-col
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"cpdgrp.orc.pts.nam"
>
<c-input
v-model=
"model.cpdgrp.orc.pts.nam"
></c-input
>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"指令代码"
prop=
"cpdgrp.rec.f23e"
>
<c-input
v-model=
"model.cpdgrp.rec.f23e"
maxlength=
"35"
placeholder=
"请输入指令代码"
></c-input>
<c-input
v-model=
"model.cpdgrp.rec.f23e"
maxlength=
"35"
placeholder=
"请输入指令代码"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"10"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"原始金额"
prop=
"cpdgrp.rec.curf33b"
>
<c-select
v-model=
"model.cpdgrp.rec.curf33b"
style=
"width:100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
<c-select
v-model=
"model.cpdgrp.rec.curf33b"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"cpdgrp.rec.amtf33b"
>
<c-input-currency
v-model=
"model.cpdgrp.rec.amtf33b"
placeholder=
"请输入原始金额"
>
<c-col
:span=
"13"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"cpdgrp.rec.amtf33b"
>
<c-input-currency
v-model=
"model.cpdgrp.rec.amtf33b"
placeholder=
"请输入原始金额"
>
</c-input-currency>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"汇率"
prop=
"cpdgrp.rec.f36"
>
<c-input
v-model=
"model.cpdgrp.rec.f36"
placeholder=
"请输入汇率"
></c-input>
<c-input
v-model=
"model.cpdgrp.rec.f36"
placeholder=
"请输入汇率"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"10"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"发报行扣费金额"
prop=
"cpdgrp.rec.cur71f"
>
<c-select
v-model=
"model.cpdgrp.rec.cur71f"
style=
"width:100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
<c-select
v-model=
"model.cpdgrp.rec.cur71f"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"10px"
prop=
"cpdgrp.rec.amt71f"
>
<c-input-currency
v-model=
"model.cpdgrp.rec.amt71f"
placeholder=
"请输入原始金额"
>
<c-col
:span=
"13"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"cpdgrp.rec.amt71f"
>
<c-input-currency
v-model=
"model.cpdgrp.rec.amt71f"
placeholder=
"请输入原始金额"
>
</c-input-currency>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"银行操作码"
prop=
"cpdgrp.rec.f23b"
>
<c-input
v-model=
"model.cpdgrp.rec.f23b"
maxlength=
"4"
placeholder=
"请输入银行操作码"
></c-input>
<c-input
v-model=
"model.cpdgrp.rec.f23b"
maxlength=
"4"
placeholder=
"请输入银行操作码"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人账号"
prop=
"cpdgrp.rec.pyeact"
>
<c-input
v-model=
"model.cpdgrp.rec.pyeact"
maxlength=
"35"
placeholder=
"请输入收款人账号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: '收款人',
grp: 'cpdgrp',
rol: 'pye',
}"
:noRef=
"true"
:onlySearch=
"false"
@
onAplpDet=
"onPyepDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
</c-col>
</c-row>
</c-content>
</c-row>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Infcpd/Event"
import
Ptap
from
"~/views/Public/Ptap"
;
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infcpd/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
inject
:
[
'root'
],
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
components
:
{
"c-ptap"
:
Ptap
,
},
data
()
{
return
{
}
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
created
:
function
()
{},
};
</
script
>
<
style
>
.infTopBtn
{
.infTopBtn
{
position
:
absolute
;
top
:
0
;
z-index
:
5
;
...
...
@@ -463,5 +493,10 @@
height
:
30px
;
padding
:
10px
0
10px
30px
;
background-color
:
#f7faff
;
}
}
</
style
>
<
style
scoped
>
.el-col
>>>
.el-divider--horizontal
{
margin-top
:
0
;
}
</
style
>
\ No newline at end of file
src/views/Business/Infcpd/Infsea.vue
View file @
9f256c3d
...
...
@@ -14,7 +14,11 @@
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
style=
"width:100%"
>
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
...
...
@@ -23,7 +27,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Opening"
prop=
"infcon.opndatfrom"
style=
"width:100%"
>
<el-form-item
label=
"Opening"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
...
...
@@ -46,7 +54,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Name"
prop=
"infcon.nam"
style=
"width:
100%"
>
<el-form-item
label=
"Name"
prop=
"infcon.nam"
style=
"width:
100%"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
...
...
@@ -81,7 +89,11 @@
<c-row
v-show=
"!searchToggle"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
style=
"width:100%"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
...
...
@@ -90,7 +102,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Select Single Party"
prop=
"infcon.pty.extkey"
style=
"width:100%"
>
<el-form-item
label=
"Select Single Party"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
...
...
@@ -100,7 +116,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Visible Name"
prop=
"infcon.pty.nam"
style=
"width:100%"
>
<el-form-item
label=
"Visible Name"
prop=
"infcon.pty.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
...
...
@@ -113,7 +133,11 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Name/BIC"
prop=
"infcon.seapty"
style=
"width:100%"
>
<el-form-item
label=
"Party Name/BIC"
prop=
"infcon.seapty"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
...
...
@@ -122,7 +146,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Role"
prop=
"infcon.searol"
style=
"width:
100%"
>
<el-form-item
label=
"Role"
prop=
"infcon.searol"
style=
"width:
100%"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
...
...
@@ -132,7 +156,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Resp.User"
prop=
"infcon.usr.extkey"
style=
"width:100%"
>
<el-form-item
label=
"Resp.User"
prop=
"infcon.usr.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
...
...
@@ -145,7 +173,11 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Status"
prop=
"infcon.seasta"
style=
"width:100%"
>
<el-form-item
label=
"Status"
prop=
"infcon.seasta"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
...
...
@@ -156,7 +188,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Currency"
prop=
"infcon.seacur"
style=
"width:100%"
>
<el-form-item
label=
"Currency"
prop=
"infcon.seacur"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
...
...
@@ -167,7 +203,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount between"
prop=
"infcon.seaamtfr"
style=
"width:100%"
>
<el-form-item
label=
"Amount between"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input-currency
v-model=
"model.infcon.seaamtfr"
...
...
@@ -191,7 +231,11 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Payment Type"
prop=
"seapaytyp"
style=
"width:100%"
>
<el-form-item
label=
"Payment Type"
prop=
"seapaytyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.seapaytyp"
style=
"width: 100%"
...
...
@@ -202,7 +246,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Swift type"
prop=
"msgtyp"
style=
"width:
100%"
>
<el-form-item
label=
"Swift type"
prop=
"msgtyp"
style=
"width:
100%"
>
<c-select
v-model=
"model.msgtyp"
style=
"width: 100%"
...
...
@@ -212,7 +256,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"国家代码"
prop=
"countcode"
style=
"width:100%"
>
<el-form-item
label=
"国家代码"
prop=
"countcode"
style=
"width:
100%"
>
<c-col
:span=
"11"
>
<c-select
v-model=
"model.countcode"
...
...
@@ -250,8 +294,7 @@
</c-col>
</el-form>
<c-col
:span=
"24"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
></div>
</c-col>
<!-- </template>
</c-list-search> -->
...
...
@@ -259,15 +302,21 @@
<!-- </template> -->
<!-- </c-infsearch-group> -->
<c-col>
<c-button
size=
"small"
type=
"primary"
>
导Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Display
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-col
style=
"margin-top: 10px"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left: 0"
>
导Excel
</c-button
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left: 0"
>
Display
</c-button
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left: 0"
>
Use
</c-button
>
</c-col>
<c-col>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"
OP"
width=
"100
"
>
<el-table-column
prop=
"op"
label=
"
操作"
width=
"140"
fixed=
"right
"
>
<
template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a
...
...
@@ -293,29 +342,29 @@ export default {
searchToggle
:
true
,
stmData
:
{
columns
:
[
'1 1 "Reference" 0 '
,
'2 1 "Resp. User" 0 '
,
'3 1 "PYE NO." 0 '
,
'1 2 "Party Number" 1
15
'
,
'2 2 "Payee Customer" 1
15
'
,
'3 2 "PYE.Customer CN" 1
15
'
,
'1 3 "Party Number" 1
15
'
,
'2 3 "Ord.Customer" 1
15
'
,
'3 3 "Ord.Customer CN" 1
15
'
,
'1 4 "Party Number" 1
15
'
,
'2 4 "Ord.Institution" 1
15
'
,
'3 4 "ORC NO." 1
15
'
,
'1 5 "Party Number" 1
15
'
,
'2 5 "Paying Bank" 1
15
'
,
'1 6 "Opened" 0'
,
'2 6 "Value" 0'
,
'1 7 "Closed" 0'
,
'1 8 "Cur" 0'
,
'2 8 "Cur" 0'
,
'1 9 "Paym.Amount" 0'
,
'2 9 "Amount rcvd." 0'
,
'1 10 "Pyectycod"
8
0'
,
'1 11 "Orcctycod"
8
0'
,
'1 1 "Reference"
12
0 '
,
'2 1 "Resp. User"
120
0 '
,
'3 1 "PYE NO."
12
0 '
,
'1 2 "Party Number" 1
50
'
,
'2 2 "Payee Customer" 1
50
'
,
'3 2 "PYE.Customer CN" 1
50
'
,
'1 3 "Party Number" 1
50
'
,
'2 3 "Ord.Customer" 1
50
'
,
'3 3 "Ord.Customer CN" 1
50
'
,
'1 4 "Party Number" 1
50
'
,
'2 4 "Ord.Institution" 1
50
'
,
'3 4 "ORC NO." 1
50
'
,
'1 5 "Party Number" 1
50
'
,
'2 5 "Paying Bank" 1
50
'
,
'1 6 "Opened"
10
0'
,
'2 6 "Value"
10
0'
,
'1 7 "Closed"
10
0'
,
'1 8 "Cur"
10
0'
,
'2 8 "Cur"
10
0'
,
'1 9 "Paym.Amount"
15
0'
,
'2 9 "Amount rcvd."
15
0'
,
'1 10 "Pyectycod"
15
0'
,
'1 11 "Orcctycod"
15
0'
,
],
data
:
[],
},
...
...
src/views/Business/Infcpd/Liainfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,16 +9,13 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-col
:span=
"24"
style=
"height:24px"
>
<el-form-item
label=
"Engagement Information"
></el-form-item>
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Engagement Information
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<template
slot-scope=
"scope"
>
...
...
@@ -27,7 +24,6 @@
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</template>
...
...
src/views/Business/Infcpd/Ordpan.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,10 +9,9 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<template
slot-scope=
"scope"
>
...
...
@@ -21,7 +20,6 @@
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</template>
...
...
src/views/Business/Infcpd/Peninfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,18 +9,13 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Pending Items
<c-col
:span=
"22"
:offset=
"1"
>
<el-form-item
label=
"Pending Items"
></el-form-item>
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"4"
:offset=
"1"
>
<c-col
:span=
"4"
>
<el-form-item
label=
""
prop=
"infcon.sptinc"
label-width=
"0"
>
<c-checkbox
v-model=
"model.infcon.sptinc"
>
Incoming
</c-checkbox>
</el-form-item>
...
...
@@ -45,10 +40,9 @@
<c-checkbox
v-model=
"model.infcon.sptdel"
>
Deleted
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"2
2"
:offset=
"1
"
>
<c-col
:span=
"2
3
"
>
<c-istream-table
:list=
"stmData.sptstmData"
:columns=
"stmData.sptstmColumns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<template
slot-scope=
"scope"
>
...
...
@@ -59,47 +53,38 @@
</c-col>
</c-row>
<br
/>
<c-col
:span=
"24"
>
<el-form-item
label=
"Diaries"
></el-form-item>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Diaries
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"11"
>
<el-form-item
label=
"Date from"
prop=
"infcon.diadatfrom"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.diadatfrom"
style=
"width:100%"
placeholder=
"请选择Date from"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"8"
:offset=
"1"
>
<el-form-item
label=
"to"
prop=
"infcon.diadatto"
label-width=
"40px"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.diadatto"
style=
"width:100%"
placeholder=
"请选择date till"
></c-date-picker>
</el-form-item>
</c-col>
</c-row
>
</el-form-item
>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Status"
prop=
"infcon.diasta"
>
<c-select
v-model=
"model.infcon.diasta"
style=
"width:100%"
placeholder=
"请选择Status"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"2
2"
:offset=
"1
"
>
<c-col
:span=
"2
3
"
>
<c-istream-table
:list=
"stmData.diastmData"
:columns=
"stmData.diastmColumns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/Business/Infcpd/Sepinfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,18 +9,13 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Temporary Settlement
</div>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"Temporary Settlement"
></el-form-item>
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"7"
:offset=
"1"
>
<c-col
:span=
"7"
>
<el-form-item
label=
""
prop=
"infcon.setflg"
label-width=
"0"
>
<c-checkbox
v-model=
"model.infcon.setflg"
>
show temporary settlement that already settled
</c-checkbox>
...
...
@@ -32,19 +27,16 @@
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"
OP"
width=
"100
"
>
<el-table-column
prop=
"op"
label=
"
操作"
width=
"100"
fixed=
"right
"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</template>
...
...
src/views/Business/Infcpd/Smhinfp.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200
"
>
<div
class=
"infTopBtn"
>
<div
class=
"eibs-tab
"
>
<c-row>
<!--
<div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -9,105 +9,100 @@
<c-button
size=
"small"
type=
"primary"
>
Print
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
</div>
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"14"
>
</div>
-->
<c-col
:span=
"11"
>
<el-form-item
label=
"Type of Document"
prop=
"infcon.smhcortyp"
>
<c-select
v-model=
"model.infcon.smhcortyp"
style=
"width:100%"
placeholder=
"请选择Type of Document"
:code=
"codes.cortyp"
>
<c-col
:span=
"18"
>
<c-select
v-model=
"model.infcon.smhcortyp"
style=
"width: 100%"
placeholder=
"请选择Type of Document"
:code=
"codes.cortyp"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"5"
:offset=
"1"
>
<el-form-item
label=
""
prop=
"infcon.chktrn"
label-width=
"0"
>
<c-col
:span=
"6"
style=
"text-align:right"
>
<c-checkbox
v-model=
"model.infcon.chktrn"
>
Active only
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Direction"
prop=
"infcon.smhdir"
>
<c-select
v-model=
"model.infcon.smhdir"
style=
"width:100%"
placeholder=
"请选择Direction"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"11"
>
<el-form-item
label=
"Created between "
prop=
"infcon.smhdatfrom"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.smhdatfrom"
style=
"width:100%"
placeholder=
"请选择Created between "
></c-date-picker>
</el-form-item>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.smhdatfrom"
style=
"width: 100%"
placeholder=
"请选择Created between "
></c-date-picker>
</c-col>
<c-col
:span=
"8"
:offset=
"1"
>
<el-form-item
label=
"and"
prop=
"infcon.smhdatto"
label-width=
"40px"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.smhdatto"
style=
"width:100%"
placeholder=
"请选择created till"
></c-date-picker>
</el-form-item>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-row>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.smhdatto"
style=
"width: 100%"
placeholder=
"请选择created till"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"Direction"
prop=
"infcon.smhdir"
>
<c-select
v-model=
"model.infcon.smhdir"
style=
"width: 100%"
placeholder=
"请选择Direction"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"23"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a>
<a
href=
"javascript:void(0)"
@
click=
"continueEdit(scope.row)"
>
操作
</a
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-row>
</c-content>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Infcpd/Event"
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infcpd/Event"
;
export
default
{
inject
:
[
'root'
],
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{
stmData
:
{
columns
:
[
"1 1
\"
Type
\"
0 "
,
"1 2
\"
Document
\"
0 "
,
"1 3
\"
Created
\"
0 "
,
"1 4
\"
Direction
\"
0 "
,
"1 5
\"
SMHINR
\"
0 "
,
'1 1 "Type" 0 '
,
'1 2 "Document" 0 '
,
'1 3 "Created" 0 '
,
'1 4 "Direction" 0 '
,
'1 5 "SMHINR" 0 '
,
],
data
:
[
]
}
}
data
:
[],
},
};
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Business/Infcpd/Trnpan.vue
View file @
9f256c3d
<
template
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<div
class=
"eibs-tab"
>
<c-row>
<div
class=
"infTopBtn"
>
<
!--
<
div
class=
"infTopBtn"
>
<el-button-group>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-left"
></c-button>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-arrow-right"
></c-button>
...
...
@@ -10,9 +11,8 @@
<c-button
size=
"small"
type=
"primary"
>
Use
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Loginfo
</c-button>
<c-button
size=
"small"
type=
"primary"
>
Display
</c-button>
</div>
</div>
-->
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"5"
:offset=
"1"
>
<el-form-item
label=
""
prop=
"infcon.chksubcon"
label-width=
"0"
>
<c-checkbox
v-model=
"model.infcon.chksubcon"
>
incl. all subcontracts
</c-checkbox>
...
...
@@ -23,18 +23,16 @@
<c-checkbox
v-model=
"model.infcon.chktrnsta"
>
only active transactions
</c-checkbox>
</el-form-item>
</c-col>
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"22"
:offset=
"1"
>
<c-col
:span=
"18"
:offset=
"1"
>
<el-form-item
label=
""
prop=
"infcon.trnstm"
label-width=
"0"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.infcon.trnstm"
show-word-limit
placeholder=
"请输入stream for TRN to selected contract"
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-content>
</c-row>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Infcpd/index.vue
View file @
9f256c3d
...
...
@@ -32,7 +32,7 @@
<div
class=
"eContainer"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
class=
"infcpdTab"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"查询信息"
name=
"infsea"
>
<c-content
:height=
"120"
>
...
...
@@ -41,7 +41,9 @@
</el-tab-pane>
<el-tab-pane
label=
"汇款信息"
name=
"infconp"
>
<c-content>
<m-infconp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
...
...
@@ -61,7 +63,9 @@
</el-tab-pane>
<el-tab-pane
label=
"FEP/FCP Info"
name=
"fepinfp"
>
<c-content>
<m-fepinfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"SEP Info"
name=
"sepinfp"
>
...
...
@@ -105,7 +109,7 @@
import
Pattern
from
"~/model/Infcpd/Pattern"
import
Infsea
from
"./Infsea"
import
Infconp
from
"./Infconp"
import
Coninfp
from
"./Coninfp"
//
import Coninfp from "./Coninfp"
import
Trnpan
from
"./Trnpan"
import
Cbsinfp
from
"./Cbsinfp"
import
Cbeinfp
from
"./Cbeinfp"
...
...
@@ -118,6 +122,8 @@
import
Prtpan
from
"./Prtpan"
import
Ordpan
from
"./Ordpan"
import
Coninfp
from
"~/views/Public/Coninfp"
;
export
default
{
name
:
'Infcpd'
,
...
...
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