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
ccf3c122
Commit
ccf3c122
authored
Jun 17, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
selrows
parent
d53fed01
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
Event.js
src/model/Trnrel/Event.js
+1
-0
index.js
src/model/Trnrel/index.js
+1
-0
index.js
src/utils/index.js
+1
-1
No files found.
src/model/Trnrel/Event.js
View file @
ccf3c122
...
...
@@ -9,6 +9,7 @@ export default {
that
.
executeRule
(
"searow"
).
then
(
res
=>
{
//TODO 处理数据逻辑
that
.
$refs
.
inftrnps
.
stmData
.
data
=
res
.
data
.
trncorco_trnstm
.
rows
;
this
.
model
.
trncorco
.
trnstm
=
res
.
data
.
trncorco_trnstm
;
})
// let rtnmsg = await Api.post("trnrel/executeRule/searow", Utils.flatObject(this.model))
// if (rtnmsg.respCode == "AAAAAA") {
...
...
src/model/Trnrel/index.js
View file @
ccf3c122
...
...
@@ -9,6 +9,7 @@ export default class Trnrel{
inidattil
:
""
,
// Date of entry of Transaction until .trncorco.inidattil
trnstm
:
""
,
// List of transaction sfor display .trncorco.trnstm
dflg
:
""
,
// 国内证标志 .trncorco.dflg
selinr
:
""
},
atp
:{
cod
:
""
,
// Transaction Type .atp.cod
...
...
src/utils/index.js
View file @
ccf3c122
...
...
@@ -28,7 +28,7 @@ export default class Utils {
else
if
(
obj
[
key
]
instanceof
Date
)
target
[
nkey
]
=
obj
[
key
];
else
if
(
typeof
obj
[
key
]
==
"object"
)
if
(
nkey
===
"trncorco_trnstm"
)
{
if
(
nkey
===
"trncorco_trnstm"
||
nkey
===
"trncorco_selinr"
)
{
target
[
nkey
]
=
obj
[
key
];
}
else
{
Utils
.
flatObject
(
obj
[
key
],
target
,
nkey
);
//递归赋值
...
...
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