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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
index.js
src/model/Infccd/index.js
+3
-0
Infsea.vue
src/views/Business/Infccd/Infsea.vue
+11
-10
No files found.
src/model/Infccd/index.js
View file @
51383bf2
...
...
@@ -250,6 +250,9 @@ export default class Infccd{
},
},
ccdgrp
:{
rec
:{
inr
:
""
,
},
blk
:{
setins
:
""
,
// Settlement Instructions .ccdgrp.blk.setins
},
...
...
src/views/Business/Infccd/Infsea.vue
View file @
51383bf2
...
...
@@ -259,7 +259,7 @@
</c-list-search>
<el-row>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-button
class=
"medium_bcs"
size=
"medium"
...
...
@@ -267,7 +267,7 @@
@
click=
"toCctdav"
>
光票托收建立
</c-button
>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
...
...
@@ -564,12 +564,13 @@ export default {
trnData
:
{
columns
:
[
'0 1 "Trn ID" 100'
,
'1 2 "Transaction Name" 200'
,
'2 3 "Entry" 200'
,
'3 4 "Status" 100'
,
'4 5 "Cur." 80'
,
'5 6 "Relevant Amount" 200'
,
'6 7 "Signed" 80'
,
'1 2 "Reference" 150'
,
'2 3 "Transaction Name" 200'
,
'3 4 "Entry" 150'
,
'4 5 "Status" 150'
,
'5 6 "Cur." 100'
,
'6 7 "Relevant Amount" 150'
,
'7 8 "Signed" 150'
,
],
data
:
[],
},
...
...
@@ -618,7 +619,7 @@ export default {
async
getTrnInfo
(
idx
,
row
)
{
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
.
dialogTableVisible
=
true
;
...
...
@@ -631,7 +632,7 @@ export default {
closeTrn
(
refId
)
{
this
.
$refs
[
refId
].
doClose
();
},
toCctdav
()
{
toCctdav
()
{
this
.
$router
.
history
.
push
(
"/business/cctdav"
);
},
},
...
...
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