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
zhouqian
vue-gjjs
Commits
d56abe93
Commit
d56abe93
authored
Sep 15, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trtopn交易修改
parent
9734be2a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
3 deletions
+10
-3
Check.js
src/model/Trtopn/Check.js
+1
-0
Default.js
src/model/Trtopn/Default.js
+1
-1
Pattern.js
src/model/Trtopn/Pattern.js
+2
-2
index.js
src/model/Trtopn/index.js
+6
-0
Dftcrep.vue
src/views/Business/Trtopn/Dftcrep.vue
+0
-0
No files found.
src/model/Trtopn/Check.js
View file @
d56abe93
...
...
@@ -43,6 +43,7 @@ let checkObj = {
"trdgrp.rec.stagod"
:
null
,
"dftcre.dfdgrp.rec.intprd"
:
null
,
"dftcre.dfdgrp.dff.pts.extkey"
:
null
,
"dftcre.dfdgrp.dff.pts.ref"
:
null
,
"trtmod.finmod.ratchgprd"
:
null
,
"trtmod.finmod.inttyp"
:
null
,
"cfatrt.cda.useofunds"
:
null
,
...
...
src/model/Trtopn/Default.js
View file @
d56abe93
...
...
@@ -53,6 +53,7 @@ export default {
"liaall.limmod.comamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.ccvamt"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.dff.pts.adrblk"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.dff.pts.ref"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.dff.pts.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.nam"
:
Utils
.
defaultFunction
,
"cfadft.basflg"
:
Utils
.
defaultFunction
,
...
...
@@ -91,6 +92,5 @@ export default {
"trdgrp.rec.lprtyp"
:
Utils
.
defaultFunction
,
"trdgrp.rec.tenday"
:
Utils
.
defaultFunction
,
"trtmod.finmod.acttyp1"
:
Utils
.
defaultFunction
,
// "trdgrp.rec.sndto" :Utils.defaultFunction,
}
//你可以添加自动default处理
src/model/Trtopn/Pattern.js
View file @
d56abe93
...
...
@@ -65,7 +65,7 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"trdgrp.fip.pts.ref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trtp.usr.extkey"
:[
...
...
@@ -114,7 +114,7 @@ export default {
"trdgrp.cbs.max.amt"
:[
{
type
:
"number"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"number"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/model/Trtopn/index.js
View file @
d56abe93
...
...
@@ -36,6 +36,12 @@ export default class Trtopn{
adrelc
:
""
,
// 地址 .trdgrp.fip.adrelc
dbfadrblkcn
:
""
,
// Chinese address .trdgrp.fip.dbfadrblkcn
},
rmb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .trdgrp.rmb.namelc
adrelc
:
""
,
// 地址 .trdgrp.rmb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .trdgrp.rmb.dbfadrblkcn
},
cbs
:{
max
:{
cur
:
""
,
// Currency .trdgrp.cbs.max.cur
...
...
src/views/Business/Trtopn/Dftcrep.vue
View file @
d56abe93
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