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
51383bf2
Commit
51383bf2
authored
Aug 29, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infccd修改
parent
fd1c60b9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
index.js
src/model/Infccd/index.js
+3
-0
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+8
-7
No files found.
src/model/Infccd/index.js
View file @
51383bf2
...
@@ -250,6 +250,9 @@ export default class Infccd{
...
@@ -250,6 +250,9 @@ export default class Infccd{
},
},
},
},
ccdgrp
:{
ccdgrp
:{
rec
:{
inr
:
""
,
},
blk
:{
blk
:{
setins
:
""
,
// Settlement Instructions .ccdgrp.blk.setins
setins
:
""
,
// Settlement Instructions .ccdgrp.blk.setins
},
},
...
...
src/views/Business/Infccd/Infsea.vue
View file @
51383bf2
...
@@ -564,12 +564,13 @@ export default {
...
@@ -564,12 +564,13 @@ export default {
trnData
:
{
trnData
:
{
columns
:
[
columns
:
[
'0 1 "Trn ID" 100'
,
'0 1 "Trn ID" 100'
,
'1 2 "Transaction Name" 200'
,
'1 2 "Reference" 150'
,
'2 3 "Entry" 200'
,
'2 3 "Transaction Name" 200'
,
'3 4 "Status" 100'
,
'3 4 "Entry" 150'
,
'4 5 "Cur." 80'
,
'4 5 "Status" 150'
,
'5 6 "Relevant Amount" 200'
,
'5 6 "Cur." 100'
,
'6 7 "Signed" 80'
,
'6 7 "Relevant Amount" 150'
,
'7 8 "Signed" 150'
,
],
],
data
:
[],
data
:
[],
},
},
...
@@ -618,7 +619,7 @@ export default {
...
@@ -618,7 +619,7 @@ export default {
async
getTrnInfo
(
idx
,
row
)
{
async
getTrnInfo
(
idx
,
row
)
{
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
infcon
.
objinr
=
row
[
"INR"
];
this
.
model
.
gi
dgrp
.
rec
.
inr
=
row
[
"INR"
];
this
.
model
.
cc
dgrp
.
rec
.
inr
=
row
[
"INR"
];
this
.
model
.
infcon
.
chksubcon
=
"X"
;
this
.
model
.
infcon
.
chksubcon
=
"X"
;
this
.
dialogTableVisible
=
true
;
this
.
dialogTableVisible
=
true
;
...
...
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