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
e09d9817
Commit
e09d9817
authored
May 19, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改brtdck
parent
aed69a6c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
36 deletions
+39
-36
buildCommons.js
src/business/brtdck/event/buildCommons.js
+36
-33
index.js
src/business/gitopn/model/index.js
+1
-1
Infsea.vue
src/business/inflid/views/Infsea.vue
+2
-2
No files found.
src/business/brtdck/event/buildCommons.js
View file @
e09d9817
...
...
@@ -19,42 +19,45 @@ export default {
},
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
[];
if
(
model
.
g
idgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
g
idgrp
.
apl
));
if
(
model
.
l
idgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
l
idgrp
.
apl
));
}
if
(
model
.
g
idgrp
.
adv
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
g
idgrp
.
adv
));
if
(
model
.
l
idgrp
.
adv
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
l
idgrp
.
adv
));
}
if
(
model
.
g
idgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
g
idgrp
.
ben
));
if
(
model
.
l
idgrp
.
ben
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
l
idgrp
.
ben
));
}
let
dataObj
=
{
rec
:
{
objtyp
:
'GID'
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
opndat
:
model
.
g
idgrp
.
rec
.
opndat
,
expdat
:
model
.
g
idgrp
.
rec
.
expdat
,
branchInr
:
model
.
g
idgrp
.
rec
.
branchInr
,
hndtyp
:
model
.
g
idgrp
.
rec
.
hndtyp
,
gartyp
:
model
.
g
idgrp
.
rec
.
gartyp
,
fingua
:
model
.
g
idgrp
.
rec
.
fingua
,
segtyp
:
model
.
g
idgrp
.
ghd
.
segtyp
,
fromflg
:
model
.
g
idgrp
.
rec
.
fromflg
,
othersno
:
model
.
g
idgrp
.
rec
.
othersno
,
sndto
:
model
.
g
idgrp
.
rec
.
sndto
,
swiftflg
:
model
.
gitp
.
swiftflg
,
giduil
:
model
.
g
idgrp
.
rec
.
giduil
,
purpos
:
model
.
g
idgrp
.
rec
.
purpos
,
revflg
:
model
.
g
idgrp
.
rec
.
revflg
,
cnfsta
:
model
.
g
idgrp
.
rec
.
cnfsta
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
opndat
:
model
.
l
idgrp
.
rec
.
opndat
,
expdat
:
model
.
l
idgrp
.
rec
.
expdat
,
branchInr
:
model
.
l
idgrp
.
rec
.
branchInr
,
hndtyp
:
model
.
l
idgrp
.
rec
.
hndtyp
,
gartyp
:
model
.
l
idgrp
.
rec
.
gartyp
,
fingua
:
model
.
l
idgrp
.
rec
.
fingua
,
// segtyp: model.l
idgrp.ghd.segtyp,
fromflg
:
model
.
l
idgrp
.
rec
.
fromflg
,
othersno
:
model
.
l
idgrp
.
rec
.
othersno
,
sndto
:
model
.
l
idgrp
.
rec
.
sndto
,
//
swiftflg: model.gitp.swiftflg,
giduil
:
model
.
l
idgrp
.
rec
.
giduil
,
purpos
:
model
.
l
idgrp
.
rec
.
purpos
,
revflg
:
model
.
l
idgrp
.
rec
.
revflg
,
cnfsta
:
model
.
l
idgrp
.
rec
.
cnfsta
,
},
cbsMap
:
{
MAX
:
model
.
gidgrp
.
cbs
.
max
,
OPN1
:
model
.
gidgrp
.
cbs
.
opn1
,
MAC
:
model
.
gidgrp
.
cbs
.
mac
,
MAC2
:
model
.
gidgrp
.
cbs
.
mac2
,
OPC2
:
model
.
gidgrp
.
cbs
.
opc2
,
CNF
:
model
.
gidgrp
.
cbs
.
cnf
,
MAX
:
model
.
lidgrp
.
cbs
.
max
,
OLDMAX
:
model
.
lidgrp
.
cbs
.
oldmax
,
MAX2
:
model
.
lidgrp
.
cbs
.
max2
,
NOM1
:
model
.
lidgrp
.
cbs
.
nom1
,
OPN1
:
model
.
lidgrp
.
cbs
.
opn1
,
MAC
:
model
.
lidgrp
.
cbs
.
mac
,
MAC2
:
model
.
lidgrp
.
cbs
.
mac2
,
OPC2
:
model
.
lidgrp
.
cbs
.
opc2
,
CNF
:
model
.
lidgrp
.
cbs
.
cnf
,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
...
...
@@ -118,8 +121,8 @@ export default {
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'GID'
,
objinr
:
model
.
g
idgrp
.
rec
.
objinr
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
objinr
:
model
.
l
idgrp
.
rec
.
objinr
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
},
};
return
params
...
...
@@ -129,9 +132,9 @@ export default {
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'GID'
,
objinr
:
model
.
g
idgrp
.
rec
.
objinr
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
swiftflg
:
model
.
gitp
.
swiftflg
,
objinr
:
model
.
l
idgrp
.
rec
.
objinr
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
//
swiftflg: model.gitp.swiftflg,
},
};
return
params
...
...
src/business/gitopn/model/index.js
View file @
e09d9817
...
...
@@ -58,7 +58,7 @@ export default class Gitopn {
},
gidgrp
:
{
rec
:
{
branchinr
:
'
00000047
'
,
branchinr
:
''
,
ownref
:
''
,
// Reference .gidgrp.rec.ownref
purposin
:
''
,
// Incoming Purpose .gidgrp.rec.purposin
purpos
:
''
,
// Outgoing Purpose .gidgrp.rec.purpos
...
...
src/business/inflid/views/Infsea.vue
View file @
e09d9817
...
...
@@ -220,8 +220,8 @@
</div>
</c-col>
</div>
<!-- 点击处理弹框 -->
<el-dialog
<!-- 点击处理弹框 -->
<el-dialog
:visible
.
sync=
"initdialog"
title=
"交易列表"
append-to-body
...
...
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