Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
a636e715
Commit
a636e715
authored
Oct 27, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整INFLID,INFBRD查询列顺序
parent
d88864ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
41 deletions
+60
-41
Infsea.vue
src/views/Business/Infbrd/Infsea.vue
+20
-15
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+40
-26
No files found.
src/views/Business/Infbrd/Infsea.vue
View file @
a636e715
...
@@ -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
:
[],
...
...
src/views/Business/Inflid/Infsea.vue
View file @
a636e715
...
@@ -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
:
1
2
,
position
:
1
1
,
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
:
1
3
,
position
:
1
4
,
width
:
100
,
width
:
100
,
pattern
:
"date"
,
pattern
:
"date"
,
label
:
"关闭日期"
,
label
:
"关闭日期"
,
},
},
'8 1
9
"分行名称" 160'
,
'8 1
5
"分行名称" 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
:
[],
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment