Commit 51383bf2 by wangna

infccd修改

parent fd1c60b9
...@@ -250,6 +250,9 @@ export default class Infccd{ ...@@ -250,6 +250,9 @@ export default class Infccd{
}, },
}, },
ccdgrp:{ ccdgrp:{
rec:{
inr:"",
},
blk:{ blk:{
setins:"", // Settlement Instructions .ccdgrp.blk.setins setins:"", // Settlement Instructions .ccdgrp.blk.setins
}, },
......
...@@ -564,12 +564,13 @@ export default { ...@@ -564,12 +564,13 @@ export default {
trnData: { trnData: {
columns: [ columns: [
'0 1 "Trn ID" 100', '0 1 "Trn ID" 100',
'1 2 "Transaction Name" 200', '1 2 "Reference" 150',
'2 3 "Entry" 200', '2 3 "Transaction Name" 200',
'3 4 "Status" 100', '3 4 "Entry" 150',
'4 5 "Cur." 80', '4 5 "Status" 150',
'5 6 "Relevant Amount" 200', '5 6 "Cur." 100',
'6 7 "Signed" 80', '6 7 "Relevant Amount" 150',
'7 8 "Signed" 150',
], ],
data: [], data: [],
}, },
...@@ -618,7 +619,7 @@ export default { ...@@ -618,7 +619,7 @@ export default {
async getTrnInfo(idx, row) { async getTrnInfo(idx, row) {
this.model.infcon.objinr = row["INR"]; this.model.infcon.objinr = row["INR"];
this.model.gidgrp.rec.inr = row["INR"]; this.model.ccdgrp.rec.inr = row["INR"];
this.model.infcon.chksubcon = "X"; this.model.infcon.chksubcon = "X";
this.dialogTableVisible = true; this.dialogTableVisible = true;
......
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