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
276d260d
Commit
276d260d
authored
Oct 29, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询码表处理
parent
dd0c4567
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
36 deletions
+38
-36
index.js
src/config/CodeTable/index.js
+0
-1
Infsea.vue
src/page/Funds/Infftd/views/Infsea.vue
+0
-0
index.js
src/page/Funds/Inffxd/model/index.js
+38
-35
Infsea.vue
src/page/Funds/Inffxd/views/Infsea.vue
+0
-0
No files found.
src/config/CodeTable/index.js
View file @
276d260d
...
...
@@ -3694,7 +3694,6 @@ const CodeTable = {
fxtyp
:
[
{
label
:
"售汇"
,
value
:
"SH"
},
{
label
:
"结汇"
,
value
:
"JH"
},
{
label
:
"套汇"
,
value
:
"TH"
},
],
genbro
:
[
{
label
:
"否"
,
value
:
""
},
...
...
src/page/Funds/Infftd/views/Infsea.vue
View file @
276d260d
This diff is collapsed.
Click to expand it.
src/page/Funds/Inffxd/model/index.js
View file @
276d260d
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
export
default
class
inffxd
{
constructor
()
{
this
.
data
=
{
infcon
:
{
seaownref
:
""
,
// 业务编号 .infcon.seaownref
seanam
:
""
,
// 业务名称 .infcon.nam
opndat
:
""
,
//
opndatfrom
:
new
Date
((
new
Date
).
getTime
()
-
(
7
*
24
*
60
*
60
*
1000
)),
// 有效日期自 .infcon.opndatfrom
opndatto
:
new
Date
(),
// Open Date to .infcon.opndatto
seacur
:
""
,
// 币种 .infcon.seacur
seaamtfr
:
""
,
// 金额自 .infcon.seaamtfr
seaamtto
:
""
,
// Amount to .infcon.seaamtto
ownusr
:
""
,
usr
:
""
,
acc
:
""
,
acc2
:
""
,
constructor
()
{
this
.
data
=
{
infcon
:
{
seaownref
:
""
,
// 业务编号 .infcon.seaownref
seanam
:
""
,
// 业务名称 .infcon.nam
opndat
:
""
,
//
opndatfrom
:
new
Date
(
new
Date
().
getTime
()
-
7
*
24
*
60
*
60
*
1000
),
// 有效日期自 .infcon.opndatfrom
opndatto
:
new
Date
(),
// Open Date to .infcon.opndatto
seacur
:
""
,
// 币种 .infcon.seacur
seaamtfr
:
""
,
// 金额自 .infcon.seaamtfr
seaamtto
:
""
,
// Amount to .infcon.seaamtto
ownusr
:
""
,
usr
:
""
,
acc
:
""
,
acc2
:
""
,
searef
:
""
,
ptyextkey
:
""
,
// 选择一个参与方 .infcon.pty.extkey
ptynam
:
""
,
// External Visible Name .infcon.pty.nam
seapty
:
""
,
// 参与方名称/BIC .infcon.seapty
searol
:
""
,
usrextkey
:
""
,
// User ID .infcon.usr.extkey
seasta
:
""
,
// Status .infcon.seasta
accmng
:
""
,
// Account manager .infcon.accmng
fxtyp
:
""
,
//类型
},
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
},
//fttyp: "", // Funds Trans. Type .fttyp
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
searef
:
""
,
ptyextkey
:
""
,
// 选择一个参与方 .infcon.pty.extkey
ptynam
:
""
,
// External Visible Name .infcon.pty.nam
seapty
:
""
,
// 参与方名称/BIC .infcon.seapty
searol
:
""
,
usrextkey
:
""
,
// User ID .infcon.usr.extkey
seasta
:
""
,
// Status .infcon.seasta
accmng
:
""
,
// Account manager .infcon.accmng
fxtyp
:
""
,
//类型
},
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
},
//fttyp: "", // Funds Trans. Type .fttyp
pageId
:
""
,
// ctx的key
dbCodes
:
{
TRAINT
:
[],
TRAOUT
:
[],
},
};
}
}
src/page/Funds/Inffxd/views/Infsea.vue
View file @
276d260d
This diff is collapsed.
Click to expand it.
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