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
54608764
Commit
54608764
authored
Oct 29, 2024
by
李少勇
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
bf994e48
276d260d
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 @
54608764
...
...
@@ -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 @
54608764
This diff is collapsed.
Click to expand it.
src/page/Funds/Inffxd/model/index.js
View file @
54608764
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 @
54608764
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