Commit b48c96ac by wangna

infgid、infgcd修改(#818)

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