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
686b9dab
Commit
686b9dab
authored
Oct 08, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trtopn统一授信修改
parent
b068b8ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
+16
-14
Default.js
src/model/Trtopn/Default.js
+12
-0
Pattern.js
src/model/Trtopn/Pattern.js
+3
-14
index.js
src/model/Trtopn/index.js
+1
-0
No files found.
src/model/Trtopn/Default.js
View file @
686b9dab
...
...
@@ -94,5 +94,17 @@ export default {
"trdgrp.rec.tenday"
:
Utils
.
defaultFunction
,
"trtmod.finmod.acttyp1"
:
Utils
.
defaultFunction
,
"dftcre.dfdgrp.rec.flttyp"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.extkey"
:
Utils
.
defaultFunction
,
"bopmod.dbcgrp.bas.ownextkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg2"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg1"
:
Utils
.
defaultFunction
,
"trnmod.cipmod.feecod"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.nam"
:
Utils
.
defaultFunction
,
"liaall.limmod.comamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.ccvamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.nam"
:
Utils
.
defaultFunction
,
"liaall.misamt"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Trtopn/Pattern.js
View file @
686b9dab
...
...
@@ -666,10 +666,6 @@ export default {
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"liaall.limmod.limpts.pfcod1"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
...
...
@@ -679,16 +675,9 @@ export default {
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"liaall.limmod.limpts.nonrevflg1"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
],
"cfatrt.cda.cfeogudamount"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/model/Trtopn/index.js
View file @
686b9dab
...
...
@@ -8,6 +8,7 @@ export default class Trtopn{
this
.
data
=
{
trdgrp
:{
rec
:{
inr
:
""
,
pntref
:
""
,
// 单据编号 .trdgrp.rec.pntref
pntnam
:
""
,
// Parent Contract Name .trdgrp.rec.pntnam
ownref
:
""
,
// 融资编号 .trdgrp.rec.ownref
...
...
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