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
362878ec
Commit
362878ec
authored
May 29, 2023
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp litcan页面调整
parent
96753d88
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
37 deletions
+48
-37
buildCommons.js
src/business/brtacp/event/buildCommons.js
+35
-35
index.js
src/business/brtacp/model/index.js
+13
-2
No files found.
src/business/brtacp/event/buildCommons.js
View file @
362878ec
...
...
@@ -19,42 +19,42 @@ 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
:
'
G
ID'
,
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
,
objtyp
:
'
L
ID'
,
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
.
gidgrp
.
rec
.
g
iduil
,
purpos
:
model
.
g
idgrp
.
rec
.
purpos
,
revflg
:
model
.
g
idgrp
.
rec
.
revflg
,
cnfsta
:
model
.
g
idgrp
.
rec
.
cnfsta
,
liduil
:
model
.
lidgrp
.
rec
.
l
iduil
,
purpos
:
model
.
l
idgrp
.
rec
.
purpos
,
revflg
:
model
.
l
idgrp
.
rec
.
revflg
,
cnfsta
:
model
.
l
idgrp
.
rec
.
cnfsta
,
},
cbsMap
:
{
MAX
:
model
.
g
idgrp
.
cbs
.
max
,
OPN1
:
model
.
g
idgrp
.
cbs
.
opn1
,
MAC
:
model
.
g
idgrp
.
cbs
.
mac
,
MAC2
:
model
.
g
idgrp
.
cbs
.
mac2
,
OPC2
:
model
.
g
idgrp
.
cbs
.
opc2
,
CNF
:
model
.
g
idgrp
.
cbs
.
cnf
,
MAX
:
model
.
l
idgrp
.
cbs
.
max
,
OPN1
:
model
.
l
idgrp
.
cbs
.
opn1
,
MAC
:
model
.
l
idgrp
.
cbs
.
mac
,
MAC2
:
model
.
l
idgrp
.
cbs
.
mac2
,
OPC2
:
model
.
l
idgrp
.
cbs
.
opc2
,
CNF
:
model
.
l
idgrp
.
cbs
.
cnf
,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
...
...
@@ -67,7 +67,7 @@ export default {
...
this
.
buildCommonData
(
model
,
trnName
),
liaall
:
model
.
liaall
,
liaccv
:
model
.
liaccv
,
doceot
:
model
.
trnmod
.
trndoc
.
doceot
,
//
doceot: model.trnmod.trndoc.doceot,
};
return
params
},
...
...
@@ -117,9 +117,9 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
G
ID'
,
objinr
:
model
.
g
idgrp
.
rec
.
objinr
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
objtyp
:
'
L
ID'
,
objinr
:
model
.
l
idgrp
.
rec
.
objinr
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
},
};
return
params
...
...
@@ -128,9 +128,9 @@ export default {
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
objtyp
:
'
G
ID'
,
objinr
:
model
.
g
idgrp
.
rec
.
objinr
,
ownref
:
model
.
g
idgrp
.
rec
.
ownref
,
objtyp
:
'
L
ID'
,
objinr
:
model
.
l
idgrp
.
rec
.
objinr
,
ownref
:
model
.
l
idgrp
.
rec
.
ownref
,
swiftflg
:
model
.
gitp
.
swiftflg
,
},
};
...
...
src/business/brtacp/model/index.js
View file @
362878ec
...
...
@@ -151,6 +151,15 @@ export default class Brtacp {
}
},
lidgrp
:
{
ben
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
rec
:
{
branchinr
:
''
,
expdat
:
''
,
...
...
@@ -162,8 +171,10 @@ export default class Brtacp {
amt
:
0
}
},
ben
:
{
maps
:
{}
ghd
:
{
segtyp
:
''
,
bustyp
:
''
,
remark
:
''
,
},
},
gcdgrp
:
{
...
...
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