Commit ec067956 by wangna

infccd修改

parent d3c64c2e
...@@ -569,11 +569,19 @@ export default { ...@@ -569,11 +569,19 @@ export default {
'0 1 "Trn ID" 100', '0 1 "Trn ID" 100',
'1 2 "Reference" 150', '1 2 "Reference" 150',
'2 3 "Transaction Name" 200', '2 3 "Transaction Name" 200',
'3 4 "Entry" 150', '3 4 "Entry" 200',
'4 5 "Status" 150', // '4 5 "Status" 150',
'5 6 "Cur." 100', {
index: 4,
position: 5,
width: 100,
pattern: "code",
label: "Status",
code: this.codes.relflg,
},
'5 6 "Cur." 80',
'6 7 "Relevant Amount" 150', '6 7 "Relevant Amount" 150',
'7 8 "Signed" 150', '7 8 "Signed" 100',
], ],
data: [], data: [],
}, },
......
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