Commit a636e715 by jianglong

调整INFLID,INFBRD查询列顺序

parent d88864ce
...@@ -390,22 +390,27 @@ export default { ...@@ -390,22 +390,27 @@ export default {
columns: [ columns: [
'1 1 "单据编号" 140', '1 1 "单据编号" 140',
'2 2 "客户经理" 100', '2 2 "客户经理" 100',
//'3 3 "货物类型" 100 1 0 1 GODCOD', '14 3 "单据币种" 100',
{ index: 3, position: 3, width: 100, pattern: "code", label: "货物类型" ,"code":"godcod"}, '15 4 "单据金额" 130 2 8 1 14',
'7 4 "申请人编号" 133', //'16 16 "单据币种" 130',
'8 5 "申请人名称" 160', '17 5 "单据余额" 140 2 8 1 16',
'9 6 "申请人名称(中文)" 160', { index: 4, position: 6, width: 100, pattern: "date", label: "创建日期" },
'10 7 "受益人编号" 133', '7 7 "申请人编号" 133',
'11 8 "受益人名称" 150', '8 8 "申请人名称" 160',
'6 9 "申请人PTA主键" 160',
// '9 6 "申请人名称(中文)" 160',
// '10 7 "受益人编号" 133',
'11 9 "受益人名称" 150',
// '6 9 "申请人PTA主键" 160',
'12 10 "交单行编号" 140', '12 10 "交单行编号" 140',
'13 11 "交单行名称" 220', //'13 11 "交单行名称" 220',
{ index: 4, position: 12, width: 100, pattern: "date", label: "创建日期" },
{ index: 5, position: 13, width: 100, pattern: "date", label: "关闭日期" }, { index: 5, position: 11, width: 100, pattern: "date", label: "关闭日期" },
'14 14 "单据币种" 120',
'15 15 "单据金额" 120 2 8 1 14', //'3 3 "货物类型" 100 1 0 1 GODCOD',
'16 16 "单据币种" 130', { index: 3, position: 12, width: 100, pattern: "code", label: "货物类型" ,"code":"godcod"},
'17 17 "单据余额" 120 2 8 1 16',
], ],
stmData: { stmData: {
data: [], data: [],
......
...@@ -415,53 +415,67 @@ export default { ...@@ -415,53 +415,67 @@ export default {
stmData: { stmData: {
columns: [ columns: [
'1 1 "信用证编号" 120', '1 1 "信用证编号" 120',
'2 2 "客户经理" 120', '2 2 "客户经理" 100',
'3 3 "远期期限" 120 ', '16 3 "币种" 70',
// '4 4 "货物类型" 100 ', '17 4 "金额" 130 2 8 1 16',
{ //'18 16 "余额币种" 100',
index: 4, '19 5 "余额" 130 2 8 1 18',
position: 4,
width: 120, //'5 11 "Opened" 500 4 7',
pattern: "code",
label: "货物类型",
code: "godcod",
},
//'5 11 "Opened" 500 4 7',
{ {
index: 5, index: 5,
position: 11, position: 6,
width: 100, width: 100,
pattern: "date", pattern: "date",
label: "开立日期", label: "开立日期",
}, },
'10 7 "申请人编号" 150',
'11 8 "申请人名称" 191',
//'12 7 "申请人名称(中文)" 191',
'13 9 "通知银行BIC编码" 165',
//'14 8 "受益人编号" 165',
'15 10 "受益人名称" 165',
//'6 12 "Expired" 500 4 7', //'6 12 "Expired" 500 4 7',
{ {
index: 6, index: 6,
position: 12, position: 11,
width: 100, width: 100,
pattern: "date", pattern: "date",
label: "到期日", label: "到期日",
}, },
'3 12 "远期期限" 120 ',
// '4 4 "货物类型" 100 ',
{
index: 4,
position: 13,
width: 120,
pattern: "code",
label: "货物类型",
code: "godcod",
},
//'7 13 "Closed" 500 4 7', //'7 13 "Closed" 500 4 7',
{ {
index: 7, index: 7,
position: 13, position: 14,
width: 100, width: 100,
pattern: "date", pattern: "date",
label: "关闭日期", label: "关闭日期",
}, },
'8 19 "分行名称" 160', '8 15 "分行名称" 160',
//'9 18 "PTA NO." 150', //'9 18 "PTA NO." 150',
'10 5 "申请人编号" 191',
'11 6 "申请人名称" 191',
//'12 7 "申请人名称(中文)" 191',
'13 10 "通知银行BIC编码" 165',
//'14 8 "受益人编号" 165',
'15 9 "受益人名称" 165',
'16 14 "币种" 100',
'17 15 "金额" 130 2 8 1 16',
//'18 16 "余额币种" 100',
'19 17 "余额" 130 2 8 1 18',
], ],
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