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
isc-v3.1-tmp
isc-web-vue
Commits
85c69c1f
Commit
85c69c1f
authored
Oct 06, 2024
by
Mr.xu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://114.115.138.98:8900/isc-v3.1/isc-web-vue
into develop
parents
54c87642
dd21edc2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
12 deletions
+24
-12
index.js
src/page/Frontend/Cpssxf/event/index.js
+18
-0
Mainpl.vue
src/page/Frontend/Cpssxf/views/Mainpl.vue
+0
-0
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/Frontend/Cpssxf/event/index.js
View file @
85c69c1f
...
...
@@ -89,6 +89,24 @@ export default {
},
handleSelectionChange
(
val
){
this
.
multipleSelection
=
val
;
},
addClick
(){
this
.
addDialogVisiable
=
true
;
},
handleClose
(){
this
.
addDialogVisiable
=
false
;
},
handleOn
(){
this
.
addDialogVisiable
=
false
;
},
fentanClick
(){
this
.
dialogVisible
=
true
;
},
closeDialogOpen
(){
this
.
dialogVisible
=
false
;
},
testClick
(){
this
.
addDialogVisiable1
=
true
}
},
};
src/page/Frontend/Cpssxf/views/Mainpl.vue
View file @
85c69c1f
This diff is collapsed.
Click to expand it.
src/page/Funds/Crtcbk/event/buildCommons.js
View file @
85c69c1f
...
...
@@ -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 @
85c69c1f
...
...
@@ -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