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
fukai
vue-gjjs
Commits
b48c96ac
Commit
b48c96ac
authored
Sep 13, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infgid、infgcd修改(#818)
parent
1381ed5a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
7 deletions
+23
-7
Infsea.vue
src/views/Business/Infgcd/Infsea.vue
+11
-3
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+12
-4
No files found.
src/views/Business/Infgcd/Infsea.vue
View file @
b48c96ac
...
...
@@ -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"
20
0'
,
'6 7 "Signed"
8
0'
,
'5 6 "Relevant Amount"
15
0'
,
'6 7 "Signed"
10
0'
,
],
data
:
[],
},
...
...
src/views/Business/Infgid/Infsea.vue
View file @
b48c96ac
...
...
@@ -771,12 +771,20 @@ export default {
columns
:
[
'0 1 "Trn ID" 100'
,
'1 2 "Reference" 200'
,
'2 3 "Transaction Name"
1
00'
,
'2 3 "Transaction Name"
2
00'
,
'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"
8
0'
,
'7 8 "Signed"
8
0'
,
'6 7 "Relevant Amount"
15
0'
,
'7 8 "Signed"
10
0'
,
],
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