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
zhouqian
vue-gjjs
Commits
e76fc2e0
Commit
e76fc2e0
authored
Jan 06, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.01.06 wujia 信用证INFO FEP /FCP Info 调整
parent
fafcfb04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
234 additions
and
22 deletions
+234
-22
Fepinfp copy.vue
src/views/Business/Infdid/Fepinfp copy.vue
+69
-0
Fepinfp.vue
src/views/Business/Infdid/Fepinfp.vue
+162
-19
index.vue
src/views/Business/Infdid/index.vue
+3
-3
No files found.
src/views/Business/Infdid/Fepinfp copy.vue
0 → 100644
View file @
e76fc2e0
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<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=
"12"
>
<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=
"12"
>
<el-form-item
label=
"stream for FEPs to selected contract"
prop=
"infcon.fepstm"
>
<c-input
v-model=
"model.infcon.fepstm"
placeholder=
"请输入stream for FEPs to selected contract"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.infcon.feptxtlbl"
data-path=
".infcon.feptxtlbl"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<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=
"12"
>
<el-form-item
label=
"stream of foreign charges"
prop=
"infcon.fcpstm"
>
<c-input
v-model=
"model.infcon.fcpstm"
placeholder=
"请输入stream of foreign charges"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.infcon.fcptxtlbl"
data-path=
".infcon.fcptxtlbl"
>
</span>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Infdid/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Infdid/Fepinfp.vue
View file @
e76fc2e0
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Fee Code"
prop=
"infcon.fepfeecod"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width:100%"
placeholder=
"请选择Fee Code"
>
<!--
<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>
</el-button-group>
<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=
"23"
:offset=
"1"
>
Fee Pool
</c-col>
</c-row>
<br
/>
-->
<c-col
:span=
"11"
>
<!--
<c-col
:span=
"23"
:offset=
"1"
>
Fee Pool
</c-col>
-->
<c-col
:span=
"23"
:offset=
"1"
>
<el-form-item
label=
"Fee Code"
prop=
"infcon.fepfeecod"
style=
"width:100%"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width:100%"
placeholder=
"请选择Fee Code"
>
<el-option
v-for=
"item in codes.fepfeecod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fepdsp"
>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
>
<c-col
:span=
"23"
:offset=
"1"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fepdsp"
style=
"width:100%"
>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
:code=
"getValues('infcon.fepdsp')"
>
<!--
<el-option
v-for=
"item in codes.fepdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
-->
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ======================== 左边结束 ========================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"23"
:offset=
"1"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"stream for FEPs to selected contract"
prop=
"infcon.fepstm"
>
<c-input
v-model=
"model.infcon.fepstm"
placeholder=
"请输入stream for FEPs to selected contract"
></c-input>
</c-col>
<c-col
:span=
"23"
>
<el-form-item
label=
"Fee Text"
prop=
"linfcon.fepfeecod"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width:100%"
placeholder=
"请选择Fee Code"
>
<el-option
v-for=
"item in codes.fepdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ============================== 右侧结束 ===================== -->
<c-col
:span=
"12"
>
<span
v-text=
"model.infcon.feptxtlbl"
data-path=
".infcon.feptxtlbl"
>
</span>
<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>
<c-col
:span=
"12"
>
<br/>
<c-col
:span=
"11"
>
<!-- <c-col :span="23" :offset="1">
Fee Pool
</c-col> -->
<c-col
:span=
"23"
:offset=
"1"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fcpdsp"
style=
"width:100%"
>
<c-select
v-model=
"model.infcon.fcpdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
:code=
"getValues('infcon.fcpdsp')"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- <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
:span=
"12"
>
<el-form-item
label=
"stream of foreign charges"
prop=
"infcon.fcpstm"
>
<c-input
v-model=
"model.infcon.fcpstm"
placeholder=
"请输入stream of foreign charges"
></c-input>
</el-form-item>
</c-col>
</c-row> -->
<c-col
:span=
"12"
>
<span
v-text=
"model.infcon.fcptxtlbl"
data-path=
".infcon.fcptxtlbl"
>
</span>
<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>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Inf
di
d/Event"
import
Event
from
"~/model/Inf
be
d/Event"
export
default
{
inject
:
[
'root'
],
...
...
@@ -55,7 +168,37 @@ export default {
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
},
...
...
src/views/Business/Infdid/index.vue
View file @
e76fc2e0
...
...
@@ -52,10 +52,10 @@
<m-cbeinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--
PD000111
-->
<
!--
<el-tab-pane
label=
"PD000111
"
name=
"fepinfp"
>
<!--
FEP /FCP Info
-->
<
el-tab-pane
label=
"FEP /FCP Info
"
name=
"fepinfp"
>
<m-fepinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-tab-pane>
<!--PD000162 -->
<!--
<el-tab-pane
label=
"PD000162"
name=
"sepinfp"
>
...
...
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