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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
83 additions
and
13 deletions
+83
-13
Ovwpc.vue
src/views/Business/Gitpop/Ovwpc.vue
+0
-0
Ptypc.vue
src/views/Business/Gitpop/Ptypc.vue
+75
-4
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
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Ptypc.vue
View file @
66d47c0b
<
template
>
<div
class=
"eibs-tab"
>
<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"
>
<
!--
<
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