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
6ce87ac3
Commit
6ce87ac3
authored
Jul 21, 2022
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitopn新增Seq C : Overview,Seq C : Parties页面
parent
be2a9fb6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
144 additions
and
3 deletions
+144
-3
Ovwp.vue
src/views/Business/Gitopn/Ovwp.vue
+1
-0
Ovwpc.vue
src/views/Business/Gitopn/Ovwpc.vue
+0
-0
Preperp.vue
src/views/Business/Gitopn/Preperp.vue
+1
-1
Ptypc.vue
src/views/Business/Gitopn/Ptypc.vue
+129
-2
index.vue
src/views/Business/Gitopn/index.vue
+13
-0
No files found.
src/views/Business/Gitopn/Ovwp.vue
View file @
6ce87ac3
...
...
@@ -1595,6 +1595,7 @@ export default {
{
label
:
"UCPR Undertaking is subject to UCP Rules f. Doc. Credit"
,
value
:
"UCPR"
},
{
label
:
"OTHR The guarantee is subject to another set of rules, see Narrative"
,
value
:
"OTHR"
},
{
label
:
"URDG The guarantee is subject to the ICC Rules for Demand Guarantees"
,
value
:
"URDG"
},
{
lable
:
"ISPR The guarantee is not subject to any set of rule"
,
value
:
"ISPR"
},
// {label:"ISPR The undertaking is subject to International Standby Practices ISP",value:"ISPR" },
{
label
:
"NONE The guarantee is not subject to any set of rule"
,
value
:
"NONE"
},
],
...
...
src/views/Business/Gitopn/Ovwpc.vue
View file @
6ce87ac3
This diff is collapsed.
Click to expand it.
src/views/Business/Gitopn/Preperp.vue
View file @
6ce87ac3
...
...
@@ -53,7 +53,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Delivery to Address"
prop=
"gidgrp.blk.deltoadr"
>
<c-input
type=
"textarea"
v-model=
"model.gidgrp.blk.deltoadr"
maxlength=
"35"
show-word-limit
placeholder=
"请输入Delivery to Address"
></c-input>
<c-input
disabled
type=
"textarea"
v-model=
"model.gidgrp.blk.deltoadr"
maxlength=
"35"
show-word-limit
placeholder=
"请输入Delivery to Address"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Gitopn/Ptypc.vue
View file @
6ce87ac3
<
template
>
<div
class=
"eibs-tab"
>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"Applicant Ref."
prop=
"gidgrp.apc.pts.ref"
>
<c-input
v-model=
"model.gidgrp.apc.pts.ref"
maxlength=
"16"
placeholder=
"请输入Applicant Ref."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Applicant"
prop=
"gidgrp.apc.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.apc.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apc.pts.extkey`)
"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
@
click=
"onSeainf(`gidgrp.apc.pts.extkey`)"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onApcpDet"
>
Details
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name of Party"
prop=
"gidgrp.apc.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.gidgrp.apc.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Applicant',
grp: 'gidgrp',
rol: 'apc',
}"
:disabled=
"false"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Obligor',
grp: 'gidgrp',
rol: 'ctc',
}"
:disabled=
"false"
@
onAplpDet=
"onCtcpDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Int. Beneficiary',
grp: 'gidgrp',
rol: 'bec',
}"
:disabled=
"false"
@
onAplpDet=
"onBecpDet"
>
</c-ptap>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Issuing Bank',
grp: 'gidgrp',
rol: 'iss',
}"
:disabled=
"true"
@
onAplpDet=
"onCtcpDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: 'Ultimate Ben Bank',
grp: 'gidgrp',
rol: 'ben',
}"
:disabled=
"true"
@
onAplpDet=
"onCtcpDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Avail. with Bank Ref."
prop=
"gidgrp.avc.pts.ref"
>
<c-input
disabled
v-model=
"model.gidgrp.avc.pts.ref"
maxlength=
"16"
placeholder=
"请输入Avail. with Bank Ref."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"External Key of Address"
prop=
"gidgrp.avc.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.gidgrp.avc.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSeainf(`gidgrp.avc.pts.extkey`)"
>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAvcpDet"
>
Details
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name of Party"
prop=
"gidgrp.avc.pts.nam"
>
<c-input
disabled
v-model=
"model.gidgrp.avc.pts.nam"
maxlength=
"40"
placeholder=
"请输入Name of Party"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-row>
<!-- <c-col :span="12">
<el-form-item label="Applicant Ref." prop="gidgrp.apc.pts.ref">
<c-input v-model="model.gidgrp.apc.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input>
</el-form-item>
...
...
@@ -213,7 +340,7 @@
<el-form-item label="Name of Party" prop="gidgrp.avc.pts.nam">
<c-input v-model="model.gidgrp.avc.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input>
</el-form-item>
</c-col>
</c-col>
-->
</div>
</template>
<
script
>
...
...
src/views/Business/Gitopn/index.vue
View file @
6ce87ac3
...
...
@@ -158,6 +158,18 @@
<m-conp1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
v-if=
"model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'"
label=
"Seq C : Overview"
name=
"ovwpc"
>
<c-content>
<m-ovwpc
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
v-if=
"model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'"
label=
"Seq C : Parties"
name=
"ptypc"
>
<c-content>
<m-ptypc
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000749 -->
<!--
<el-tab-pane
label=
"PD000749"
name=
"ovwpc"
>
<m-ovwpc
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -217,6 +229,7 @@ import Confp from "./Confp"
import
Conp
from
"./Conp"
import
Conp1
from
"./Conp1"
import
Engp
from
"~/views/Public/Engp"
;
import
Ccvpan
from
"~/views/Public/Ccvpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
...
...
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