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
biyuewuhua
isc-web-vue
Commits
c1c85b12
Commit
c1c85b12
authored
Oct 14, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改退汇清算
parent
720be5c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
83 deletions
+59
-83
index.js
src/page/Funds/Crtcro/model/index.js
+1
-0
Clop.vue
src/page/Funds/Crtcro/views/Clop.vue
+58
-83
No files found.
src/page/Funds/Crtcro/model/index.js
View file @
c1c85b12
...
...
@@ -44,6 +44,7 @@ export default class Crtcri {
msgref
:
""
,
// 前手付汇业务编号 .crdgrp.rec.msgref
rcvobjtyp
:
""
,
// 业务种类 .crdgrp.rec.rcvobjtyp
rcvbchinr
:
""
,
// 业务所属机构 .crdgrp.rec.rcvbchinr
crttyp
:
''
,
},
cbs
:
{
max
:
{
...
...
src/page/Funds/Crtcro/views/Clop.vue
View file @
c1c85b12
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"crtp.recget.sdamod.dadsnd"
>
<c-input
v-model=
"model.crtp.recget.sdamod.dadsnd"
></c-input>
</el-form-item>
</c-col>
<!-- S0000023 : 业务编号 -->
<c-col
:span=
"12"
>
<!-- ==================左边================ -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('crtp.业务编号')"
prop=
"crdgrp.rec.ownref"
>
<c-input
v-model=
"model.crdgrp.rec.ownref"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12
"
>
<el-form-item
label=
""
prop=
"crtp.recget.sdamod.seainf
"
>
<c-input
v-model=
"model.crtp.recget.sdamod.seainf
"
></c-input>
<c-col
:span=
"24
"
>
<el-form-item
:label=
"$t('crtp.经办柜员')"
prop=
"crtp.usr.extkey
"
>
<c-input
v-model=
"model.crtp.usr.extkey"
maxlength=
"8
"
></c-input>
</el-form-item>
</c-col>
<!-- S0000024 : 名称 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.名称')"
prop=
"crdgrp.rec.nam"
>
<c-input
v-model=
"model.crdgrp.rec.nam"
maxlength=
"40"
></c-input>
<!-- S0000026 : 清算币种及金额 -->
<c-col
:span=
"24"
class=
"custom-box-wrap"
>
<el-form-item
:label=
"$t('crtp.清算币种及金额')"
prop=
"crdgrp.cbs.max.cur"
>
<c-select-cur
v-model=
"model.crdgrp.cbs.max.cur"
style=
"width: 115px"
placeholder=
"请选择币种"
dbCode=
"curtxt"
disabled
>
</c-select-cur>
</el-form-item>
<div
class=
"box-3"
>
<el-form-item
label-width=
"5px"
prop=
"crdgrp.cbs.max.amt"
>
<c-input-currency
v-model=
"model.crdgrp.cbs.max.amt"
:currency=
"model.crdgrp.cbs.max.cur"
style=
"width: 100%"
>
</c-input-currency>
</el-form-item>
</div>
</c-col>
<!-- S0000031 : 收报行 -->
<!-- S0000032 : Ref. -->
<!-- S0000025 : 经办柜员 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.经办柜员')"
prop=
"crtp.usr.extkey"
>
<c-input
v-model=
"model.crtp.usr.extkey"
maxlength=
"8"
></c-input>
<!-- S0000028 : 业务种类 -->
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('crtp.业务种类')"
prop=
"crdgrp.rec.rcvobjtyp"
>
<c-select
dbCode=
"RMB122"
v-model=
"model.crdgrp.rec.rcvobjtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<!-- S0000033 : 账户行 -->
<!-- S0000034 : Ref. -->
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:isAdrblk=
"false"
:haveAdrLabel=
"true"
:requiredExtkey=
"true"
:argadr=
"
{title: '收报行', grp: 'crdgrp', rol: 'rcv'}"
:isAdrVisible=
"false"
:argadr=
"
{title: '账户行', grp: 'crdgrp', rol: 'acc'}"
ptytyp="C"
>
</c-ptap>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"crtp.usrget.sdamod.seainf"
>
<c-input
v-model=
"model.crtp.usrget.sdamod.seainf"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"crtp.rcvp.ptsget.sdamod.dadsnd"
>
<c-input
v-model=
"model.crtp.rcvp.ptsget.sdamod.dadsnd"
></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>
</c-col>
<!--
S0000026 : 清算币种及金额
-->
<c-col
:span=
"12
"
>
<el-form-item
:label=
"$t('crtp.清算币种及金额')"
prop=
"crdgrp.cbs.max.cur
"
>
<c-select
v-model=
"model.crdgrp.cbs.max.cur"
style=
"width:100%"
dbCode=
"curtxt
"
>
<!--
============右边=================
-->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24
"
>
<el-form-item
label=
"清算类型"
prop=
"crdgrp.rec.crttyp
"
>
<c-select
:code=
"crttyp"
v-model=
"model.crdgrp.rec.crttyp"
style=
"width:100%
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.清算币种及金额')"
prop=
"crdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.crdgrp.cbs.max.amt"
></c-input>
</el-form-item>
</c-col>
<!-- S0000027 : 前手付汇业务编号 -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('crtp.前手付汇业务编号')"
prop=
"crdgrp.rec.msgref"
>
<c-input
v-model=
"model.crdgrp.rec.msgref"
maxlength=
"16"
></c-input>
</el-form-item>
</c-col>
<!-- S0000028 : 业务种类 -->
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('crtp.业务种类')"
prop=
"crdgrp.rec.rcvobjtyp"
>
<c-select
dbCode=
"RMB122"
v-model=
"model.crdgrp.rec.rcvobjtyp"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000029 : 业务所属机构 -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
:label=
"$t('crtp.业务所属机构')"
prop=
"crdgrp.rec.rcvbchinr"
>
<c-select
v-model=
"model.crdgrp.rec.rcvbchinr"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000033 : 账户行 -->
<!-- S0000034 : Ref. -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:isAdrblk=
"false"
:haveAdrLabel=
"true"
:requiredExtkey=
"true"
:isAdrVisible=
"false"
:argadr=
"
{title: '账户行', grp: 'crdgrp', rol: 'acc'}"
:argadr=
"
{title: '收报行', grp: 'crdgrp', rol: 'rcv'}"
ptytyp="C"
>
</c-ptap>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"crtp.accp.ptsget.sdamod.dadsnd"
>
<c-input
v-model=
"model.crtp.accp.ptsget.sdamod.dadsnd"
></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>
</div>
</
template
>
...
...
@@ -138,7 +100,20 @@ export default {
mixins
:
[
Event
],
data
()
{
return
{
crttyp
:
[
{
label
:
'汇出清算'
,
value
:
'汇出清算'
,
},
{
label
:
'退汇清算'
,
value
:
'退汇清算'
,
},
{
label
:
'转汇清算'
,
value
:
'转汇清算'
,
},
]
}
},
methods
:
{},
...
...
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