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
66d47c0b
Commit
66d47c0b
authored
Jul 11, 2022
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitpop新增页面
parent
2f1137e3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
203 additions
and
19 deletions
+203
-19
Ovwpc.vue
src/views/Business/Gitpop/Ovwpc.vue
+119
-5
Ptypc.vue
src/views/Business/Gitpop/Ptypc.vue
+76
-5
index.vue
src/views/Business/Gitpop/index.vue
+8
-0
Cbeinfp.vue
src/views/Business/Infgid/Cbeinfp.vue
+0
-8
Regp.vue
src/views/Business/Letsel/Regp.vue
+0
-1
No files found.
src/views/Business/Gitpop/Ovwpc.vue
View file @
66d47c0b
...
...
@@ -44,18 +44,131 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-input
v-model=
"model.gidgrp.blk.gartyptxtc"
style=
"
width:6
0%"
placeholder=
"请输入Undertaking Type "
></c-input>
<c-col
:span=
"
8
"
>
<c-input
v-model=
"model.gidgrp.blk.gartyptxtc"
style=
"
margin: 0 0 0 10px; width: 8
0%"
placeholder=
"请输入Undertaking Type "
></c-input>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Form of Undertaking"
prop=
"gidgrp.rec.legfrmc"
>
<c-select
v-model=
"model.gidgrp.rec.legfrmc"
style=
"width:100%"
placeholder=
"请选择Form of Undertaking"
>
<el-option
v-for=
"item in codes.legfrmc"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Demand Indicator "
prop=
"gidgrp.rec.demandc"
>
<c-select
v-model=
"model.gidgrp.rec.demandc"
style=
"width:100%"
placeholder=
"请选择Demand Indicator "
>
<el-option
v-for=
"item in codes.demandc"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Requested Language"
prop=
"gidgrp.rec.stdwrduilc"
>
<c-select
v-model=
"model.gidgrp.rec.stdwrduilc"
style=
"width:100%"
placeholder=
"请选择Requested Language"
>
<el-option
v-for=
"item in codes.uiltxt"
: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=
"24"
>
<el-form-item
label=
"Choice of Text"
prop=
"gidgrp.rec.gtxinrc"
>
<c-select
v-model=
"model.gidgrp.rec.gtxinrc"
style=
"width:100%"
placeholder=
"请选择Choice of Text"
>
<el-option
v-for=
"item in codes.gtxinr"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Applicable Rules"
prop=
"gidgrp.blk.apprulc"
>
<c-select
v-model=
"model.gidgrp.blk.apprulc"
style=
"width:100%"
placeholder=
"请选择Applicable Rules"
>
<el-option
v-for=
"item in codes.apprulc"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<c-input
style=
"margin: 0 0 0 10px; width: 80%"
v-model=
"model.gidgrp.blk.apprultxtc"
maxlength=
"35"
placeholder=
"请输入Applicable Rules"
></c-input>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Expiry Type"
prop=
"gidgrp.rec.exptyp"
>
<c-select
v-model=
"model.gidgrp.rec.exptyp"
style=
"width:100%"
placeholder=
"请选择Expiry Type"
>
<el-option
v-for=
"item in codes.exptyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Validity until"
prop=
"gidgrp.rec.expdat"
>
<c-date-picker
:disabled=
"model.gidgrp.rec.exptyp=='OPEN'"
type=
"date"
v-model=
"model.gidgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择Validity until"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"Expiry Condition/ Evt."
prop=
"gidgrp.blk.exptxt"
>
<c-input
type=
"textarea"
rows=
"4"
:disabled=
"model.gitp.exptxtmodflg==''"
v-model=
"model.gidgrp.blk.exptxt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Expiry Condition/ Evt."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.gitp.exptxtmodflg"
:disabled=
"model.gidgrp.rec.exptyp=='FIXD'||model.gidgrp.rec.exptyp=='OPEN'||model.gidgrp.rec.exptyp==''"
style=
"margin:0 0 0 10px"
>
Modify Text
</c-checkbox>
<c-button
disabled
size=
"small"
type=
"primary"
style=
"margin:5px 0 0 10px"
@
click=
"onGitpButdifexptxt"
>
vs.
&
System
</c-button>
<c-button
disabled
size=
"small"
type=
"primary"
style=
"margin:5px 0 0 10px"
@
click=
"onGitpButdifhisexptxt"
>
vs.
&
History
</c-button>
</c-col>
</c-col>
</c-col>
</c-col>
</c-row>
<c-col
:span=
"12"
>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Requested Issue Date"
prop=
"gidgrp.rec.opndatc"
>
<c-date-picker
type=
"date"
v-model=
"model.gidgrp.rec.opndatc"
style=
"width:100%"
placeholder=
"请选择Requested Issue Date"
></c-date-picker>
</el-form-item>
...
...
@@ -138,19 +251,20 @@
<el-form-item
label=
"Applicable Rules"
prop=
"gidgrp.blk.apprultxtc"
>
<c-input
v-model=
"model.gidgrp.blk.apprultxtc"
maxlength=
"35"
placeholder=
"请输入Applicable Rules"
></c-input>
</el-form-item>
</c-col
>
</c-col>
--
>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitpop/Event"
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
commonFuncs
],
data
(){
return
{
...
...
src/views/Business/Gitpop/Ptypc.vue
View file @
66d47c0b
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"
{
title: 'Applicant',
grp: 'gidgrp',
rol: 'apc',
}"
:disabled="false"
@onAplpDet="onApcpDet">
</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="onCtcpDet">
</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: 'Issuing Bank',
grp: 'gidgrp',
rol: 'ben',
}"
:disabled="true"
@onAplpDet="onCtcpDet">
</c-ptap>
</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,25 +275,34 @@
<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
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitpop/Event"
import
Ptap
from
"~/views/Public/Ptap"
;
import
PtapDome
from
"~/views/Public/PtapDome"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
,
"c-ptapdome"
:
PtapDome
,
},
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
,
commonFuncs
],
data
(){
return
{
}
},
methods
:{...
Event
},
methods
:{
...
Event
,
},
created
:
function
(){
}
...
...
src/views/Business/Gitpop/index.vue
View file @
66d47c0b
...
...
@@ -148,6 +148,12 @@
<m-ovwpc
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Seq C : Parties"
name=
"ptypc"
>
<c-content>
<m-ptypc
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
...
...
@@ -176,6 +182,7 @@ import Gidtxtp from "./Gidtxtp"
import
Decrea
from
"./Decrea"
import
Detpp
from
"./Detpp"
import
Ovwpc
from
"./Ovwpc"
import
Ptypc
from
"./Ptypc"
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
...
...
@@ -204,6 +211,7 @@ export default {
"m-engp"
:
Engp
,
"m-detpp"
:
Detpp
,
"m-ovwpc"
:
Ovwpc
,
"m-ptypc"
:
Ptypc
,
},
provide
()
{
return
{
...
...
src/views/Business/Infgid/Cbeinfp.vue
View file @
66d47c0b
<
template
>
<div
class=
"eibs-tab"
>
<<<<<<<
HEAD:src
/
views
/
Business
/
Infgid
/
Cbeinfp
.
vue
<c-col
:span=
"12"
>
<el-form-item
label=
"stream of CBEs"
prop=
"infcon.cbestm"
>
...
...
@@ -8,19 +7,12 @@
</el-form-item>
</c-col>
</div>
=======
</div>
>>>>>>> 76ea812e7d5f5e9cbd030eb58098ca831ca35b43:src/views/Business/Letsel/Regp.vue
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
<<<<<<<
HEAD
:
src
/
views
/
Business
/
Infgid
/
Cbeinfp
.
vue
import
Event
from
"~/model/Infgid/Event"
=======
import
Event
from
"~/model/Letsel/Event"
>>>>>>>
76
ea812e7d5f5e9cbd030eb58098ca831ca35b43
:
src
/
views
/
Business
/
Letsel
/
Regp
.
vue
export
default
{
inject
:
[
'root'
],
...
...
src/views/Business/Letsel/Regp.vue
View file @
66d47c0b
...
...
@@ -7,7 +7,6 @@ import Api from "~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Letsel/Event"
import
Event
from
"~/model/Letsel/Event"
export
default
{
inject
:
[
'root'
],
...
...
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