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
3a4ed453
Commit
3a4ed453
authored
Oct 23, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset修改
parent
d05747d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
11 deletions
+24
-11
buildCommons.js
src/business/trtset/event/buildCommons.js
+23
-11
index.js
src/business/trtset/model/index.js
+1
-0
No files found.
src/business/trtset/event/buildCommons.js
View file @
3a4ed453
export
default
{
buildPtspta
(
ptsptaObj
)
{
buildPtspta
(
ptsptaObj
)
{
let
pts
=
ptsptaObj
.
pts
;
let
ptspta
=
{
rol
:
pts
.
rol
,
...
...
@@ -17,7 +17,7 @@ export default {
};
return
ptspta
;
},
buildCommonData
(
model
,
trnName
)
{
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
[];
if
(
model
.
trdgrp
.
fip
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
trdgrp
.
fip
));
...
...
@@ -31,6 +31,18 @@ export default {
opndat
:
model
.
trdgrp
.
rec
.
opndat
,
expdat
:
model
.
trdgrp
.
rec
.
expdat
,
branchInr
:
model
.
trdgrp
.
rec
.
branchinr
,
cbeAmt
:
model
.
trtmod
.
finmod
.
cbs
.
cbe
.
amt
,
cbbAmt
:
model
.
trtmod
.
finmod
.
cbs
.
cbb
.
amt
,
cbeIntamt1
:
model
.
trtmod
.
finmod
.
cbs
.
cbe
.
intamt1
,
cbeIntamt2
:
model
.
trtmod
.
finmod
.
cbs
.
cbe
.
intamt2
,
cbeIntamty1
:
model
.
trtmod
.
finmod
.
cbs
.
cbe
.
intamty1
,
cbeIntamty2
:
model
.
trtmod
.
finmod
.
cbs
.
cbe
.
intamty2
,
cbeIntamt
:
model
.
trtmod
.
finmod
.
cbs
.
cbe
.
intamt
,
actflg
:
model
.
actflg
,
clsflg
:
model
.
clsflg
,
setact
:
model
.
setact
,
cbsCalflg
:
model
.
trtmod
.
finmod
.
cbs
.
calflg
,
doccur
:
model
.
setmod
.
doccur
,
},
cbsMap
:
{
MAX
:
model
.
trdgrp
.
cbs
.
max
,
...
...
@@ -47,7 +59,7 @@ export default {
};
return
dataObj
},
buildSetfeg
(
model
,
trnName
)
{
buildSetfeg
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaall
:
model
.
liaall
,
...
...
@@ -56,7 +68,7 @@ export default {
};
return
params
},
buildSetglg
(
model
,
trnName
)
{
buildSetglg
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
setfeg
:
model
.
setmod
.
setfeg
,
...
...
@@ -65,7 +77,7 @@ export default {
};
return
params
},
buildGlentry
(
model
,
trnName
)
{
buildGlentry
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
...
...
@@ -75,20 +87,20 @@ export default {
};
return
params
},
buildEngp
(
model
,
trnName
)
{
buildEngp
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
};
return
params
},
buildDocpan
(
model
,
trnName
)
{
buildDocpan
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
};
return
params
},
buildCcvpan
(
model
,
trnName
)
{
buildCcvpan
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaccvg
:
model
.
liaccv
.
liaccvg
,
...
...
@@ -98,7 +110,7 @@ export default {
};
return
params
},
buildLimitbody
(
model
,
trnName
)
{
buildLimitbody
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
...
...
@@ -109,7 +121,7 @@ export default {
};
return
params
},
buildDoctre
(
model
,
trnName
)
{
buildDoctre
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
...
...
@@ -122,7 +134,7 @@ export default {
return
params
},
// 公共组件setmod中dsp字段改变,触发联动时候的入参
buildSetgllAccts
(
model
,
trnName
,
setglg
)
{
buildSetgllAccts
(
model
,
trnName
,
setglg
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
setglg
...
...
src/business/trtset/model/index.js
View file @
3a4ed453
...
...
@@ -98,6 +98,7 @@ export default class Trtset {
intprd
:
""
,
// 计息周期 .trtmod.finmod.intprd
},
},
actflg
:
""
,
setamt
:
""
,
// Settlement Amount .setamt
setact
:
""
,
// Settlement Account .setact
clsflg
:
""
,
// 抹�'� .clsflg
...
...
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