Commit 949fefb1 by nanrui

汇款汉化

parent 60917446
......@@ -3,7 +3,7 @@
<!-- ==============左边=========== -->
<c-col :span="11">
<c-col :span="24">
<el-form-item label="业务编号" prop="cpdgrp.rec.ownref" style="width: 100%">
<el-form-item label="汇款编号" prop="cpdgrp.rec.ownref" style="width: 100%">
<c-fullbox>
<c-input v-model="model.cpdgrp.rec.ownref" maxlength="16" placeholder="请输入业务编号" disabled></c-input>
<template slot="footer">
......
......@@ -137,16 +137,16 @@
</c-col>
<c-col :span="24">
<el-form-item label="提示信息" prop="attp.commet">
<c-input type="textarea" v-model="model.attp.commet" maxlength="35" show-word-limit placeholder="请输入提示信息"
<el-form-item label="附言" prop="attp.commet">
<c-input type="textarea" v-model="model.attp.commet" maxlength="35" show-word-limit placeholder="请输入附言"
rows="4"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="提示信息72(102)" prop="attp.com102">
<el-form-item label="附言72(102)" prop="attp.com102">
<c-input type="textarea" v-model="model.attp.com102" maxlength="35" show-word-limit
placeholder="请输入提示信息72(102)" rows="4" disabled></c-input>
placeholder="请输入附言72(102)" rows="4" disabled></c-input>
</el-form-item>
</c-col>
......
......@@ -21,8 +21,8 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="银行业务编号" prop="bopmod.dbegrp.bas.buscode">
<c-input v-model="model.bopmod.dbegrp.bas.buscode" maxlength="22" placeholder="请输入银行业务编号" disabled></c-input>
<el-form-item label="银行汇款编号" prop="bopmod.dbegrp.bas.buscode">
<c-input v-model="model.bopmod.dbegrp.bas.buscode" maxlength="22" placeholder="请输入银行汇款编号" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......
......@@ -4,7 +4,7 @@
<c-col :span="11">
<c-col :span="24">
<el-form-item
label="业务编号"
label="汇款编号"
prop="cpdgrp.rec.ownref"
style="width: 100%"
>
......@@ -12,7 +12,7 @@
<c-input
v-model="model.cpdgrp.rec.ownref"
maxlength="16"
placeholder="请输入业务编号"
placeholder="请输入汇款编号"
disabled
></c-input>
<template slot="footer">
......@@ -350,7 +350,7 @@
<c-input
v-model="model.cpdgrp.rec.nam"
maxlength="240"
placeholder="请输入Externally Displayed Name to Identify the Contract"
placeholder="请输入简略信息"
disabled
></c-input>
</el-form-item>
......
......@@ -3,7 +3,7 @@
<!-- =================左边============== -->
<c-col :span="11">
<c-col :span="24">
<el-form-item label="业务编号" prop="cpdgrp.rec.ownref">
<el-form-item label="汇款编号" prop="cpdgrp.rec.ownref">
<c-fullbox>
<c-input v-model="model.cpdgrp.rec.ownref" disabled></c-input>
<template slot="footer">
......
......@@ -11,7 +11,7 @@
<c-col :span="24" style="margin-top: 0">
<c-col :span="11">
<el-form-item label="业务编号" prop="cpdgrp.rec.ownref" style="width: 100%">
<el-form-item label="汇款编号" prop="cpdgrp.rec.ownref" style="width: 100%">
<c-fullbox>
<c-input v-model="model.cpdgrp.rec.ownref" maxlength="16" placeholder="请输入业务编号" disabled></c-input>
<template slot="footer">
......
......@@ -31,7 +31,7 @@
<m-setpan :model="model" :codes="codes" />
</el-tab-pane>
<el-tab-pane label="提示信息" name="glepan">
<el-tab-pane label="分录" name="glepan">
<!--PD000001 -->
<m-glepan :model="model" :codes="codes" ref="glepan" />
</el-tab-pane>
......
......@@ -70,7 +70,7 @@ export default {
columns: [
'0 1 "Account" 240 ',
'1 2 "Dt/Cr" 150 1 0 1 DBTCDT',
'2 3 "Cur" 137',
'2 3 "币种" 137',
'3 4 "Booked Amt" 190 2 8 1 2',
'4 5 "状态" 150 1 0 1 GLE:EXPFLG',
'5 6 "Rate" 155 2 0 1 0',
......
<template>
<div class="eibs-tab">
<el-form
class="m-table-search-form"
ref="paramsForm"
:inline="true"
label-position="right"
label-width="110px"
size="small"
>
<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-col :span="8">
<c-fullbox>
<el-form-item
label="Selection of User"
prop="trncorco.usfmod.flt"
style="width: 100%"
>
<el-form-item label="用户选择" prop="trncorco.usfmod.flt" style="width: 100%">
<c-col :span="16">
<c-select
v-model="model.trncorco.usfmod.flt"
maxlength="16"
placeholder="请输入Selection of User"
><el-option
v-for="item in flt"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
<c-select v-model="model.trncorco.usfmod.flt" maxlength="16" placeholder="请输入用户选择">
<el-option v-for="item in flt" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</c-col>
<c-button size="small" type="primary">Show_Set</c-button>
<c-button size="small" type="primary">显示与过滤
</c-button>
</el-form-item>
</c-fullbox>
</c-col>
<c-col :span="8">
<el-form-item
label="业务编号"
prop="trncorco.ownref"
style="width: 100%"
>
<c-input
v-model="model.trncorco.ownref"
maxlength="16"
placeholder="请输入业务编号"
>
<el-form-item label="汇款编号" prop="trncorco.ownref" style="width: 100%">
<c-input v-model="model.trncorco.ownref" maxlength="16" placeholder="请输入业务编号">
</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.trntyp"
style="width: 100%"
placeholder="请选择汇款性质"
>
<el-option
v-for="item in trntyp"
:key="item.value"
:label="item.label"
:value="item.value"
></el-option>
<el-form-item label="汇款性质" prop="trncorco.trntyp" style="width: 100%">
<c-select v-model="model.trncorco.trntyp" style="width: 100%" placeholder="请选择汇款性质">
<el-option v-for="item in trntyp" :key="item.value" :label="item.label" :value="item.value"></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-col
:span="24"
style="text-align: right; height: 36.8px"
v-if="searchToggle"
>
<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="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>
......@@ -98,50 +50,30 @@
<c-row v-show="!searchToggle">
<c-col :span="24">
<c-col :span="8">
<el-form-item
label="状态"
prop="trncorco.relflg"
style="width: 100%"
>
<c-select
v-model="model.trncorco.relflg"
style="width: 100%"
placeholder="请选择Status"
:code="relflg"
>
<el-form-item label="状态" prop="trncorco.relflg" style="width: 100%">
<c-select v-model="model.trncorco.relflg" style="width: 100%" placeholder="请选择Status" :code="relflg">
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="支持币种" prop="relcur" style="width: 100%">
<c-select
v-model="model.relcur"
style="width: 100%"
placeholder="请选择币种"
:code="currencycode"
>
<el-form-item label="交易币种" prop="relcur" style="width: 100%">
<c-select v-model="model.relcur" style="width: 100%" placeholder="请选择币种" :code="currencycode">
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="Amount between" prop="" style="width: 100%">
<el-form-item label="金额区间" prop="" style="width: 100%">
<c-col :span="11">
<c-input-currency
v-model="model.amt1"
placeholder="请输入Amount"
>
<c-input-currency v-model="model.amt1" placeholder="请输入金额">
</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.amt2"
placeholder="请输入Amount"
>
<c-input-currency v-model="model.amt2" placeholder="请输入金额">
</c-input-currency>
</c-col>
</el-form-item>
......@@ -150,57 +82,31 @@
<c-col :span="24">
<c-col :span="8">
<el-form-item
label="Opening between"
prop="trncorco.inidatfro"
style="width: 100%"
>
<el-form-item label="开立日期" prop="trncorco.inidatfro" style="width: 100%">
<c-col :span="11">
<c-date-picker
type="date"
v-model="model.trncorco.inidatfro"
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Opening between"
></c-date-picker>
<c-date-picker type="date" v-model="model.trncorco.inidatfro" value-format="yyyy-MM-dd"
style="width: 100%" placeholder="请选择开立日期"></c-date-picker>
</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-date-picker
type="date"
v-model="model.trncorco.inidattil"
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Open Date to"
></c-date-picker>
<c-date-picker type="date" v-model="model.trncorco.inidattil" value-format="yyyy-MM-dd"
style="width: 100%" placeholder="请选择Open Date to"></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="客户号" prop="ptyextkey" style="width: 100%">
<c-input
v-model="model.ptyextkey"
placeholder="请输入客户号"
></c-input>
<c-input v-model="model.ptyextkey" placeholder="请输入客户号"></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="branch" prop="branch" style="width: 100%">
<c-select
v-model="model.branch"
maxlength="24"
style="width: 100%"
placeholder="请输入Select Single Party"
><el-option
v-for="item in branch"
:key="item.value"
:label="item.label"
:value="item.value"
></el-option>
<el-form-item label="分行" prop="branch" style="width: 100%">
<c-select v-model="model.branch" maxlength="24" style="width: 100%" placeholder="请输入分行">
<el-option v-for="item in branch" :key="item.value" :label="item.label" :value="item.value"></el-option>
</c-select>
</el-form-item>
</c-col>
......@@ -211,32 +117,18 @@
<c-fullbox>
<c-input v-model="model.atp.cod" style="width: 100%"></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
size="small"
type="primary"
>
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
<c-button style="margin: 0 10px 0 10px; padding: 0 12px" size="small" type="primary">
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-row>
<c-col
:span="24"
style="text-align: right; height: 36.8px"
v-if="!searchToggle"
>
<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="primary" icon="el-icon-search" size="small" @click="handleSearch">查询</el-button>
<el-button type="text" @click="searchToggle = true">
收起
<i class="el-icon-arrow-up"></i>
......@@ -249,64 +141,40 @@
</c-col>
<c-col :span="24">
<c-istream-table
:list="stmData.data"
:columns="stmData.columns"
:showButtonFlg="true"
>
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot="header">
<c-col :span="11" style="text-align: left"><span>操作</span></c-col>
</template>
<template slot-scope="scope">
<el-popover
placement="top-start"
title="历史信息"
width="800"
trigger="click"
:ref="'popover_' + scope.row.IDX"
>
<template slot="header">
<c-col :span="11" style="text-align: left"><span>操作</span></c-col>
</template>
<template slot-scope="scope">
<el-popover placement="top-start" title="历史信息" width="800" trigger="click"
:ref="'popover_' + scope.row.IDX">
<div style="text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;">
<span class="el-icon-close" @click="closeTrn('popover_' + scope.row.IDX)"/>
<span class="el-icon-close" @click="closeTrn('popover_' + scope.row.IDX)" />
</div>
<c-istream-table
:list="trnData.data"
:columns="trnData.columns"
>
<el-table-column prop="op" label="操作" width="0">
<template slot-scope="scope">
<c-button
style="margin-left: 0"
size="small"
@click="display(scope.row['INR'])"
>
详情
</c-button>
</template>
</el-table-column>
</c-istream-table>
<c-button
style="margin-left: 0"
size="small"
@click="getTrnInfo(scope.$index, scope.row)"
slot="reference"
>
详情
</c-button>
</el-popover>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'])"
>
处理
<c-istream-table :list="trnData.data" :columns="trnData.columns">
<el-table-column prop="op" label="操作" width="0">
<template slot-scope="scope">
<c-button style="margin-left: 0" size="small" @click="display(scope.row['INR'])">
详情
</c-button>
</template>
</el-table-column>
</c-istream-table>
<c-button style="margin-left: 0" size="small" @click="getTrnInfo(scope.$index, scope.row)"
slot="reference">
详情
</c-button>
</template>
</el-table-column>
</el-popover>
<c-button style="margin-left: 0" size="small" type="primary" @click="getButtons(scope.row['Reference'])">
处理
</c-button>
</template>
</el-table-column>
</c-istream-table>
</c-col>
<m-busbtn ref="childs" :ownref="ownref" trnCode="cptsel" :model="cptselModel" ownrefPath="cpdgrp" @onChoose="onChoose" >11</m-busbtn>
<m-busbtn ref="childs" :ownref="ownref" trnCode="cptsel" :model="cptselModel" ownrefPath="cpdgrp"
@onChoose="onChoose">11</m-busbtn>
</div>
</template>
<script>
......@@ -328,12 +196,12 @@ export default {
ownref: "",
stmData: {
columns: [
'10 1 "TRN" 100 1 0:0 3 ATPTXT',
'11 2 "Own Reference" 186',
'17 3 "Message Type" 186',
'12 4 "Cur" 137',
'13 5 "Relevant Amount" 80 2 8:1 2 5',
'14 6 "Entry" 104 20 30 1',
'10 1 "交易代码" 100 1 0:0 3 ATPTXT',
'11 2 "汇款编号" 186',
'17 3 "消息类型" 186',
'12 4 "币种" 137',
'13 5 "相关金额" 100 2 8:1 2 5',
'14 6 "登记" 104 20 30 1',
'9 7 "Req" 135',
'2 8 "Sig" 135',
'6 9 "Rq0" 135',
......@@ -342,10 +210,10 @@ export default {
'4 12 "Rel1" 135',
'8 13 "Rq2" 135',
'5 14 "Rel2" 135',
'16 15 "User" 160',
'16 15 "用户" 160',
'18 16 "" 60',
'0 17 "状态" 54 1 0:0 1 RELSTA',
'15 18 "Branch" 142',
'0 17 "状态" 100 1 0:0 1 RELSTA',
'15 18 "分行" 142',
],
data: [],
},
......@@ -374,37 +242,37 @@ export default {
{ label: "All Users", value: "<ALL>" },
{ label: "Selected User", value: "<SELU>" },
],
branch:[
{label:"LM ADD", value:"00001047"}
branch: [
{ label: "LM ADD", value: "00001047" }
],
currencycode:[
{label:"ASF 记账瑞士法郎",value:"ASF"},
{label:"ATS 先令",value:"ATS"},
{label:"AUD 澳大利亚元",value:"AUD"},
{label:"BEF 比利时法郎",value:"BEF"},
{label:"CAD 加元",value:"CAD"},
{label:"CHF 瑞士法郎",value:"CHF"},
{label:"CNY 人民币元",value:"CNY"},
{label:"DEM 德国马克",value:"DEM"},
{label:"DKK 丹麦克朗",value:"DKK"},
{label:"EUR 欧元",value:"EUR"},
{label:"FIM 马克",value:"FIM"},
{label:"FRF 法国法郎",value:"FRF"},
{label:"GBP 英镑",value:"GBP"},
{label:"HKD 香港元",value:"HKD"},
{label:"ITL 意大利里拉",value:"ITL"},
{label:"JPY 日元",value:"JPY"},
{label:"KRW 园",value:"KRW"},
{label:"MOP 澳门元",value:"MOP"},
{label:"NLG 荷兰盾",value:"NLG"},
{label:"NOK 挪威克朗",value:"NOK"},
{label:"NZD 新西兰元",value:"NZD"},
{label:"SEK 瑞典克朗",value:"SEK"},
{label:"SGD 新加坡元",value:"SGD"},
{label:"THB 铢",value:"THB"},
{label:"TWD 新台湾元",value:"TWD"},
{label:"USD 美元",value:"USD"},
{label:"XEU 欧洲货币单元(E.C.U)",value:"XEU"}
currencycode: [
{ label: "ASF 记账瑞士法郎", value: "ASF" },
{ label: "ATS 先令", value: "ATS" },
{ label: "AUD 澳大利亚元", value: "AUD" },
{ label: "BEF 比利时法郎", value: "BEF" },
{ label: "CAD 加元", value: "CAD" },
{ label: "CHF 瑞士法郎", value: "CHF" },
{ label: "CNY 人民币元", value: "CNY" },
{ label: "DEM 德国马克", value: "DEM" },
{ label: "DKK 丹麦克朗", value: "DKK" },
{ label: "EUR 欧元", value: "EUR" },
{ label: "FIM 马克", value: "FIM" },
{ label: "FRF 法国法郎", value: "FRF" },
{ label: "GBP 英镑", value: "GBP" },
{ label: "HKD 香港元", value: "HKD" },
{ label: "ITL 意大利里拉", value: "ITL" },
{ label: "JPY 日元", value: "JPY" },
{ label: "KRW 园", value: "KRW" },
{ label: "MOP 澳门元", value: "MOP" },
{ label: "NLG 荷兰盾", value: "NLG" },
{ label: "NOK 挪威克朗", value: "NOK" },
{ label: "NZD 新西兰元", value: "NZD" },
{ label: "SEK 瑞典克朗", value: "SEK" },
{ label: "SGD 新加坡元", value: "SGD" },
{ label: "THB 铢", value: "THB" },
{ label: "TWD 新台湾元", value: "TWD" },
{ label: "USD 美元", value: "USD" },
{ label: "XEU 欧洲货币单元(E.C.U)", value: "XEU" }
],
relflg: [
{ label: "<all>", value: "" },
......@@ -414,14 +282,14 @@ export default {
{ label: "Rejected", value: "N" },
{ label: "Released", value: "R" },
{ label: "Waiting", value: "W" },
],
trntyp:[
{label:"ALL",value:""},
{label:"贸易",value:"0"},
{label:"非贸易",value:"1"},
{label:"资本",value:"2"},
{label:"其他",value:"3"},
],
],
trntyp: [
{ label: "ALL", value: "" },
{ label: "贸易", value: "0" },
{ label: "非贸易", value: "1" },
{ label: "资本", value: "2" },
{ label: "其他", value: "3" },
],
};
},
methods: {
......@@ -453,11 +321,12 @@ export default {
closeTrn(refId) {
this.$refs[refId].doClose();
},
},
created: function () {},
created: function () { },
};
</script>
<style>
</style>
......@@ -3,7 +3,7 @@
<!-- ==========左边========= -->
<c-col :span="11">
<c-col :span="24">
<el-form-item label="业务编号" prop="trn.ownref" style="width: 100%">
<el-form-item label="汇款编号" prop="trn.ownref" style="width: 100%">
<c-fullbox>
<c-input v-model="model.trn.ownref" placeholder=""></c-input>
<template slot="footer">
......
......@@ -2,7 +2,7 @@
<div class="eibs-tab">
<c-col :span="24">
<c-col :span="8">
<el-form-item label="业务编号" prop="">
<el-form-item label="汇款编号" prop="">
<c-input v-model="model.trn.ownref"></c-input>
</el-form-item>
</c-col>
......@@ -38,10 +38,10 @@ export default {
stmData: {
columns: [
'0 1 "Ident No." 262 ',
'1 2 "TRN" 150',
'1 2 "交易代码" 150',
'2 3 "Entry" 250 20 30 1',
'3 4 "状态" 180 1 0 1 RELSTA',
'4 5 "Own Reference" 230',
'4 5 "汇款编号" 230',
'5 6 "Object" 250',
],
......
......@@ -4,7 +4,7 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000071 -->
<el-tab-pane label="selection panel" name="inftrnps">
<el-tab-pane label="选择面板" name="inftrnps">
<m-inftrnps :model="model" :codes="codes"/>
</el-tab-pane>
......
......@@ -3,7 +3,7 @@
<!-- -----------上------------- -->
<c-col :span="24">
<c-col :span="11">
<el-form-item label="业务编号" prop="cpdgrp.rec.ownref">
<el-form-item label="汇款编号" prop="cpdgrp.rec.ownref">
<c-fullbox>
<c-input v-model="model.cpdgrp.rec.ownref" disabled></c-input>
<template slot="footer">
......@@ -17,7 +17,7 @@
<c-col :span="11" :offset="1">
<el-form-item label="简略信息" prop="cpdgrp.rec.nam">
<c-input v-model="model.cpdgrp.rec.nam" maxlength="40"
placeholder="请输入Externally Displayed 简略信息 to Identify the Contract" disabled></c-input>
placeholder="请输入简略信息" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
......@@ -191,7 +191,7 @@
<c-col :span="24">
<c-col :span="10">
<el-form-item label="国外费用" prop="cpdgrp.cbs.feecur">
<c-select v-model="model.cpdgrp.cbs.feecur" style="width: 100%" placeholder="请选择汇款金额">
<c-select v-model="model.cpdgrp.cbs.feecur" style="width: 100%" placeholder="请选择币种">
<el-option v-for="item in codes.curtxt1" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
......@@ -453,7 +453,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="收款人 Ref." prop="cpdgrp.pye.pts.ref">
<el-form-item label="收款人参考号" prop="cpdgrp.pye.pts.ref">
<c-input v-model="model.cpdgrp.pye.pts.ref"></c-input>
</el-form-item>
</c-col>
......
......@@ -43,8 +43,8 @@
"1 2 \"Type of Entry\" 0 ",
"1 3 \"Type\" 0 ",
"1 4 \"Date\" 0 ",
"1 5 \"Cur\" 0 ",
"2 5 \"Cur\" 0 ",
"1 5 \"币种\" 0 ",
"2 5 \"币种\" 0 ",
"1 6 \"Amount\" 0 ",
"2 6 \"Conv. Amount\" 0 ",
"1 7 \"Rel.\" 0 ",
......
......@@ -49,9 +49,9 @@
"1 1 \"Ext.Id\" 0 ",
"1 2 \"Begin\" 0 ",
"1 3 \"End\" 0 ",
"1 4 \"Cur\" 0 ",
"1 4 \"币种\" 0 ",
"1 5 \"Balance\" 0 ",
"1 6 \"Cur\" 0 ",
"1 6 \"币种\" 0 ",
"1 7 \"Converted Amount\" 0 ",
"1 8 \"CBE ID\" 0 ",
],
......
......@@ -115,8 +115,8 @@ export default {
'1 1 "Fee Code" 0 ',
'1 2 "Fee Text" 0 ',
'1 3 "Disposition" 0 ',
'1 4 "Role" 0 ',
'1 5 "Cur" 0 ',
'1 4 "角色" 0 ',
'1 5 "币种" 0 ',
'1 6 "Amount" 0 ',
'1 7 "Transaction/INR" 0 ',
'1 8 "Entry Date" 0 ',
......@@ -129,7 +129,7 @@ export default {
'1 2 "收款人" 0 ',
'2 2 "Text for 收款人" 0 ',
'1 3 "Disposition" 0 ',
'1 4 "Cur" 0 ',
'1 4 "币种" 0 ',
'1 5 "Amount" 0 ',
'1 6 "Transaction/INR" 0 ',
'1 7 "Entry Date" 0 ',
......
......@@ -74,8 +74,8 @@ export default {
'1 1 "TRNINR" 0 ',
'1 2 "Account" 0 ',
'1 3 "D/C" 0 ',
'1 4 "Cur" 0',
'2 4 "S.Cur" 0',
'1 4 "币种" 0',
'2 4 "S.币种" 0',
'1 5 "Amount" 0',
'2 5 "Sys.Amount" 0',
'1 6 "Val.Date" 0',
......
......@@ -20,7 +20,7 @@
</div> -->
<c-col :span="11">
<c-col :span="24">
<el-form-item label="业务编号" prop="cpdgrp.rec.ownref">
<el-form-item label="汇款编号" prop="cpdgrp.rec.ownref">
<c-fullbox>
<c-input
v-model="model.cpdgrp.rec.ownref"
......
......@@ -15,20 +15,20 @@
<c-col :span="24">
<c-col :span="8">
<el-form-item
label="业务编号"
label="汇款编号"
prop="infcon.seaownref"
style="width: 100%"
>
<c-input
v-model="model.infcon.seaownref"
maxlength="16"
placeholder="请输入业务编号"
placeholder="请输入汇款编号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="Opening"
label="开立日期"
prop="infcon.opndatfrom"
style="width: 100%"
>
......@@ -58,7 +58,7 @@
<c-input
v-model="model.infcon.nam"
maxlength="40"
placeholder="请输入Name"
placeholder="请输入简略信息"
></c-input>
</el-form-item>
</c-col>
......@@ -90,27 +90,27 @@
<c-col :span="24">
<c-col :span="8">
<el-form-item
label="Party Reference"
label="当事人参考号"
prop="infcon.searef"
style="width: 100%"
>
<c-input
v-model="model.infcon.searef"
maxlength="16"
placeholder="请输入Party Reference"
placeholder="请输入当事人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="Select Single Party"
label="当事人编号"
prop="infcon.pty.extkey"
style="width: 100%"
>
<c-input
v-model="model.infcon.pty.extkey"
maxlength="24"
placeholder="请输入Select Single Party"
placeholder="请输入当事人编号"
:disabled="this.flag1"
>
</c-input>
......@@ -118,14 +118,14 @@
</c-col>
<c-col :span="8">
<el-form-item
label="Party Name"
label="当事人名称"
prop="infcon.pty.nam"
style="width: 100%"
>
<c-input
v-model="model.infcon.pty.nam"
maxlength="40"
placeholder="请输入External Party Name"
placeholder="请输入当事人名称"
disabled
>
</c-input>
......@@ -136,24 +136,24 @@
<c-col :span="24">
<c-col :span="8">
<el-form-item
label="Party Name/BIC"
label="当事人BIC编码"
prop="infcon.seapty"
style="width: 100%"
>
<c-input
v-model="model.infcon.seapty"
maxlength="24"
placeholder="请输入Party Name/BIC"
placeholder="请输入当事人BIC编码"
:disabled="this.flag2"
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="Role" prop="infcon.searol" style="width: 100%">
<el-form-item label="角色" prop="infcon.searol" style="width: 100%">
<c-select
v-model="model.infcon.searol"
style="width: 100%"
placeholder="请选择Role"
placeholder="请选择角色"
:code="searol"
>
</c-select>
......@@ -161,14 +161,14 @@
</c-col>
<c-col :span="8">
<el-form-item
label="Resp.User"
label="客户经理"
prop="infcon.usr.extkey"
style="width: 100%"
>
<c-input
v-model="model.infcon.usr.extkey"
maxlength="8"
placeholder="请输入User ID"
placeholder="请输入客户经理"
disabled
>
</c-input>
......@@ -251,11 +251,11 @@
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="Swift type" prop="msgtyp" style="width: 100%">
<el-form-item label="Swift类型" prop="msgtyp" style="width: 100%">
<c-select
v-model="model.msgtyp"
style="width: 100%"
placeholder="请选择Swift type"
placeholder="请选择Swift类型"
:code="swftyp"
>
</c-select>
......@@ -420,7 +420,7 @@
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['业务编号'])"
@click="getButtons(scope.row['汇款编号'])"
>
处理
</c-button>
......@@ -507,10 +507,10 @@ export default {
},
stmData: {
columns: [
'1 1 "业务编号" 150 ',
'2 2 "Resp. User" 120 ',
'1 1 "汇款编号" 150 ',
'2 2 "客户经理" 120 ',
'12 3 "PYE NO." 100 ',
'9 4 "Payee.Party Number" 200',
'9 4 "收款人编号" 200',
'10 5 "Payee Customer" 250',
'11 6 "PYE.Customer CN" 150',
'13 7 "Ord.Party Number" 150',
......@@ -520,13 +520,13 @@ export default {
'17 11 "Ord.Institution" 200',
'12 12 "ORC NO." 150',
'18 13 "2.Party Number" 150',
'19 14 "Paying Bank" 150',
'19 14 "付款行" 150',
{
index: 3,
position: 15,
width: 100,
pattern: "date",
label: "Opened",
label: "开立日期",
},
{
index: 4,
......@@ -541,11 +541,11 @@ export default {
position: 17,
width: 100,
pattern: "date",
label: "Closed",
label: "关闭日期",
},
'20 18 "1.Cur" 80',
'21 19 "Paym.Amount" 150',
'22 20 "2.Cur" 80',
'20 18 "1.币种" 80',
'21 19 "付款金额" 150',
'22 20 "2.币种" 80',
'23 21 "Amount rcvd." 150',
'6 22 "Pyectycod" 120',
'7 23 "Orcctycod" 120',
......
......@@ -41,7 +41,7 @@
stmData: {
columns: [
"1 1 \"Type\" 0 ",
"1 2 \"Role\" 0 ",
"1 2 \"角色\" 0 ",
"1 3 \"Maturity\" 0",
"1 4 \"Amount\" 0",
"1 5 \"Account\" 0",
......
......@@ -39,7 +39,7 @@
columns: [
"1 1 \"Start\" 0 ",
"1 2 \"状态\" 0 ",
"1 3 \"业务编号\" 0",
"1 3 \"汇款编号\" 0",
"1 4 \"Name\" 0",
],
data: [
......
......@@ -107,8 +107,8 @@
return {
stmData: {
sptstmColumns: [
"1 1 \"TRN\" 0 ",
"1 2 \"业务编号\" 0 ",
"1 1 \"交易代码\" 0 ",
"1 2 \"汇款编号\" 0 ",
"1 3 \"简略信息\" 0 ",
"1 4 \"Creation\" 0",
"1 5 \"状态\" 0",
......
......@@ -55,8 +55,8 @@
stmData: {
columns: [
"1 1 \"Cre.Date\" 0 ",
"1 2 \"业务编号\" 0 ",
"1 3 \"Cur\" 0 ",
"1 2 \"汇款编号\" 0 ",
"1 3 \"币种\" 0 ",
"1 4 \"Amount\" 115",
"1 5 \"Cre.TRNINR\" 115",
"1 6 \"Cre.TRN\" 115",
......
......@@ -27,7 +27,7 @@
<!-- <c-col :span="18" :offset="1">
<el-form-item label="" prop="infcon.trnstm" label-width="0">
<c-input type="textarea" :rows="4" v-model="model.infcon.trnstm" show-word-limit
placeholder="请输入stream for TRN to selected contract"></c-input>
placeholder="请输入stream for 交易代码 to selected contract"></c-input>
</el-form-item>
</c-col> -->
......
......@@ -30,7 +30,7 @@
<c-col :span="24">
<c-col :span="11">
<el-form-item label="业务编号" prop="selobj" style="width:100%">
<el-form-item label="汇款编号" prop="selobj" style="width:100%">
<c-input v-model="model.selobj" style="width:100%"></c-input>
</el-form-item>
</c-col>
......@@ -44,7 +44,7 @@
<c-col :span="24">
<c-col :span= "11">
<el-form-item label="Selection of Users" prop="usfmod.flt" style="width:100%">
<el-form-item label="用户选择" prop="usfmod.flt" style="width:100%">
<c-fullbox>
<c-select v-model="model.usfmod.flt" placeholder="请输入Selection of User" style="width:100%">
<el-option
......@@ -68,7 +68,7 @@
v-model="model.inidatfro"
value-format="yyyy-MM-dd"
style="width:48%"
palceholder="请选择Opening between"
palceholder="请选择开立日期"
></c-date-picker>
<span> - </span>
......@@ -150,7 +150,7 @@
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['业务编号'])"
@click="getButtons(scope.row['汇款编号'])"
>
处理
</c-button>
......@@ -178,8 +178,8 @@ export default {
],
stmData:{
columns:[
"4 1 \"TRN\" 150 ",
"5 2 \"业务编号\" 160",
"4 1 \"交易代码\" 150 ",
"5 2 \"汇款编号\" 160",
"6 3 \"简略信息\" 120",
"7 5 \"Creation\" 101 20 30 1",
"1 6 \"状态\" 160 1 0:0 1 SPT:STA",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment