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
94b2e93e
Commit
94b2e93e
authored
Sep 29, 2024
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善一下头寸调拨
parent
70bd2d61
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
index.js
src/config/CodeTable/index.js
+8
-1
index.js
src/page/Funds/Infftd1/event/index.js
+1
-1
index.js
src/page/Funds/Infftd1/model/index.js
+1
-1
index.js
src/page/Funds/Inffxd/event/index.js
+1
-1
index.js
src/page/Funds/Inffxd/model/index.js
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
94b2e93e
...
...
@@ -9799,6 +9799,13 @@ const CodeTable = {
{
label
:
"04特殊监管区"
,
value
:
"0004"
},
{
label
:
"05离岸转手买卖"
,
value
:
"0005"
},
{
label
:
"06其他未纳入海关统计的货物贸易"
,
value
:
"0000"
},
]
],
fttyp
:[
{
label
:
"资金拆入"
,
value
:
"LI"
},
{
label
:
"定存吸存"
,
value
:
"DI"
},
{
label
:
"定存存出"
,
value
:
"DO"
},
{
label
:
"头寸调拨"
,
value
:
"PT"
},
{
label
:
"资金拆出"
,
value
:
"LO"
},
],
};
export
default
CodeTable
;
src/page/Funds/Infftd1/event/index.js
View file @
94b2e93e
...
...
@@ -67,7 +67,7 @@ export default {
this
.
model
.
infcon
.
usrextkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
accmng
=
""
;
this
.
model
.
infcon
.
f
x
typ
=
""
;
this
.
model
.
infcon
.
f
t
typ
=
""
;
},
// pageSize改变
...
...
src/page/Funds/Infftd1/model/index.js
View file @
94b2e93e
...
...
@@ -30,7 +30,7 @@ export default class infftd {
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
},
fttyp
:
""
,
// Funds Trans. Type .fttyp
//
fttyp: "", // Funds Trans. Type .fttyp
pageId
:
""
// ctx的key
}
}
...
...
src/page/Funds/Inffxd/event/index.js
View file @
94b2e93e
...
...
@@ -66,7 +66,7 @@ export default {
this
.
model
.
infcon
.
usrextkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
accmng
=
""
;
this
.
model
.
infcon
.
f
t
typ
=
""
;
this
.
model
.
infcon
.
f
x
typ
=
""
;
},
// pageSize改变
handleSizeChange
(
val
)
{
...
...
src/page/Funds/Inffxd/model/index.js
View file @
94b2e93e
...
...
@@ -30,7 +30,7 @@ export default class inffxd {
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
},
fttyp
:
""
,
// Funds Trans. Type .fttyp
//
fttyp: "", // Funds Trans. Type .fttyp
pageId
:
""
// ctx的key
}
}
...
...
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