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
4e1b9751
Commit
4e1b9751
authored
Aug 09, 2022
by
taojinrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cnysel交易和cptato交易的修改
parent
ac3d981f
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
791 additions
and
173 deletions
+791
-173
Event.js
src/model/Cnysel/Event.js
+58
-24
Selp.vue
src/views/Business/Cnysel/Selp.vue
+30
-22
Opnp1.vue
src/views/Business/Cptato/Opnp1.vue
+4
-2
Pardet.vue
src/views/Business/Cptato/Pardet.vue
+3
-3
Inftrnps copy.vue
src/views/Business/Cptrel/Inftrnps copy.vue
+466
-0
Inftrnps.vue
src/views/Business/Cptrel/Inftrnps.vue
+229
-121
index.vue
src/views/Business/Cptrel/index.vue
+1
-1
No files found.
src/model/Cnysel/Event.js
View file @
4e1b9751
...
...
@@ -2,53 +2,86 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
async
onSerbut
()
{
async
onSerbut
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"serbut"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onButprt
()
{
async
onButprt
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onDtlbut
()
{
async
onDtlbut
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"dtlbut"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onExi
()
{
async
onExi
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
let
opndatfrom
=
this
.
model
.
frmdat
;
if
(
!
opndatfrom
||
opndatfrom
==
''
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询开始日期必输!'
});
return
;
}
let
opndatto
=
this
.
model
.
tildat
;
if
(
!
opndatto
||
opndatto
==
''
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询结束日期必输!'
});
return
;
}
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
// this.updateModel(rtnmsg.data);
// this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
//this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
handleReset
()
{
this
.
model
.
infcon
.
seaownref
=
""
this
.
model
.
infcon
.
opndatfrom
=
new
Date
();
this
.
model
.
infcon
.
opndatto
=
new
Date
();
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
curtxt1
=
""
;
this
.
model
.
infcon
.
nam
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
doctypcod
=
""
;
},
}
\ No newline at end of file
src/views/Business/Cnysel/Selp.vue
View file @
4e1b9751
<
template
>
<div
class=
"eibs-tab"
>
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<!-- ===================左边================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
...
...
@@ -30,48 +31,53 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"业务所属行"
prop=
"ownextkey"
>
<c-select
v-model=
"model.ownextkey"
style=
"width: 100%"
placeholder=
"请选择Initial Code"
>
<el-option
v-for=
"item in codes.ownextkey"
: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=
"From"
prop=
"frmdat"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.frmdat"
style=
"width: 100%"
placeholder=
"请选择From"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Until"
prop=
"tildat"
>
<c-col
:span=
"2"
style=
"text-align:center"
>
-
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.tildat"
style=
"width: 100%"
placeholder=
"请选择Until"
></c-date-picker>
</c-col>
</c-col>
</el-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"业务所属行"
prop=
"ownextkey"
>
<c-select
v-model=
"model.ownextkey"
style=
"width: 100%"
placeholder=
"请选择Initial Code"
>
<el-option
v-for=
"item in codes.ownextkey"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-list-search>
<!-- ======================底部============================ -->
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"24"
>
...
...
@@ -166,6 +172,8 @@
</c-button>
</c-col> -->
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
...
...
src/views/Business/Cptato/Opnp1.vue
View file @
4e1b9751
...
...
@@ -245,7 +245,7 @@
maxlength=
"65"
show-word-limit
placeholder=
"请输入汇款人地址"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -528,7 +528,9 @@
v-model=
"model.attp.resbchnam"
maxlength=
"42"
placeholder=
"请输入接收行名称"
@
keyup
.
enter
.
native=
"showGridPromptDialog('attp.resbchnam')"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('attp.resbchnam')
"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Cptato/Pardet.vue
View file @
4e1b9751
...
...
@@ -33,7 +33,7 @@
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('
attp.atd.sbkact
')
showGridPromptDialog('
cpdgrp.ori.pts.extkey
')
"
></c-input>
</el-form-item>
...
...
@@ -229,7 +229,7 @@
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<!-- <c-col :span="24">
showGridPromptDialog
<el-form-item
label="Drag Drop Sender"
prop="attp.pybp.ptsget.sdamod.dadsnd"
...
...
@@ -252,7 +252,7 @@
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.py
d
.pts.extkey')
showGridPromptDialog('cpdgrp.py
b
.pts.extkey')
"
></c-input>
</el-form-item>
...
...
src/views/Business/Cptrel/Inftrnps copy.vue
0 → 100644
View file @
4e1b9751
<
template
>
<div
class=
"eibs-tab"
>
<!-- =================顶端================== -->
<c-col
:span=
"24"
>
<!-- ===================左边====================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<!--
<c-fullbox>
-->
<c-col
:span=
"12"
>
<span
v-text=
"model.trncorco.usfmod.usftxt"
data-path=
".trncorco.usfmod.usftxt"
>
</span>
</c-col>
<c-col
:span=
"20"
>
<el-form-item
label=
"Selection of User"
prop=
"trncorco.usfmod.flt"
>
<c-select
v-model=
"model.trncorco.usfmod.flt"
style=
"width: 100%"
placeholder=
"请选择Filter"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onUsfmodShwflt"
>
Sho
&
w Set
</c-button>
</c-col>
<!--
</c-fullbox>
-->
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Curr."
prop=
"relcur"
>
<c-select
v-model=
"model.relcur"
style=
"width: 100%"
placeholder=
"请选择Curr."
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount"
prop=
"amt1"
>
<c-input
v-model=
"model.amt1"
maxlength=
"18"
placeholder=
"请输入Amount"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount"
prop=
"amt2"
>
<c-input
v-model=
"model.amt2"
maxlength=
"18"
placeholder=
"请输入Amount"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Date of entry of Transaction"
prop=
"trncorco.inidatfro"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidatfro"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Date of entry of Transaction until"
prop=
"trncorco.inidattil"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidattil"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction until"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- =====================右边====================== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Reference"
prop=
"trncorco.ownref"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"汇款性质"
prop=
"trncorco.trntyp"
>
<c-select
v-model=
"model.trncorco.trntyp"
style=
"width: 100%"
placeholder=
"请选择汇款性质"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Status"
prop=
"trncorco.relflg"
>
<c-select
v-model=
"model.trncorco.relflg"
style=
"width: 100%"
placeholder=
"请选择Status"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Transaction Type "
prop=
"atp.cod"
>
<c-input
v-model=
"model.atp.cod"
maxlength=
"6"
placeholder=
"请输入Transaction Type "
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Party extkey"
prop=
"ptyextkey"
>
<c-input
v-model=
"model.ptyextkey"
maxlength=
"24"
placeholder=
"请输入Party extkey"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"branch"
prop=
"branch"
>
<c-select
v-model=
"model.branch"
style=
"width: 100%"
placeholder=
"请选择branch"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<!-- =================底端=================== -->
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"List of transaction sfor display"
prop=
"trncorco.trnstm"
>
<c-input
v-model=
"model.trncorco.trnstm"
placeholder=
"请输入List of transaction sfor display"
></c-input>
</el-form-item>
</c-col>
-->
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
>
详情
</el-button
>
</
template
>
</el-table-column>
</c-edit-table>
</c-col>
<!-- ======================================原码=================================================== -->
<!-- <c-col :span="12">
<span v-text="model.trncorco.usfmod.usftxt" data-path=".trncorco.usfmod.usftxt" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="Filter" prop="trncorco.usfmod.flt">
<c-select v-model="model.trncorco.usfmod.flt" style="width:100%" placeholder="请选择Filter">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onUsfmodShwflt">
Sho&w Set
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Reference" prop="trncorco.ownref">
<c-input v-model="model.trncorco.ownref" maxlength="16" placeholder="请输入Reference"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSearow">
&Search
</c-button>
</c-col>
<c-col :span="12">
<span v-text="model.trncorco.usfmod.labtxt" data-path=".trncorco.usfmod.labtxt" > </span>
</c-col>
<c-col :span="12">
<el-form-item label="Selected User Group Set" prop="trncorco.usfmod.selusgset">
<c-select v-model="model.trncorco.usfmod.selusgset" style="width:100%" placeholder="请选择Selected User Group Set">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="User ID" prop="trncorco.usfmod.usr.extkey">
<c-input v-model="model.trncorco.usfmod.usr.extkey" maxlength="8" placeholder="请输入User ID"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Selected User Group" prop="trncorco.usfmod.selusg">
<c-select v-model="model.trncorco.usfmod.selusg" style="width:100%" placeholder="请选择Selected User Group">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Select user branch" prop="trncorco.usfmod.selusb">
<c-select v-model="model.trncorco.usfmod.selusb" style="width:100%" placeholder="请选择Select user branch">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="trncorco.usfmod.usrget.sdamod.seainf">
<c-input v-model="model.trncorco.usfmod.usrget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Status" prop="trncorco.relflg">
<c-select v-model="model.trncorco.relflg" style="width:100%" placeholder="请选择Status">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="汇款性�'�" prop="trncorco.trntyp">
<c-select v-model="model.trncorco.trntyp" style="width:100%" placeholder="请选择汇款性�'�">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onDsp">
D&isplay
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="atpget.sdamod.dadsnd">
<c-input v-model="model.atpget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Curr." prop="relcur">
<c-select v-model="model.relcur" style="width:100%" placeholder="请选择Curr.">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Amount" prop="amt1">
<c-input v-model="model.amt1" maxlength="18" placeholder="请输入Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Amount" prop="amt2">
<c-input v-model="model.amt2" maxlength="18" placeholder="请输入Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Transaction Type " prop="atp.cod">
<c-input v-model="model.atp.cod" maxlength="6" placeholder="请输入Transaction Type "></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="atpget.sdamod.seainf">
<c-input v-model="model.atpget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onPrinte">
导出Excel
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Date of entry of Transaction" prop="trncorco.inidatfro">
<c-date-picker type="date" v-model="model.trncorco.inidatfro" style="width:100%" placeholder="请选择Date of entry of Transaction"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Date of entry of Transaction until" prop="trncorco.inidattil">
<c-date-picker type="date" v-model="model.trncorco.inidattil" style="width:100%" placeholder="请选择Date of entry of Transaction until"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Party extkey" prop="ptyextkey">
<c-input v-model="model.ptyextkey" maxlength="24" placeholder="请输入Party extkey"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="branch" prop="branch">
<c-select v-model="model.branch" style="width:100%" placeholder="请选择branch">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="List of transaction sfor display" prop="trncorco.trnstm">
<c-input v-model="model.trncorco.trnstm" placeholder="请输入List of transaction sfor display"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="# of transactions" prop="numtrn">
<c-input v-model="model.numtrn" placeholder="请输入# of transactions"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onImgmodNewimg">
Img
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onImgmodNewhisimg">
His.Img
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onDiaconButdia">
&Diaries
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRelrow">
&Release
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onReprow">
Re&pair
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRejrow">
Reject
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onExi">
E&xit
</c-button>
</c-col> -->
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cptrel/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
ptsaddg
:
{
columns
:
[
{
title
:
"TRN"
,
width
:
"120px"
,
dataIndex
:
"rol"
,
show
:
"select"
,
},
{
title
:
"Own Reference"
,
width
:
"180px"
,
dataIndex
:
"ptyextkey"
,
show
:
"input"
,
},
{
title
:
"Cur"
,
width
:
"300px"
,
dataIndex
:
"nam"
,
},
{
title
:
"Relevant"
,
width
:
"300px"
,
dataIndex
:
"ref"
,
},
{
title
:
"Entry"
,
width
:
"300px"
,
dataIndex
:
"ref"
,
},
{
title
:
"Relevant"
,
width
:
"300px"
,
dataIndex
:
"ref"
,
},
],
urls
:
"lttp.ptsaddp.ptsaddg"
,
},
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Cptrel/Inftrnps.vue
View file @
4e1b9751
<
template
>
<div
class=
"eibs-tab"
>
<!-- =================顶端================== -->
<c-col
:span=
"24"
>
<!-- ===================左边====================== -->
<c-col
:span=
"11"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<c-row>
<c-col
:span=
"24"
>
<!--
<c-fullbox>
-->
<c-col
:span=
"12"
>
<span
v-text=
"model.trncorco.usfmod.usftxt"
data-path=
".trncorco.usfmod.usftxt"
<c-col
:span=
"8"
>
<el-form-item
label=
"Selection of User"
prop=
"trncorco.usfmod.flt"
style=
"width:100%"
>
<c-col
:span=
"16"
>
<c-input
v-model=
"model.trncorco.usfmod.flt"
maxlength=
"16"
aria-placeholder=
"请输入Selection of User"
>
</span>
</c-input>
</c-col>
<c-button
size=
"small"
type=
"primary"
@
click=
"onUsfmodShwflt"
>
Show_Set
</c-button>
</el-form-item>
</c-col>
<c-col
:span=
"20"
>
<el-form-item
label=
"Selection of User"
prop=
"trncorco.usfmod.flt"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Reference"
prop=
"trncorco.ownref"
style=
"width:100%"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"汇款性质"
prop=
"trncorco.trntyp"
style=
"width:100%"
>
<c-select
v-model=
"model.trncorco.usfmod.flt
"
v-model=
"model.trncorco.trntyp
"
style=
"width: 100%"
placeholder=
"请选择Filter
"
placeholder=
"请选择汇款性质
"
>
<el-option
v-for=
"item in codes.y"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onUsfmodShwflt"
>
Sho
&
w Set
</c-button>
</c-col>
<!--
</c-fullbox>
-->
</c-row>
<c-col
:span=
"24"
style=
"text-align: right; height: 36.8px"
v-if=
"searchToggle"
>
<el-button
size=
"small"
@
click=
"handleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleSearch"
>
查询
</el-button
>
<el-button
type=
"text"
@
click=
"searchToggle = false"
>
展开
<i
class=
"el-icon-arrow-down"
></i>
</el-button>
</c-col>
<!-- 可控展示区 -->
<c-row
v-show=
"!searchToggle"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Curr."
prop=
"relcur"
>
<c-select
v-model=
"model.relcur
"
<el-form-item
label=
"Party Reference"
prop=
"trncorco.usfmod.usr.extkey
"
style=
"width: 100%"
placeholder=
"请选择Curr."
>
<c-select
v-model=
"model.trncorco.usfmod.usr.extkey"
placeholder=
"请输入Party Reference"
>
<el-option
v-for=
"item in codes.extkey"
:key=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount"
prop=
"amt1"
>
<el-form-item
label=
"Select Single Party"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.amt1"
maxlength=
"18"
placeholder=
"请输入Amount"
></c-input>
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入Select Single Party"
:disabled=
this.flag1
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount"
prop=
"amt2"
>
<el-form-item
label=
"Party Name"
prop=
"infcon.pty.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.amt2"
maxlength=
"18"
placeholder=
"请输入Amount"
></c-input>
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入External Party Name"
disabled
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
8
"
>
<el-form-item
label=
"Date of entry of Transaction"
prop=
"trncorco.inidatfro"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidatfro"
label=
"Party Name/BIC"
prop=
"infcon.seapty"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Date of entry of Transaction until"
prop=
"trncorco.inidattil"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidattil"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction until"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- =====================右边====================== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Reference"
prop=
"trncorco.ownref"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入Party Name/BIC"
:disabled=
this.flag2
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"汇款性质"
prop=
"trncorco.trntyp"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Role"
prop=
"infcon.searol"
style=
"width: 100%"
>
<c-select
v-model=
"model.
trncorco.trntyp
"
v-model=
"model.
infcon.searol
"
style=
"width: 100%"
placeholder=
"请选择汇款性质"
placeholder=
"请选择Role"
:code=
"searol"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Resp.User"
prop=
"infcon.usr.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
disabled
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Status"
prop=
"trncorco.relflg"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Status"
prop=
"infcon.seasta"
style=
"width: 100%"
>
<c-select
v-model=
"model.
trncorco.relflg
"
v-model=
"model.
infcon.seasta
"
style=
"width: 100%"
placeholder=
"请选择Status"
:code=
"codes.seasta"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Transaction Type "
prop=
"atp.cod"
>
<c-input
v-model=
"model.atp.cod"
maxlength=
"6"
placeholder=
"请输入Transaction Type "
></c-input>
<c-col
:span=
"8"
>
<el-form-item
label=
"Currency"
prop=
"infcon.seacur"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择Currency"
:code=
"codes.currencycode"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"Amount between"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input-currency
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入Amount"
>
</c-input-currency>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-input-currency
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入Amount"
>
</c-input-currency>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Party extkey"
prop=
"ptyextkey"
>
<c-input
v-model=
"model.ptyextkey"
maxlength=
"24"
placeholder=
"请输入Party extkey"
></c-input>
<c-col
:span=
"8"
>
<el-form-item
label=
"Payment Type"
prop=
"seapaytyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.seapaytyp"
style=
"width: 100%"
placeholder=
"请选择Payment Type"
:code=
"codes.seapaytyp"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"branch"
prop=
"branch"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Swift type"
prop=
"msgtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.
branch
"
v-model=
"model.
msgtyp
"
style=
"width: 100%"
placeholder=
"请选择branch"
placeholder=
"请选择Swift type"
:code=
"swftyp"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"国家代码"
prop=
"countcode"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-select
v-model=
"model.countcode"
filterable
style=
"width: 100%"
placeholder=
"请选择国家代码"
:code=
"codes.bopcty"
>
</c-select>
</c-col>
<c-col
:span=
"13"
style=
"text-align: right"
>
<c-checkbox
v-model=
"model.tsnflg"
>
同名划转标志
</c-checkbox>
</c-col>
</el-form-item>
</c-col>
<!-- =================底端=================== --
>
<c-col
:span=
"24"
>
<
!--
<c-col
:span=
"12"
>
<el-form-item
label=
"List of transaction sfor display
"
prop=
"trncorco.trnstm
"
</c-col
>
</c-row
>
<
c-col
:span=
"24"
style=
"text-align: right; height: 36.8px
"
v-if=
"!searchToggle
"
>
<c-input
v-model=
"model.trncorco.trnstm"
placeholder=
"请输入List of transaction sfor display"
></c-input>
</el-form-item>
</c-col>
-->
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"small"
@
click=
"handleReset"
>
重置
</el-button>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
>
详情
</el-button
icon=
"el-icon-search"
size=
"small"
@
click=
"handleSearch"
>
查询
</el-button
>
</
template
>
</el-table-column>
</c-edit-table>
<el-button
type=
"text"
@
click=
"searchToggle = true"
>
收起
<i
class=
"el-icon-arrow-up"
></i>
</el-button>
</c-col>
</el-form>
<c-col
:span=
"24"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
></div>
</c-col>
<!-- ======================================原码=================================================== -->
...
...
src/views/Business/Cptrel/index.vue
View file @
4e1b9751
...
...
@@ -4,7 +4,7 @@
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--PD000071 -->
<el-tab-pane
label=
"
PD000071
"
name=
"inftrnps"
>
<el-tab-pane
label=
"
selection panel
"
name=
"inftrnps"
>
<m-inftrnps
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
...
...
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