Commit e395955f by liaoxing

表格数据显示修改

parent dc26e6a3
......@@ -128,7 +128,7 @@ export default {
let params = {
...this.buildCommonData(model, trnName),
rec: {
objtyp: 'lid',
objtyp: 'brd',
objinr: model.brdgrp.rec.objinr,
ownref: model.brdgrp.rec.ownref,
swiftflg: model.brtp.swiftflg,
......
......@@ -29,7 +29,7 @@
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="5px" prop="brdgrp.cbs.opn1.amt">
<c-input v-model="model.brdgrp.cbs.op1.amt" placeholder="请输入附加金额" disabled></c-input>
<c-input v-model="model.brdgrp.cbs.opn1.amt" placeholder="请输入附加金额" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
......
......@@ -37,8 +37,8 @@ export default class Brtame {
tramod: '',
nam: '',
inr:'',
branchinr:''
branchinr:'',
ver: '',
},
cbs: {
max: {
......@@ -80,8 +80,8 @@ export default class Brtame {
branchinr:'',
shppars18:'',
inr:'',
shppar:''
shppar:'',
ver: '',
},
cbs: {
opn1: {
......
......@@ -7,128 +7,178 @@ export default class Brteus {
// swiftflg: '',
// },
gidgrp:{
ghd: {
// wahnum: '',
// remark: '',
// bustyp: '',
segtyp: '',
},
rec:{
ownref:'',
branchinr:'',
},
con: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
atb: {
pts: new Pts().data,
},
avc: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
ctr: {
pts: new Pts().data,
},
cbs: {
max: {
cur: '',
amt: '',
// brdgrp: {
// ghd: {
// // wahnum: '',
// // remark: '',
// // bustyp: '',
// segtyp: '',
// },
// blk: {
// chaded: '',
// nartxt77a: '',
// docdisflg: '',
// chaadd: '',
// docdis: ''
// },
// prb: {
// pts: new Pts().data,
// },
// rec: {
// tenmaxday: '',
// rcvdat: '',
// totcur: '',
// docflg: '',
// advtyp: '',
// docsta: '',
// ownref: '',
// totamt: '0',
// totdat: '',
// advdat: '',
// stadat: '',
// matdat: '',
// nam: '',
// inr:'',
// branchinr:"",
// pntinr: '',
// pnttyp: '',
// etyextkey: '',
// },
// cbs: {
// opn1: {
// cur: '',
// amt: ''
// },
// opn2: {
// cur: '',
// amt: ''
// },
// max: {
// cur: '',
// amt: ''
// },
// max2: {
// cur:'',
// amt: ''
// }
// },
// apl:{
// pts: new Pts().data,
// },
// ben:{
// pts: new Pts().data,
// },
// oth:{
// pts: new Pts().data,
// },
// acb:{
// pts: new Pts().data,
// },
// },
strinf: '',
brdgrp:{
acb:{
pts:new Pts().data,
namelc:"", // 名称 .brdgrp.acb.namelc
adrelc:"", // 地址 .brdgrp.acb.adrelc
dbfadrblkcn:"", // Chinese address .brdgrp.acb.dbfadrblkcn
},
rmb:{
pts:new Pts().data,
namelc:"", // 名称 .brdgrp.rmb.namelc
adrelc:"", // 地址 .brdgrp.rmb.adrelc
dbfadrblkcn:"", // Chinese address .brdgrp.rmb.dbfadrblkcn
},
beb:{
pts:new Pts().data,
namelc:"", // 名称 .brdgrp.beb.namelc
adrelc:"", // 地址 .brdgrp.beb.adrelc
dbfadrblkcn:"", // Chinese address .brdgrp.beb.dbfadrblkcn
},
},
},
brdgrp: {
ghd: {
// wahnum: '',
// remark: '',
// bustyp: '',
segtyp: '',
},
blk: {
chaded: '',
nartxt77a: '',
docdisflg: '',
chaadd: '',
docdis: ''
},
prb: {
pts: new Pts().data,
},
rec: {
tenmaxday: '',
rcvdat: '',
totcur: '',
docflg: '',
advtyp: '',
docsta: '',
ownref: '',
totamt: '0',
totdat: '',
advdat: '',
stadat: '',
matdat: '',
nam: '',
docdis: "", // Discrepancies .brdgrp.blk.docdis
docdisflg: "", // discrepancies modified .brdgrp.blk.docdisflg
chaded:"", // Charges Deducted .brdgrp.blk.chaded
chaadd:"", // Charges .brdgrp.blk.chaadd
nartxt77a:"", // Narrative TAG 77A of MT754 .brdgrp.blk.nartxt77a
},
rec:{
totdat: "", // 付款日期 .brdgrp.rec.totdat
totcur:"", // Total Amount Claimed .brdgrp.rec.totcur
totamt:"0", // Total Amount to be Paid .brdgrp.rec.totamt
ownref:"", // 单据参考号 .brdgrp.rec.ownref
nam:"", // Name of Bill Contract .brdgrp.rec.nam
rcvdat:"", // 到单日期 .brdgrp.rec.rcvdat
advdat:"", // Date of Advice of Payment .brdgrp.rec.advdat
docflg:"", // 单据类型 .brdgrp.rec.docflg
docsta:"", // 单据状态 .brdgrp.rec.docsta
matdat:"", // Maturity Date .brdgrp.rec.matdat
tenmaxday:"", // Tenor day .brdgrp.rec.tenmaxday
stadat:"", // 远期单据到期日 .brdgrp.rec.stadat
advtyp: "", // Type of Advice Received .brdgrp.rec.advtyp //brtudp交易沿用过来显示的页面字段
inr:'',
branchinr:"",
},
cbs: {
opn1: {
cur: '',
amt: ''
pntinr: '',
pnttyp: '',
etyextkey: '',
ver: '',
},
cbs:{
max:{
cur:"", // 单据金额 .brdgrp.cbs.max.cur
amt:"", // 单据金额 .brdgrp.cbs.max.amt
},
opn2: {
cur: '',
amt: ''
},
max: {
cur: '',
amt: ''
opn1:{
cur:"", // 单据余额 .brdgrp.cbs.opn1.cur
amt:"", // Balance .brdgrp.cbs.opn1.amt
},
max2: {
cur:'',
amt: ''
}
opn2: {
cur: "", // 附加金额 .brdgrp.cbs.opn2.cur
},
max2:{
amt:"", // 附加金额 .brdgrp.cbs.max2.amt
},
},
apl:{
pts: new Pts().data,
pts:new Pts().data,
},
ben:{
pts: new Pts().data,
pts:new Pts().data,
},
oth:{
pts: new Pts().data,
},
acb:{
pts: new Pts().data,
prb:{
pts:new Pts().data,
},
},
strinf: '',
lidgrp: {
rec: {
expdat: '',
ownref: '',
lidgrp:{
rec:{
ownref:"", // 信用证编号 .lidgrp.rec.ownref
expdat:"", // Date of Expiry .lidgrp.rec.expdat
branchinr:"",
inr: '',
},
cbs: {
opn1: {
cur: '',
amt: ''
}
}
cbs:{
opn1:{
cur:"", // Currency .lidgrp.cbs.opn1.cur
amt:"", // Balance .lidgrp.cbs.opn1.amt
},
},
},
brtp:{
lidget:{
sdamod:{
seainf:"", // .brtp.lidget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .brtp.lidget.sdamod.dadsnd
},
},
recget:{
sdamod:{
dadsnd:"", // Drag Drop Sender .brtp.recget.sdamod.dadsnd
seainf:"", // .brtp.recget.sdamod.seainf
},
},
matp:{
mattxtlab:"", // Label for MATTXT .brtp.matp.mattxtlab
},
},
setmod: new Pub().data.Setmod,
......
......@@ -81,6 +81,8 @@ export default class Brtudp {
inr:'',
ver:'',
etyextkey: '',
pntinr: '',
pnttyp: '',
},
cbs: {
opn1: {
......
......@@ -53,6 +53,7 @@ export default class Litdav {
inr: '',
relgodflg: '',
etyextkey: '',
payrol: '',
},
cbs: {
opn2: {
......
......@@ -52,6 +52,7 @@ export default class Litdck {
inr: '',
relgodflg: '',
etyextkey: '',
payrol: '',
},
cbs: {
opn2: {
......@@ -82,7 +83,7 @@ export default class Litdck {
zcsdrq: '',
brtp: {
docgrdm:{
docgrd: ''
docgrdVos: ''
},
cre732flg: '',
prbp: {
......
......@@ -38,6 +38,10 @@ export default class Litrog {
docprbrol: '',
branchinr: '',
inr: '',
pntinr: '',
pnttyp: '',
ver:'',
etyextkey: '',
},
cbs: {
max: {
......
......@@ -8,7 +8,7 @@
<c-col :span="24" style="margin-bottom: 30px;">
<el-form-item :prop="`${argadr.grp}.${rol}.docgrd`" label="" label-width="0px">
<c-table max-height="300px" style="text-align: center;" stripe
:list="model[argadr.grp][rol].docgrd || []" :paginationShow="false" :border="true">
:list="model[argadr.grp][rol].docgrdVos || []" :paginationShow="false" :border="true">
<el-table-column :label="model[argadr.grp][rol].docdsclab || '提交单据'" class="messageLabel">
<el-table-column label="1st" width="auto" prop="cmail1" background-color="red">
<template slot-scope="scope">
......@@ -162,12 +162,14 @@ export default {
var grp = this.argadr.grp;
newTableValue.serialNum = serial;
// this.model[argadr.grp].docgrdm.docgrd.splice(index - 1, 0, newTableValue);
this.model[grp][rol].docgrd.splice(index - 1, 0, newTableValue);
// this.model[grp][rol].docgrd.splice(index - 1, 0, newTableValue);
this.model[grp].docgrdm.docgrdVos.splice(index - 1, 0, newTableValue);
},
deleteTable(index) {
// 'this.model.${argadr.grp}.docgrdm.docgrd.splice(index, 1)';
var grp = this.argadr.grp;
this.model[grp][rol].docgrd.splice(index, 1);
// this.model[grp][rol].docgrd.splice(index, 1);
this.model[grp].docgrdm.docgrdVos.splice(index, 1);
},
async docpre() {
let rtnmsg = await this.executeDefault(this.argadr.path)
......
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