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
ea6085dd
Commit
ea6085dd
authored
2 years ago
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitpop index.js文件删除
parent
e61faca4
settle-test-20230110
…
bochk-poc
bochk-poc-1113
development-202206
revert-594e4a5c
revert-8c42ad65
No related merge requests found
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
index.js
src/model/Gitpop/index.js
+3
-1
Cfap.vue
src/views/Business/Gitopn/Cfap.vue
+1
-1
Ptyp.vue
src/views/Business/Gitopn/Ptyp.vue
+8
-6
index.js
src/views/Business/Gitpop/index.js
+0
-0
No files found.
src/model/Gitpop/index.js
View file @
ea6085dd
...
...
@@ -282,7 +282,9 @@ export default class Gitpop{
atxpreper
:
""
,
// Presentation Instr. .gidgrp.blk.atxpreper
trfcond
:
""
,
// Transfer Conditions .gidgrp.blk.trfcond
feetxt
:
""
,
// Additional Details to Code for Charges .gidgrp.blk.feetxt
gidtxt
:
""
,
// Guarantee Text .gidgrp.blk.gidtxt
gidtxt
:{
rows
:
[]
},
// Guarantee Text .gidgrp.blk.gidtxt
gtxgidtxt
:
""
,
// Guarantee Text with Variables .gidgrp.blk.gtxgidtxt
gartyptxtc
:
""
,
// Undertaking Type .gidgrp.blk.gartyptxtc
apprulc
:
""
,
// Applicable Rules .gidgrp.blk.apprulc
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitopn/Cfap.vue
View file @
ea6085dd
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"地区机构号"
prop=
"cfagit.ownextkey"
>
<c-select
v-model=
"model.cfagit.ownextkey"
:dbCode=
"ownextkey"
:code=
"getValues('cfagit.ownextkey')"
style=
"width:100%"
placeholder=
"请选择地区机构号"
>
<c-select
v-model=
"model.cfagit.ownextkey"
style=
"width:100%"
placeholder=
"请选择地区机构号"
>
</c-select>
</el-form-item>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitopn/Ptyp.vue
View file @
ea6085dd
...
...
@@ -53,12 +53,12 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Confirming Bank Ref."
prop=
"gidgrp.con.pts.ref"
>
<el-form-item
v-if=
"model.gitp.swiftflg!='Y'"
label=
"Confirming Bank Ref."
prop=
"gidgrp.con.pts.ref"
>
<c-input
disabled
v-model=
"model.gidgrp.con.pts.ref"
maxlength=
"16"
placeholder=
"请输入Applicant Ref."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Confirming Bank"
prop=
"gidgrp.con.pts.extkey"
>
<el-form-item
v-if=
"model.gitp.swiftflg!='Y'"
label=
"Confirming Bank"
prop=
"gidgrp.con.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.con.pts.extkey"
disabled
...
...
@@ -83,7 +83,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"地址名称"
prop=
"gidgrp.con.pts.adrblk"
>
<el-form-item
v-if=
"model.gitp.swiftflg!='Y'"
label=
"地址名称"
prop=
"gidgrp.con.pts.adrblk"
>
<c-input
disabled
type=
"textarea"
rows=
"4"
v-model=
"model.gidgrp.con.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -142,12 +142,12 @@
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gidgrp.rec.hndtyp=='OC'||model.gidgrp.rec.hndtyp=='OT
'"
label=
"Issuing Bank"
prop=
"gidgrp.iss.pts.ref"
>
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp=='OC'||model.gidgrp.rec.hndtyp=='OT')&&model.gitp.swiftflg!='Y
'"
label=
"Issuing Bank"
prop=
"gidgrp.iss.pts.ref"
>
<c-input
v-model=
"model.gidgrp.iss.pts.ref"
maxlength=
"16"
placeholder=
"请输入Issuing Bank"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gidgrp.rec.hndtyp=='OC'||model.gidgrp.rec.hndtyp=='OT
'"
label=
"Issuing Bank"
prop=
"gidgrp.iss.pts.extkey"
>
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp=='OC'||model.gidgrp.rec.hndtyp=='OT')&&model.gitp.swiftflg!='Y
'"
label=
"Issuing Bank"
prop=
"gidgrp.iss.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gidgrp.iss.pts.extkey"
maxlength=
"16"
...
...
@@ -171,7 +171,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"
model.gidgrp.rec.hndtyp=='OC'||model.gidgrp.rec.hndtyp=='OT
'"
label=
"地址名称"
prop=
"gidgrp.iss.pts.adrblk"
>
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp=='OC'||model.gidgrp.rec.hndtyp=='OT')&&model.gitp.swiftflg!='Y
'"
label=
"地址名称"
prop=
"gidgrp.iss.pts.adrblk"
>
<c-input
disabled
rows=
"4"
type=
"textarea"
v-model=
"model.gidgrp.iss.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址名称"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -443,8 +443,10 @@ import Api from "~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Gitopn/Event"
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/index.js
deleted
100644 → 0
View file @
e61faca4
This diff is collapsed.
Click to expand it.
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