Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
26d4528e
Commit
26d4528e
authored
Oct 05, 2024
by
zhaoqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改面函展示
parent
155e81d0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
buildCommons.js
src/page/Funds/Crtcbk/event/buildCommons.js
+3
-6
buildCommons.js
src/page/Funds/Crtctf/event/buildCommons.js
+3
-6
No files found.
src/page/Funds/Crtcbk/event/buildCommons.js
View file @
26d4528e
...
...
@@ -21,16 +21,13 @@ export default {
};
},
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
Utils
.
formatPtspta
(
model
.
fxtp
.
fx
dgrp
,
this
.
buildPtspta
);
let
ptsptaList
=
Utils
.
formatPtspta
(
model
.
cr
dgrp
,
this
.
buildPtspta
);
return
{
rec
:
{
objtyp
:
"FXT"
,
objinr
:
model
.
fxtp
.
fxdgrp
.
rec
.
inr
,
ownref
:
model
.
fxtp
.
fxdgrp
.
rec
.
ownref
,
objtyp
:
"CRD"
,
},
cbsMap
:
{
MAX
:
model
.
fxtp
.
fxdgrp
.
cbs
.
max
,
NOM1
:
model
.
fxtp
.
fxdgrp
.
cbs
.
nom1
,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
...
...
src/page/Funds/Crtctf/event/buildCommons.js
View file @
26d4528e
...
...
@@ -21,16 +21,13 @@ export default {
};
},
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
Utils
.
formatPtspta
(
model
.
fxtp
.
fx
dgrp
,
this
.
buildPtspta
);
let
ptsptaList
=
Utils
.
formatPtspta
(
model
.
cr
dgrp
,
this
.
buildPtspta
);
return
{
rec
:
{
objtyp
:
"FXT"
,
objinr
:
model
.
fxtp
.
fxdgrp
.
rec
.
inr
,
ownref
:
model
.
fxtp
.
fxdgrp
.
rec
.
ownref
,
objtyp
:
"CRD"
,
},
cbsMap
:
{
MAX
:
model
.
fxtp
.
fxdgrp
.
cbs
.
max
,
NOM1
:
model
.
fxtp
.
fxdgrp
.
cbs
.
nom1
,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
...
...
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