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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
381 additions
and
417 deletions
+381
-417
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
+139
-138
Gleinfp.vue
src/views/Business/Infcpd/Gleinfp.vue
+85
-86
Infconp.vue
src/views/Business/Infcpd/Infconp.vue
+0
-0
Infsea.vue
src/views/Business/Infcpd/Infsea.vue
+0
-0
Liainfp.vue
src/views/Business/Infcpd/Liainfp.vue
+6
-10
Ordpan.vue
src/views/Business/Infcpd/Ordpan.vue
+3
-5
Peninfp.vue
src/views/Business/Infcpd/Peninfp.vue
+18
-33
Sepinfp.vue
src/views/Business/Infcpd/Sepinfp.vue
+7
-15
Smhinfp.vue
src/views/Business/Infcpd/Smhinfp.vue
+91
-97
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>
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Fee Pool
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Fee Code"
prop=
"infcon.fepfeecod"
>
<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"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
</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"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<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>
<br
/>
<c-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Foreign Charges Pool
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fcpdsp"
>
<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"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"100"
>
<
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>
</div>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"Fee Pool"
></el-form-item>
</c-col>
<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>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<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-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-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
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
<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-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>
</el-form-item>
</c-col>
<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
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</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"
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
:
[
],
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 "
,
],
fcpstmData
:
[
],
}
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
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"
],
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
:
[],
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 '
,
],
fcpstmData
:
[],
},
};
},
methods
:
{
...
Event
},
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"
>
<c-content
class=
"eibs-tab"
:height=
"200"
>
<!--
<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>
<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>
<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>
</c-row>
</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>
</el-form-item>
</c-col>
</c-row>
</c-col>
</c-row>
</div>
-->
<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"
>
<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-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Booking date from"
prop=
"infcon.seabucdatfro"
>
<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=
"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.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"
>
<el-form-item
label=
"Transaction INR"
prop=
"infcon.seatrninr"
>
<c-input
v-model=
"model.infcon.seatrninr"
maxlength=
"8"
placeholder=
"请输入Transaction INR"
>
</c-input>
</el-form-item>
</c-col>
</c-content>
<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"
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>
<
script
>
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'
],
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"
,
],
data
:
[
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infcpd/Event"
;
]
}
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
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'
,
],
data
:
[],
},
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Business/Infcpd/Infconp.vue
View file @
9f256c3d
This diff is collapsed.
Click to expand it.
src/views/Business/Infcpd/Infsea.vue
View file @
9f256c3d
This diff is collapsed.
Click to expand it.
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>
<c-row
class=
"infrow"
style=
"margin-top:50px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Engagement Information
</div>
-->
<c-col
:span=
"24"
style=
"height:24px"
>
<el-form-item
label=
"Engagement Information"
></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"
>
...
...
@@ -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-row
class=
"infrow"
style=
"margin-top:20px;"
>
<c-col
:span=
"24"
:offset=
"1"
>
Diaries
<c-col
:span=
"24"
>
<el-form-item
label=
"Diaries"
></el-form-item>
</c-col>
</c-row>
<br
/>
<c-row
class=
"infrow"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-row>
<c-col
:span=
"11"
>
<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"
>
<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-select>
</el-form-item>
</c-col>
<c-col
:span=
"5"
:offset=
"1"
>
<el-form-item
label=
""
prop=
"infcon.chktrn"
label-width=
"0"
>
<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>
<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>
</c-row>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
</div>
-->
<c-col
:span=
"11"
>
<el-form-item
label=
"Type of Document"
prop=
"infcon.smhcortyp"
>
<c-col
:span=
"18"
>
<c-select
v-model=
"model.infcon.smhcortyp"
style=
"width: 100%"
placeholder=
"请选择Type of Document"
:code=
"codes.cortyp"
>
</c-select>
</c-col>
<c-col
:span=
"6"
style=
"text-align:right"
>
<c-checkbox
v-model=
"model.infcon.chktrn"
>
Active only
</c-checkbox>
</c-col>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Created between "
prop=
"infcon.smhdatfrom"
>
<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=
"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.smhdatto"
style=
"width: 100%"
placeholder=
"请选择created till"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<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"
>
<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-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-content>
<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
>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</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
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Infcpd/Event"
;
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 "
,
],
data
:
[
]
}
}
},
methods
:
{
...
Event
},
created
:
function
()
{
}
}
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 '
,
],
data
:
[],
},
};
},
methods
:
{
...
Event
},
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