Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
1e589693
Commit
1e589693
authored
Oct 05, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改crtcri交易和crtcro交易
parent
9dba0634
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
94 deletions
+45
-94
Clip.vue
src/page/Funds/Crtcri/views/Clip.vue
+23
-46
index.vue
src/page/Funds/Crtcri/views/index.vue
+1
-1
Clop.vue
src/page/Funds/Crtcro/views/Clop.vue
+20
-46
index.vue
src/page/Funds/Crtcro/views/index.vue
+1
-1
No files found.
src/page/Funds/Crtcri/views/Clip.vue
View file @
1e589693
...
...
@@ -27,12 +27,6 @@
</c-col>
<!-- S0000010 : 发报行 -->
<!-- S0000011 : Ref. -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.发报行')"
prop=
"crdgrp.snd.pts.ref"
>
<c-input
v-model=
"model.crdgrp.snd.pts.ref"
maxlength=
"20"
></c-input>
</el-form-item>
</c-col>
<!-- S0000009 : 经办柜员 -->
<c-col
:span=
"12"
>
...
...
@@ -54,12 +48,6 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"External Key of Address"
prop=
"crdgrp.snd.pts.extkey"
>
<c-input
v-model=
"model.crdgrp.snd.pts.extkey"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"crtp.sndp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.crtp.sndp.ptsget.sdamod.seainf"
></c-input>
</el-form-item>
...
...
@@ -79,17 +67,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Address Block"
prop=
"crdgrp.snd.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.snd.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Chinese address"
prop=
"crdgrp.snd.dbfadrblkcn"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.snd.dbfadrblkcn"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<!-- S0000014 : 本行业务编号 -->
<c-col
:span=
"12"
>
...
...
@@ -97,6 +75,17 @@
<c-input
v-model=
"model.crdgrp.rec.msgref"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-ptap
:model=
"model"
:isAdrblk=
"false"
:haveAdrLabel=
"true"
:requiredExtkey=
"true"
:isAdrVisible=
"false"
:argadr=
"
{title: '发报行', grp: 'crdgrp', rol: 'snd'}"
ptytyp="C"
>
</c-ptap>
</c-col>
<!-- S0000004 : 汇款账号(Tag59) -->
<c-col
:span=
"12"
>
...
...
@@ -114,12 +103,6 @@
</c-col>
<!-- S0000017 : 账户行 -->
<!-- S0000018 : Ref. -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.账户行')"
prop=
"crdgrp.acc.pts.ref"
>
<c-input
v-model=
"model.crdgrp.acc.pts.ref"
maxlength=
"20"
></c-input>
</el-form-item>
</c-col>
<!-- S0000020 : 归属机构 -->
<c-col
:span=
"12"
>
...
...
@@ -135,17 +118,23 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"External Key of Address"
prop=
"crdgrp.acc.pts.extkey"
>
<c-input
v-model=
"model.crdgrp.acc.pts.extkey"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"crtp.accp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.crtp.accp.ptsget.sdamod.seainf"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-ptap
:model=
"model"
:isAdrblk=
"false"
:haveAdrLabel=
"true"
:requiredExtkey=
"true"
:isAdrVisible=
"false"
:argadr=
"
{title: '账户行', grp: 'crdgrp', rol: 'acc'}"
ptytyp="C"
>
</c-ptap>
</c-col>
<!-- S0000021 : 出错信息 -->
<c-col
:span=
"12"
>
...
...
@@ -153,18 +142,6 @@
<c-input
type=
"textarea"
v-model=
"model.crdgrp.rec.errmsg"
maxlength=
"40"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Address Block"
prop=
"crdgrp.acc.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.acc.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Chinese address"
prop=
"crdgrp.acc.dbfadrblkcn"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.acc.dbfadrblkcn"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<!-- S0000053 : 客户类型 -->
<c-col
:span=
"12"
>
...
...
src/page/Funds/Crtcri/views/index.vue
View file @
1e589693
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"汇入清算"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<el-tab-pane
label=
"Clearing In"
name=
"clip"
>
...
...
src/page/Funds/Crtcro/views/Clop.vue
View file @
1e589693
...
...
@@ -28,12 +28,7 @@
</c-col>
<!-- S0000031 : 收报行 -->
<!-- S0000032 : Ref. -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.收报行')"
prop=
"crdgrp.rcv.pts.ref"
>
<c-input
v-model=
"model.crdgrp.rcv.pts.ref"
maxlength=
"20"
></c-input>
</el-form-item>
</c-col>
<!-- S0000025 : 经办柜员 -->
<c-col
:span=
"12"
>
...
...
@@ -41,6 +36,16 @@
<c-input
v-model=
"model.crtp.usr.extkey"
maxlength=
"8"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-ptap
:model=
"model"
:isAdrblk=
"false"
:haveAdrLabel=
"true"
:requiredExtkey=
"true"
:argadr=
"
{title: '收报行', grp: 'crdgrp', rol: 'rcv'}"
ptytyp="C"
>
</c-ptap>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"crtp.usrget.sdamod.seainf"
>
...
...
@@ -55,12 +60,6 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"External Key of Address"
prop=
"crdgrp.rcv.pts.extkey"
>
<c-input
v-model=
"model.crdgrp.rcv.pts.extkey"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"crtp.rcvp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.crtp.rcvp.ptsget.sdamod.seainf"
></c-input>
</el-form-item>
...
...
@@ -79,18 +78,6 @@
<c-input
v-model=
"model.crdgrp.cbs.max.amt"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Address Block"
prop=
"crdgrp.rcv.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.rcv.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Chinese address"
prop=
"crdgrp.rcv.dbfadrblkcn"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.rcv.dbfadrblkcn"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<!-- S0000027 : 前手付汇业务编号 -->
<c-col
:span=
"12"
>
...
...
@@ -116,11 +103,16 @@
</c-col>
<!-- S0000033 : 账户行 -->
<!-- S0000034 : Ref. -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.账户行')"
prop=
"crdgrp.acc.pts.ref"
>
<c-input
v-model=
"model.crdgrp.acc.pts.ref"
maxlength=
"20"
></c-input>
</el-form-item>
<c-ptap
:model=
"model"
:isAdrblk=
"false"
:haveAdrLabel=
"true"
:requiredExtkey=
"true"
:isAdrVisible=
"false"
:argadr=
"
{title: '账户行', grp: 'crdgrp', rol: 'acc'}"
ptytyp="C"
>
</c-ptap>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -130,28 +122,10 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"External Key of Address"
prop=
"crdgrp.acc.pts.extkey"
>
<c-input
v-model=
"model.crdgrp.acc.pts.extkey"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"crtp.accp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.crtp.accp.ptsget.sdamod.seainf"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Address Block"
prop=
"crdgrp.acc.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.acc.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Chinese address"
prop=
"crdgrp.acc.dbfadrblkcn"
>
<c-input
type=
"textarea"
v-model=
"model.crdgrp.acc.dbfadrblkcn"
maxlength=
"35"
show-word-limit
></c-input>
</el-form-item>
</c-col>
</div>
</
template
>
<
script
>
...
...
src/page/Funds/Crtcro/views/index.vue
View file @
1e589693
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"汇出清算"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
5
0px"
label-position=
"right"
size=
"small"
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"1
2
0px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--crtcro PD000009 Clearing Out -->
...
...
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