Commit 51383bf2 by wangna

infccd修改

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