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
fukai
vue-gjjs
Commits
1cb04541
Commit
1cb04541
authored
Mar 24, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理保函开立的前端rules文件
parent
b0649adf
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1152 additions
and
1506 deletions
+1152
-1506
index.js
src/business/gitopn/event/index.js
+2
-1
check.js
src/business/gitopn/model/check.js
+1128
-1121
getsel.js
src/business/gitopn/model/getsel.js
+0
-168
gitsel.js
src/business/gitopn/model/gitsel.js
+0
-174
Detp.vue
src/business/gitopn/views/Detp.vue
+7
-7
Ovwp1.vue
src/business/gitopn/views/Ovwp1.vue
+4
-4
Ptyp.vue
src/business/gitopn/views/Ptyp.vue
+10
-31
vue.config.js
vue.config.js
+1
-0
No files found.
src/business/gitopn/event/index.js
View file @
1cb04541
...
...
@@ -10,6 +10,7 @@ export default {
this
.
$refs
[
'modelForm'
].
validate
((
valid
)
=>
{
console
.
log
(
'valid'
,
valid
)
})
console
.
log
(
111
)
},
// 暂存
handleStash
()
{
...
...
@@ -59,7 +60,7 @@ export default {
},
// 业务信息=》基本信息=》支出目的
purposChange
(
key
,
value
)
{
this
.
handleChangeForm
(
key
,
value
)
console
.
log
(
key
,
value
)
},
// 初始化保函开立类型码表下拉列表
async
queryHndtypCodeTableList
(
trnName
)
{
...
...
src/business/gitopn/model/check.js
View file @
1cb04541
export
default
{
"addbcb.name"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
15
,
message
:
"长度不能超过15"
}
],
"addbcb.godnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"addbcb.pwtyp9"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
30
,
message
:
"长度不能超过30"
}
],
"addbcb.bcbtyp7"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
25
,
message
:
"长度不能超过25"
}
],
"addbcb.pwdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.bcbdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.ameadvrmk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"addbcb.expdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.preexpdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.gitamermk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"gidgrp.rec.orcref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ghd.aplnam"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"addbcb.name"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
15
,
message
:
"长度不能超过15"
}
],
"addbcb.godnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"addbcb.pwtyp9"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
30
,
message
:
"长度不能超过30"
}
],
"addbcb.bcbtyp7"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
25
,
message
:
"长度不能超过25"
}
],
"addbcb.pwdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.bcbdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.ameadvrmk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"addbcb.expdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.preexpdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"addbcb.gitamermk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"gidgrp.rec.orcref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ghd.aplnam"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"gidgrp.rec.orcdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.bngcod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"gidgrp.rec.tenclsdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.juscod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"gidgrp.blk.covgodsrv"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
350
,
message
:
"长度不能超过350"
}
],
"gidgrp.blk.atxcovgodsrv"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.bilvvv"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"gitp.indirectswiadd"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
9750
,
message
:
"长度不能超过9750"
}
],
"gidgrp.rec.orcrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"gidgrp.rec.orcamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.orcplc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.rec.acc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.jurlaw"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.jurplc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.tenref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.tendat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.trmdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.ghd.remark"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
245
,
message
:
"长度不能超过245"
}
],
"gidgrp.rec.mannum"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"gidgrp.blk.addinf"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
700
,
message
:
"长度不能超过700"
}
],
"gidgrp.ghd.wahnum"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"gidgrp.gidcxm.benefi"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"gidgrp.rec.orcrefc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.orcdatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.tenclsdatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.blk.covgodsrvc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
3250
,
message
:
"长度不能超过3250"
}
],
"gidgrp.blk.atxcovgodsrvc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.orcratc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"gidgrp.rec.orcamtc"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.orcplcc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.rec.accc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.jurlawtxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.jurplcc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.tenrefc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.tendatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.trmdatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.blk.addinfc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
700
,
message
:
"长度不能超过700"
}
],
"gidgrp.blk.gidtxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32500
,
message
:
"长度不能超过32500"
}
],
"gidgrp.blk.gtxgidtxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32500
,
message
:
"长度不能超过3200"
}
],
"gidgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.blk.gidtxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.blk.gtxgidtxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32500
,
message
:
"长度不能超过32500"
}
],
"gitp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.recget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"整数位不能超过14位"
},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.rec.orcdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.bngcod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"gidgrp.rec.tenclsdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.juscod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"gidgrp.blk.covgodsrv"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
350
,
message
:
"长度不能超过350"
}
],
"gidgrp.blk.atxcovgodsrv"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.bilvvv"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"gitp.indirectswiadd"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
9750
,
message
:
"长度不能超过9750"
}
],
"gidgrp.rec.orcrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"gidgrp.rec.orcamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.orcplc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.rec.acc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.jurlaw"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.jurplc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.tenref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.tendat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.trmdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.ghd.remark"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
245
,
message
:
"长度不能超过245"
}
],
"gidgrp.rec.mannum"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"gidgrp.blk.addinf"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
700
,
message
:
"长度不能超过700"
}
],
"gidgrp.ghd.wahnum"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"gidgrp.gidcxm.benefi"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"gidgrp.rec.orcrefc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.orcdatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.tenclsdatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.blk.covgodsrvc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
3250
,
message
:
"长度不能超过3250"
}
],
"gidgrp.blk.atxcovgodsrvc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.orcratc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"gidgrp.rec.orcamtc"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.orcplcc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.rec.accc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.jurlawtxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.jurplcc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.tenrefc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.tendatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.trmdatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.blk.addinfc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
700
,
message
:
"长度不能超过700"
}
],
"gidgrp.blk.gidtxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32500
,
message
:
"长度不能超过32500"
}
],
"gidgrp.blk.gtxgidtxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32500
,
message
:
"长度不能超过3200"
}
],
"gidgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.blk.gidtxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.blk.gtxgidtxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
32500
,
message
:
"长度不能超过32500"
}
],
"gitp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.recget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"整数位不能超过14位"
},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.cbs.opn1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"整数位不能超过14位"
},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.rec.oldref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.aplp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.apl.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.aplp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.apl.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apl.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.apl.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gitp.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"gitp.usrget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.apl.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.gartypin"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
4
,
message
:
"长度不能超过4"
}
],
"gitp.lettername"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"gidgrp.blk.gartyptxtin"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.iss.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.rec.vrfdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.orddat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gitp.issp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.advp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.iss.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.issp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.adv.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.advp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.iss.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.iss.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.iss.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.adv.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.opndat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.iss.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.apprultxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.expdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.ben.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.blk.exptxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.blk.atxexptxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.inudat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gitp.benp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ben.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.benp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.rec.liadat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.cbs.opn1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"整数位不能超过14位"
},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.rec.oldref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.aplp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.apl.pts.extkey"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.aplp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.apl.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apl.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.apl.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gitp.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"gitp.usrget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.apl.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.gartypin"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
4
,
message
:
"长度不能超过4"
}
],
"gitp.lettername"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
],
"gidgrp.blk.gartyptxtin"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.iss.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.rec.vrfdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.rec.orddat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gitp.issp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.advp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.iss.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.issp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.adv.pts.extkey"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
,
trigger
:
'blur'
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.advp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.iss.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.iss.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.iss.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.adv.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.opndat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.iss.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.adv.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.apprultxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.rec.expdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.ben.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.blk.exptxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.blk.atxexptxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.rec.inudat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gitp.benp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ben.pts.extkey"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.benp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.rec.liadat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.ben.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ben.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.ben.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.liatxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.blk.atxliatxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.ben.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.gidcxm.warran"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.rec.deloritxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.deltoadr"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.feetxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.preper"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
6500
,
message
:
"长度不能超过6500"
}
],
"gidgrp.blk.atxpreper"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.blk.trfcond"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
6630
,
message
:
"长度不能超过6630"
}
],
"gidgrp.rec.deloritxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.feetxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.deltoadrc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.preperc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
6500
,
message
:
"长度不能超过6500"
}
],
"gidgrp.blk.atxpreperc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.blk.trfcondc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.con.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ctr.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.atb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.conp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.bdbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.con.pts.extkey"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.conp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.ben.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ben.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.ben.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.liatxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.blk.atxliatxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.ben.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.gidcxm.warran"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.rec.deloritxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.deltoadr"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.feetxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.preper"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
6500
,
message
:
"长度不能超过6500"
}
],
"gidgrp.blk.atxpreper"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.blk.trfcond"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
6630
,
message
:
"长度不能超过6630"
}
],
"gidgrp.rec.deloritxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.feetxtc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.deltoadrc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
210
,
message
:
"长度不能超过210"
}
],
"gidgrp.blk.preperc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
6500
,
message
:
"长度不能超过6500"
}
],
"gidgrp.blk.atxpreperc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"gidgrp.blk.trfcondc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.con.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ctr.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.atb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.conp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.bdbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.con.pts.extkey"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.conp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gitp.ctrp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctrp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.bdb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.bdbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.bdb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.bdbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.ctr.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctrp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.ctr.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctrp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gitp.atbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.atb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.atbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gitp.atbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.atb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.atbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.con.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bdb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctr.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.con.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.con.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bdb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.bdb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.ctr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.atb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.atb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.atb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.con.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bdb.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctr.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.atb.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apc.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.apcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.apc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.apcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.apc.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apc.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.apc.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apc.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.con.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bdb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctr.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.con.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.con.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bdb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.bdb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.ctr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.atb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.atb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.atb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.con.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bdb.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctr.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.atb.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apc.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.apcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.apc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.apcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.apc.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apc.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.apc.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.apc.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctc.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ctc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.ctc.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctc.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.ctc.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctc.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bec.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.becp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.bec.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.becp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.bec.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bec.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.bec.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bec.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.avc.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.avcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.avc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.avcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.avc.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.rec.opndatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.cbs.mac.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.gartyptxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.apprultxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"cnybop.cnyvou.spk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"cnybop.cnyvou.sbanktrano"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"cnybop.cnyvou.sbankorgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"cnybop.sbankname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.svouchercountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.svoucherswiftbic"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
11
,
message
:
"长度不能超过11"
}
],
"gidgrp.ctc.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.ctc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.ctcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.ctc.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctc.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.ctc.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.ctc.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bec.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.becp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.bec.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.becp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.bec.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bec.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.bec.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.bec.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.avc.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.avcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.avc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.avcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.avc.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"gidgrp.rec.opndatc"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.cbs.mac.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.gartyptxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.blk.apprultxtc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"cnybop.cnyvou.spk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"cnybop.cnyvou.sbanktrano"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"cnybop.cnyvou.sbankorgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"cnybop.sbankname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.svouchercountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.svoucherswiftbic"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
11
,
message
:
"长度不能超过11"
}
],
"cnybop.svouchername"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.svoucheecountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.svoucheeorgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"cnybop.svouchername"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.svoucheecountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.svoucheeorgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"cnybop.svoucheename"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.sdebtorcountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.sdebtororgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"cnybop.svoucheename"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.sdebtorcountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.sdebtororgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"cnybop.sdebtorname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.sreversecountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.sreverseorgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"cnybop.sdebtorname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.sreversecountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cnybop.cnyvou.sreverseorgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"cnybop.sreversename"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.fvouchamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"cnybop.cnyvou.dvouchefficientdate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cnybop.cnyvou.dvouchenddate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cnybop.cnyvou.scontractno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cnybop.cnyvou.svouchno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cnybop.saddwordvou"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"gidgrp.cbs.mac2.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.mac2.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.cbs.opc2.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.opc2.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.addamtcovc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.cbs.cnf.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.cnf.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.rec.partcon"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
5
,
message
:
"长度不能超过5"
}
],
"gidgrp.rec.cnfdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.cnr.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.cnrp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.cnr.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.cnrp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cnr.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.cnr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.cnr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.cnr.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"cfagit.recgrp.bas.exguarancode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
28
,
message
:
"长度不能超过28"
}
],
"cfagit.recgrp.bas.actiondesc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guarantorcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"cfagit.recgrp.bas.guaranamount"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"整数位不能超过19位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,2}
$
)
|
(
^
\d
+
\.\d{1,2}
$
)
/
,
message
:
"小数位不能超过2位"
}
],
"cfagit.recgrp.bas.contractdate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maturity"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maindebtamount"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"整数位不能超过19位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,2}
$
)
|
(
^
\d
+
\.\d{1,2}
$
)
/
,
message
:
"小数位不能超过2位"
}
],
"cfagit.recgrp.bas.bencountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.bencode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.bename"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.benamen"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guedcouncode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.guedcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cnybop.sreversename"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"cnybop.cnyvou.fvouchamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"cnybop.cnyvou.dvouchefficientdate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cnybop.cnyvou.dvouchenddate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cnybop.cnyvou.scontractno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cnybop.cnyvou.svouchno"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cnybop.saddwordvou"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
80
,
message
:
"长度不能超过80"
}
],
"gidgrp.cbs.mac2.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.mac2.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.cbs.opc2.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.opc2.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.blk.addamtcovc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
780
,
message
:
"长度不能超过780"
}
],
"gidgrp.cbs.cnf.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cbs.cnf.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"gidgrp.rec.partcon"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
5
,
message
:
"长度不能超过5"
}
],
"gidgrp.rec.cnfdat"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"gidgrp.cnr.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.cnrp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gidgrp.cnr.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"gitp.cnrp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"gidgrp.cnr.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.cnr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
140
,
message
:
"长度不能超过140"
}
],
"gidgrp.cnr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"gidgrp.cnr.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"cfagit.recgrp.bas.exguarancode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
28
,
message
:
"长度不能超过28"
}
],
"cfagit.recgrp.bas.actiondesc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guarantorcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"cfagit.recgrp.bas.guaranamount"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"整数位不能超过19位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,2}
$
)
|
(
^
\d
+
\.\d{1,2}
$
)
/
,
message
:
"小数位不能超过2位"
}
],
"cfagit.recgrp.bas.contractdate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maturity"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maindebtamount"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"整数位不能超过19位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,2}
$
)
|
(
^
\d
+
\.\d{1,2}
$
)
/
,
message
:
"小数位不能超过2位"
}
],
"cfagit.recgrp.bas.bencountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.bencode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.bename"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.benamen"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guedcouncode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.guedcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.guedname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guednamen"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guappcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.guappname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guappnamen"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.remark"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
248
,
message
:
"长度不能超过248"
}
],
"cfagit.recgrp.bas.guedname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guednamen"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guappcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.guappname"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.guappnamen"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
}
],
"cfagit.recgrp.bas.remark"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
248
,
message
:
"长度不能超过248"
}
],
"cfagit.recgrp.bas.maindebtcondate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maindebtmaturity"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maindebtdate"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
5
,
message
:
"长度不能超过5"
}
],
"cfagit.recgrp.bas.intrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
15
,
message
:
"长度不能超过15"
}
],
"cfagit.recgrp.bas.maindebtcondate"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maindebtmaturity"
:[
{
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfagit.recgrp.bas.maindebtdate"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
5
,
message
:
"长度不能超过5"
}
],
"cfagit.recgrp.bas.intrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
15
,
message
:
"长度不能超过15"
}
],
...
...
@@ -999,153 +999,159 @@ export default {
"cfagit.recgrp.bas.guedparecompname"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
116
,
message
:
"长度不能超过116"
}
],
"cfagit.recgrp.bas.guedparecompnamen"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
116
,
message
:
"长度不能超过116"
}
],
"cfagit.recp.pubp.cousel1.guedparecompcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"cfagit.recgrp.bas.guedparecompname"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
116
,
message
:
"长度不能超过116"
}
],
"cfagit.recgrp.bas.guedparecompnamen"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
116
,
message
:
"长度不能超过116"
}
],
"cfagit.recp.pubp.cousel1.guedparecompcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"cfagit.recgrp.bas.cgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.cgcouncode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.cgcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
32
,
message
:
"长度不能超过32"
}
],
"cfagit.recgrp.bas.cgcouncode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.cgname"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
124
,
message
:
"长度不能超过124"
}
],
"cfagit.recgrp.bas.cgnamen"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
124
,
message
:
"长度不能超过124"
}
],
"cfagit.recgrp.bas.cgname"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
124
,
message
:
"长度不能超过124"
}
],
"cfagit.recgrp.bas.cgnamen"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
124
,
message
:
"长度不能超过124"
}
],
"cfagit.recgrp.bas.thje"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"cfagit.recgrp.bas.issuecountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recgrp.bas.thje"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
22
,
message
:
"长度不能超过22"
}
],
"cfagit.recgrp.bas.issuecountrycode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"cfagit.recp.dclp.remark"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
248
,
message
:
"长度不能超过248"
},
],
"cfagit.recp.dclp.remark"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
248
,
message
:
"长度不能超过248"
},
],
"cfagit.recp.dclp.actiondesc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
},
],
"cfagit.vrfflg"
:
null
,
"gidgrp.rec.purpos"
:
null
,
"gidgrp.rec.atxinr"
:
null
,
"gidgrp.rec.secuilflg"
:
null
,
"gidgrp.cbs.max.cur"
:
null
,
"gidgrp.rec.fingua"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gidgrp.rec.purposin"
:
null
,
"gidgrp.rec.liatypc"
:
null
,
"gidgrp.rec.expflg"
:
null
,
"gidgrp.rec.deloric"
:
null
,
"cnybop.libflg"
:
null
,
"gidgrp.rec.exptyp"
:
null
,
"gidgrp.rec.stdwrduilc"
:
null
,
"gidgrp.ghd.segtyp"
:
null
,
"gidgrp.rec.giduil"
:
null
,
"gidgrp.rec.gtxinrc"
:
null
,
"gitp.prepercmodflg"
:
null
,
"gidgrp.rec.gartyp"
:
null
,
"gitp.gidtxtmodflg"
:
null
,
"gidgrp.rec.revflg"
:
null
,
"gitp.prepermodflg"
:
null
,
"gidgrp.rec.gtxinr"
:
null
,
"gitp.swiftflg"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gitp.covgodsrvcmodflg"
:
null
,
"gidgrp.rec.autrnwflgc"
:
null
,
"gidgrp.rec.stdwrdc"
:
null
,
"gidgrp.rec.hndtyp"
:
null
,
"gidgrp.cbs.mac.cur"
:
null
,
"gidgrp.ghd.bustyp"
:
null
,
"gidgrp.rec.orccur"
:
null
,
"gitp.exptxtmodflg"
:
null
,
"cnybop.vouflg"
:
null
,
"gidgrp.rec.legfrm"
:
null
,
"cfagit.recp.pubp.founds7"
:
null
,
"cfagit.recp.pubp.founds6"
:
null
,
"cfagit.recp.pubp.founds5"
:
null
,
"cfagit.recp.pubp.founds4"
:
null
,
"cfagit.recp.pubp.founds8"
:
null
,
"cfagit.recp.pubp.founds3"
:
null
,
"cfagit.recp.pubp.founds2"
:
null
,
"cfagit.recp.pubp.founds1"
:
null
,
"cfagit.recgrp.bas.thyn"
:
null
,
"gitp.inc760"
:
null
,
"cnybop.traflg"
:
null
,
"gidgrp.rec.orccurc"
:
null
,
"gitp.gidtxtmodflgc"
:
null
,
"cfagit.recgrp.bas.bentype"
:
null
,
"cfagit.recgrp.bas.guarantype"
:
null
,
"cfagit.recgrp.bas.maindebtmanner"
:
null
,
"cfagit.dclflg"
:
null
,
"gidgrp.rec.cnfsta"
:
null
,
"cfagit.cfaflg"
:
null
,
"gidgrp.rec.transferc"
:
null
,
"gidgrp.rec.gartypc"
:
null
,
"gidgrp.rec.legfrmc"
:
null
,
"gitp.aamp.aammod.addamtflg"
:
null
,
"gidgrp.rec.rmbflg"
:
null
,
"gidgrp.rec.reccnfdet"
:
null
,
"addbcb.pwtyp8"
:
null
,
"addbcb.bcbtyp6"
:
null
,
"gidgrp.rec.delori"
:
null
,
"cfagit.recgrp.bas.cgyn"
:
null
,
"cfagit.recgrp.bas.actiontype"
:
null
,
"cfagit.recp.pubp.acp"
:
null
,
"gidgrp.rec.jurlawc"
:
null
,
"gidgrp.rec.fenlishi"
:
null
,
"gitp.inccormsgflg"
:
null
,
"gitp.apcsupflg"
:
null
,
"gidgrp.rec.jurlaws20"
:
null
,
"gitp.aacp.aacmod.addamtflg"
:
null
,
"addbcb.bccls1"
:
null
,
"gitp.covgodsrvmodflg"
:
null
,
"gidgrp.rec.liaflg"
:
null
,
"gitp.liatxtcmodflg"
:
null
,
"gitp.aplsupflg"
:
null
,
"gidgrp.rec.deltoc"
:
null
,
"gidgrp.rec.transfer"
:
null
,
"gidgrp.rec.stacty"
:
null
,
"gidgrp.blk.apprul"
:
null
,
"gitp.drpreflg"
:
null
,
"gidgrp.rec.cnfdet"
:
null
,
"cfagit.basflg"
:
null
,
"gidgrp.rec.delto"
:
null
,
"cnybop.cnyflg"
:
null
,
"cfagit.recgrp.bas.guedtype"
:
null
,
"cnybop.outflg"
:
null
,
"cnybop.cnyvou.cvouchdirection"
:
null
,
"gidgrp.blk.apprulc"
:
null
,
"gidgrp.rec.autrnwflg"
:
null
,
"gidgrp.rec.sndto"
:
null
,
"setmod.glemod.glepan"
:
null
,
"cfagit.cfap"
:
null
,
"cfagit.recp.dclp"
:
null
,
"cfagit.recp.dclp.actiontype"
:
null
,
"cnybop.voup"
:
null
,
"gitp.preperp"
:
null
,
"cfagit.recp.dclp.actiondesc"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
128
,
message
:
"长度不能超过128"
},
],
"cfagit.vrfflg"
:
null
,
"gidgrp.rec.purpos"
:
null
,
"gidgrp.rec.atxinr"
:
null
,
"gidgrp.rec.secuilflg"
:
null
,
"gidgrp.cbs.max.cur"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'blur'
}
],
"gidgrp.rec.fingua"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gidgrp.rec.purposin"
:
null
,
"gidgrp.rec.liatypc"
:
null
,
"gidgrp.rec.expflg"
:
null
,
"gidgrp.rec.deloric"
:
null
,
"cnybop.libflg"
:
null
,
"gidgrp.rec.exptyp"
:
null
,
"gidgrp.rec.stdwrduilc"
:
null
,
"gidgrp.ghd.segtyp"
:
null
,
"gidgrp.rec.giduil"
:
null
,
"gidgrp.rec.gtxinrc"
:
null
,
"gitp.prepercmodflg"
:
null
,
"gidgrp.rec.gartyp"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gitp.gidtxtmodflg"
:
null
,
"gidgrp.rec.revflg"
:
null
,
"gitp.prepermodflg"
:
null
,
"gidgrp.rec.gtxinr"
:
null
,
"gitp.swiftflg"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gitp.covgodsrvcmodflg"
:
null
,
"gidgrp.rec.autrnwflgc"
:
null
,
"gidgrp.rec.stdwrdc"
:
null
,
"gidgrp.rec.hndtyp"
:
[
{
required
:
true
,
message
:
"此字段为必填字段"
,
trigger
:
'change'
}
],
"gidgrp.cbs.mac.cur"
:
null
,
"gidgrp.ghd.bustyp"
:
null
,
"gidgrp.rec.orccur"
:
null
,
"gitp.exptxtmodflg"
:
null
,
"cnybop.vouflg"
:
null
,
"gidgrp.rec.legfrm"
:
null
,
"cfagit.recp.pubp.founds7"
:
null
,
"cfagit.recp.pubp.founds6"
:
null
,
"cfagit.recp.pubp.founds5"
:
null
,
"cfagit.recp.pubp.founds4"
:
null
,
"cfagit.recp.pubp.founds8"
:
null
,
"cfagit.recp.pubp.founds3"
:
null
,
"cfagit.recp.pubp.founds2"
:
null
,
"cfagit.recp.pubp.founds1"
:
null
,
"cfagit.recgrp.bas.thyn"
:
null
,
"gitp.inc760"
:
null
,
"cnybop.traflg"
:
null
,
"gidgrp.rec.orccurc"
:
null
,
"gitp.gidtxtmodflgc"
:
null
,
"cfagit.recgrp.bas.bentype"
:
null
,
"cfagit.recgrp.bas.guarantype"
:
null
,
"cfagit.recgrp.bas.maindebtmanner"
:
null
,
"cfagit.dclflg"
:
null
,
"gidgrp.rec.cnfsta"
:
null
,
"cfagit.cfaflg"
:
null
,
"gidgrp.rec.transferc"
:
null
,
"gidgrp.rec.gartypc"
:
null
,
"gidgrp.rec.legfrmc"
:
null
,
"gitp.aamp.aammod.addamtflg"
:
null
,
"gidgrp.rec.rmbflg"
:
null
,
"gidgrp.rec.reccnfdet"
:
null
,
"addbcb.pwtyp8"
:
null
,
"addbcb.bcbtyp6"
:
null
,
"gidgrp.rec.delori"
:
null
,
"cfagit.recgrp.bas.cgyn"
:
null
,
"cfagit.recgrp.bas.actiontype"
:
null
,
"cfagit.recp.pubp.acp"
:
null
,
"gidgrp.rec.jurlawc"
:
null
,
"gidgrp.rec.fenlishi"
:
null
,
"gitp.inccormsgflg"
:
null
,
"gitp.apcsupflg"
:
null
,
"gidgrp.rec.jurlaws20"
:
null
,
"gitp.aacp.aacmod.addamtflg"
:
null
,
"addbcb.bccls1"
:
null
,
"gitp.covgodsrvmodflg"
:
null
,
"gidgrp.rec.liaflg"
:
null
,
"gitp.liatxtcmodflg"
:
null
,
"gitp.aplsupflg"
:
null
,
"gidgrp.rec.deltoc"
:
null
,
"gidgrp.rec.transfer"
:
null
,
"gidgrp.rec.stacty"
:
null
,
"gidgrp.blk.apprul"
:
null
,
"gitp.drpreflg"
:
null
,
"gidgrp.rec.cnfdet"
:
null
,
"cfagit.basflg"
:
null
,
"gidgrp.rec.delto"
:
null
,
"cnybop.cnyflg"
:
null
,
"cfagit.recgrp.bas.guedtype"
:
null
,
"cnybop.outflg"
:
null
,
"cnybop.cnyvou.cvouchdirection"
:
null
,
"gidgrp.blk.apprulc"
:
null
,
"gidgrp.rec.autrnwflg"
:
null
,
"gidgrp.rec.sndto"
:
null
,
"setmod.glemod.glepan"
:
null
,
"cfagit.cfap"
:
null
,
"cfagit.recp.dclp"
:
null
,
"cfagit.recp.dclp.actiontype"
:
null
,
"cnybop.voup"
:
null
,
"gitp.preperp"
:
null
,
}
\ No newline at end of file
src/business/gitopn/model/getsel.js
deleted
100644 → 0
View file @
b0649adf
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
export
default
class
Getsel
{
constructor
()
{
this
.
data
=
{
selbut
:{
dsppndclm
:
""
,
// Display Pending Claims .selbut.dsppndclm
dspclsdat
:
""
,
// Label Closed .selbut.dspclsdat
dspamenbr
:
""
,
// Display No of amendments .selbut.dspamenbr
dsppndram
:
""
,
// Display Number of Req. of Amendment .selbut.dsppndram
sptpenlab
:
""
,
// Label showing pending items stored for contract .selbut.sptpenlab
trnpenlab
:
""
,
// Label showing stored uncommited transactions for contract .selbut.trnpenlab
sptpenlab_descr
:
""
,
// Description for SPTPENLAB .selbut.sptpenlab_descr
trnpenlab_descr
:
""
,
// Description for TRNPENLAB .selbut.trnpenlab_descr
},
dspgcdclsdat
:
""
,
// Display Closing Date of Claims .dspgcdclsdat
gidgrp
:{
rec
:{
inr
:
""
,
ownref
:
""
,
// Reference .gidgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gidgrp.rec.nam
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Validity .gidgrp.rec.expdat
liadat
:
""
,
// Our Liability .gidgrp.rec.liadat
hndtyp
:
""
,
// Handling Type .gidgrp.rec.hndtyp
},
cbs
:{
max
:{
cur
:
""
,
// Guarantee Amount .gidgrp.cbs.max.cur
amt
:
""
,
// Balance .gidgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gidgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gidgrp.cbs.opn1.amt
},
},
apl
:{
pts
:
new
Pts
().
data
,
},
ben
:{
pts
:
new
Pts
().
data
,
},
iss
:{
pts
:
new
Pts
().
data
,
},
adv
:{
pts
:
new
Pts
().
data
,
},
},
recget
:{
sdamod
:{
seainf
:
""
,
// .recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg
:
""
,
// Show closed Contract .clsflg
explab
:
""
,
// Label unlimited Validity .explab
aplmullab
:
""
,
// Label, that is set, if there are multiple applicants .aplmullab
lialab
:
""
,
// Label unlimited lLability .lialab
expfldlab
:
""
,
// Label for Field Validity .expfldlab
liafldlab
:
""
,
// Label for Field Lability .liafldlab
aamgid
:{
addamtflg
:
""
,
// Add. Amount .aamgid.addamtflg
},
gcdgrp
:{
rec
:{
ownref
:
""
,
// Claim Reference .gcdgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gcdgrp.rec.nam
docprbrol
:
""
,
// Presented by .gcdgrp.rec.docprbrol
clmdat
:
""
,
// Date of Claim .gcdgrp.rec.clmdat
},
cbs
:{
max
:{
cur
:
""
,
// Claim Amount .gcdgrp.cbs.max.cur
amt
:
""
,
// Balance .gcdgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gcdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gcdgrp.cbs.opn1.amt
},
},
},
gcdget
:{
sdamod
:{
seainf
:
""
,
// .gcdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .gcdget.sdamod.dadsnd
},
clsflg
:
""
,
// which contracts to show .gcdget.clsflg
},
cfgfil
:{
btnstm
:[],
bitmap
:
""
,
// Bitmap for folder .cfgfil.bitmap
regside1
:
""
,
// Regside .cfgfil.regside1
regside2
:
""
,
// Regside .cfgfil.regside2
regside3
:
""
,
// Regside .cfgfil.regside3
regside4
:
""
,
// Regside .cfgfil.regside4
regside5
:
""
,
// Regside .cfgfil.regside5
regside6
:
""
,
// Regside .cfgfil.regside6
regside7
:
""
,
// Regside .cfgfil.regside7
regside8
:
""
,
// Regside .cfgfil.regside8
regside9
:
""
,
// Regside .cfgfil.regside9
regside10
:
""
,
// Regside .cfgfil.regside10
regside11
:
""
,
// Regside .cfgfil.regside11
regside12
:
""
,
// Regside .cfgfil.regside12
subtxt1
:
""
,
// submenu text 1 .cfgfil.subtxt1
subtxt2
:
""
,
// submenu text 2 .cfgfil.subtxt2
subtxt3
:
""
,
// submenu text 3 .cfgfil.subtxt3
subtxt4
:
""
,
// submenu text 4 .cfgfil.subtxt4
subtxt5
:
""
,
// submenu text 5 .cfgfil.subtxt5
subtxt6
:
""
,
// submenu text 6 .cfgfil.subtxt6
subtxt7
:
""
,
// submenu text 7 .cfgfil.subtxt7
subtxt8
:
""
,
// submenu text 8 .cfgfil.subtxt8
subtxt9
:
""
,
// submenu text 9 .cfgfil.subtxt9
subtxt10
:
""
,
// submenu text 10 .cfgfil.subtxt10
subtxt11
:
""
,
// submenu text 11 .cfgfil.subtxt11
regtxt1
:
""
,
// Register text 1 .cfgfil.regtxt1
regtxt2
:
""
,
// Register text 2 .cfgfil.regtxt2
regtxt3
:
""
,
// Register text 3 .cfgfil.regtxt3
regtxt4
:
""
,
// Register text 4 .cfgfil.regtxt4
regtxt5
:
""
,
// Register text 5 .cfgfil.regtxt5
regtxt6
:
""
,
// Register text 6 .cfgfil.regtxt6
regtxt7
:
""
,
// Register text 7 .cfgfil.regtxt7
regtxt8
:
""
,
// Register text 8 .cfgfil.regtxt8
regtxt9
:
""
,
// Register text 9 .cfgfil.regtxt9
regtxt10
:
""
,
// Register text 10 .cfgfil.regtxt10
regtxt11
:
""
,
// Register text 11 .cfgfil.regtxt11
regtxt12
:
""
,
// Register text 12 .cfgfil.regtxt12
hotsub1
:
""
,
// hotspot submenu 1 .cfgfil.hotsub1
hotsub2
:
""
,
// hotspot submenu 1 .cfgfil.hotsub2
hotsub3
:
""
,
// hotspot submenu 1 .cfgfil.hotsub3
hotsub4
:
""
,
// hotspot submenu 1 .cfgfil.hotsub4
hotsub5
:
""
,
// hotspot submenu 1 .cfgfil.hotsub5
hotsub6
:
""
,
// hotspot submenu 1 .cfgfil.hotsub6
hotsub7
:
""
,
// hotspot submenu 1 .cfgfil.hotsub7
hotsub8
:
""
,
// hotspot submenu 1 .cfgfil.hotsub8
hotsub9
:
""
,
// hotspot submenu 1 .cfgfil.hotsub9
hotsub10
:
""
,
// hotspot submenu 1 .cfgfil.hotsub10
hotsub11
:
""
,
// hotspot submenu 1 .cfgfil.hotsub11
hotreg1
:
""
,
// hotspot reg1 .cfgfil.hotreg1
hotreg2
:
""
,
// hotspot reg2 .cfgfil.hotreg2
hotreg3
:
""
,
// hotspot reg3 .cfgfil.hotreg3
hotreg4
:
""
,
// hotspot reg4 .cfgfil.hotreg4
hotreg5
:
""
,
// hotspot reg5 .cfgfil.hotreg5
hotreg6
:
""
,
// hotspot reg6 .cfgfil.hotreg6
hotreg7
:
""
,
// hotspot reg7 .cfgfil.hotreg7
hotreg8
:
""
,
// hotspot reg8 .cfgfil.hotreg8
hotreg9
:
""
,
// hotspot reg9 .cfgfil.hotreg9
hotreg10
:
""
,
// hotspot reg10 .cfgfil.hotreg10
hotreg11
:
""
,
// hotspot reg11 .cfgfil.hotreg11
hotreg12
:
""
,
// hotspot reg12 .cfgfil.hotreg12
subtrn1
:
""
,
// Submenu trn 1 .cfgfil.subtrn1
subtrn2
:
""
,
// Submenu trn 2 .cfgfil.subtrn2
subtrn3
:
""
,
// Submenu trn 3 .cfgfil.subtrn3
subtrn4
:
""
,
// Submenu trn 4 .cfgfil.subtrn4
subtrn5
:
""
,
// Submenu trn 5 .cfgfil.subtrn5
subtrn6
:
""
,
// Submenu trn 6 .cfgfil.subtrn6
subtrn7
:
""
,
// Submenu trn 7 .cfgfil.subtrn7
subtrn8
:
""
,
// Submenu trn 8 .cfgfil.subtrn8
subtrn9
:
""
,
// Submenu trn 9 .cfgfil.subtrn9
subtrn10
:
""
,
// Submenu trn 10 .cfgfil.subtrn10
subtrn11
:
""
,
// Submenu trn 11 .cfgfil.subtrn11
},
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
src/business/gitopn/model/gitsel.js
deleted
100644 → 0
View file @
b0649adf
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
export
default
class
Gitsel
{
constructor
()
{
this
.
data
=
{
selbut
:{
dsppndclm
:
""
,
// Display Pending Claims .selbut.dsppndclm
dspclsdat
:
""
,
// Label Closed .selbut.dspclsdat
dspamenbr
:
""
,
// Display No of amendments .selbut.dspamenbr
dsppndram
:
""
,
// Display Number of Req. of Amendment .selbut.dsppndram
sptpenlab
:
""
,
// Label showing pending items stored for contract .selbut.sptpenlab
trnpenlab
:
""
,
// Label showing stored uncommited transactions for contract .selbut.trnpenlab
sptpenlab_descr
:
""
,
// Description for SPTPENLAB .selbut.sptpenlab_descr
trnpenlab_descr
:
""
,
// Description for TRNPENLAB .selbut.trnpenlab_descr
},
dspgcdclsdat
:
""
,
// Display Closing Date of Claims .dspgcdclsdat
gidgrp
:{
rec
:{
ownref
:
""
,
// Reference .gidgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gidgrp.rec.nam
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Validity .gidgrp.rec.expdat
liadat
:
""
,
// Liability until .gidgrp.rec.liadat
hndtyp
:
""
,
// Handling Type .gidgrp.rec.hndtyp
purposin
:
""
,
// Incoming Purpose .gidgrp.rec.purposin
purpos
:
""
,
// Purpose of Message .gidgrp.rec.purpos
exptyp
:
""
,
// Expiry Type .gidgrp.rec.exptyp
liatypc
:
""
,
// Liability Type - Local Undertaking Seq. C .gidgrp.rec.liatypc
},
cbs
:{
max
:{
cur
:
""
,
// Guarantee Amount .gidgrp.cbs.max.cur
amt
:
""
,
// Balance .gidgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gidgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gidgrp.cbs.opn1.amt
},
},
apl
:{
pts
:
new
Pts
().
data
,
},
ben
:{
pts
:
new
Pts
().
data
,
},
iss
:{
pts
:
new
Pts
().
data
,
},
adv
:{
pts
:
new
Pts
().
data
,
},
ctr
:{
pts
:
new
Pts
().
data
,
},
},
recget
:{
sdamod
:{
seainf
:
""
,
// .recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg
:
""
,
// Show closed Contract .clsflg
explab
:
""
,
// Label unlimited Validity .explab
aplmullab
:
""
,
// Label, that is set, if there are multiple applicants .aplmullab
lialab
:
""
,
// Label unlimited lLability .lialab
expfldlab
:
""
,
// Label for Field Validity .expfldlab
liafldlab
:
""
,
// Label for Field Lability .liafldlab
aamgid
:{
addamtflg
:
""
,
// Add. Amount .aamgid.addamtflg
},
gcdgrp
:{
rec
:{
ownref
:
""
,
// Claim Reference .gcdgrp.rec.ownref
nam
:
""
,
// Externally Displayed Name to Identify the Contract .gcdgrp.rec.nam
docprbrol
:
""
,
// Presented by .gcdgrp.rec.docprbrol
clmdat
:
""
,
// Date of Claim .gcdgrp.rec.clmdat
},
cbs
:{
max
:{
cur
:
""
,
// Claim Amount .gcdgrp.cbs.max.cur
amt
:
""
,
// Balance .gcdgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Open Amount .gcdgrp.cbs.opn1.cur
amt
:
""
,
// Balance .gcdgrp.cbs.opn1.amt
},
},
},
gcdget
:{
sdamod
:{
seainf
:
""
,
// .gcdget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .gcdget.sdamod.dadsnd
},
clsflg
:
""
,
// which contracts to show .gcdget.clsflg
},
cfgfil
:{
btnstm
:[],
bitmap
:
""
,
// Bitmap for folder .cfgfil.bitmap
regside1
:
""
,
// Regside .cfgfil.regside1
regside2
:
""
,
// Regside .cfgfil.regside2
regside3
:
""
,
// Regside .cfgfil.regside3
regside4
:
""
,
// Regside .cfgfil.regside4
regside5
:
""
,
// Regside .cfgfil.regside5
regside6
:
""
,
// Regside .cfgfil.regside6
regside7
:
""
,
// Regside .cfgfil.regside7
regside8
:
""
,
// Regside .cfgfil.regside8
regside9
:
""
,
// Regside .cfgfil.regside9
regside10
:
""
,
// Regside .cfgfil.regside10
regside11
:
""
,
// Regside .cfgfil.regside11
regside12
:
""
,
// Regside .cfgfil.regside12
subtxt1
:
""
,
// submenu text 1 .cfgfil.subtxt1
subtxt2
:
""
,
// submenu text 2 .cfgfil.subtxt2
subtxt3
:
""
,
// submenu text 3 .cfgfil.subtxt3
subtxt4
:
""
,
// submenu text 4 .cfgfil.subtxt4
subtxt5
:
""
,
// submenu text 5 .cfgfil.subtxt5
subtxt6
:
""
,
// submenu text 6 .cfgfil.subtxt6
subtxt7
:
""
,
// submenu text 7 .cfgfil.subtxt7
subtxt8
:
""
,
// submenu text 8 .cfgfil.subtxt8
subtxt9
:
""
,
// submenu text 9 .cfgfil.subtxt9
subtxt10
:
""
,
// submenu text 10 .cfgfil.subtxt10
subtxt11
:
""
,
// submenu text 11 .cfgfil.subtxt11
regtxt1
:
""
,
// Register text 1 .cfgfil.regtxt1
regtxt2
:
""
,
// Register text 2 .cfgfil.regtxt2
regtxt3
:
""
,
// Register text 3 .cfgfil.regtxt3
regtxt4
:
""
,
// Register text 4 .cfgfil.regtxt4
regtxt5
:
""
,
// Register text 5 .cfgfil.regtxt5
regtxt6
:
""
,
// Register text 6 .cfgfil.regtxt6
regtxt7
:
""
,
// Register text 7 .cfgfil.regtxt7
regtxt8
:
""
,
// Register text 8 .cfgfil.regtxt8
regtxt9
:
""
,
// Register text 9 .cfgfil.regtxt9
regtxt10
:
""
,
// Register text 10 .cfgfil.regtxt10
regtxt11
:
""
,
// Register text 11 .cfgfil.regtxt11
regtxt12
:
""
,
// Register text 12 .cfgfil.regtxt12
hotsub1
:
""
,
// hotspot submenu 1 .cfgfil.hotsub1
hotsub2
:
""
,
// hotspot submenu 1 .cfgfil.hotsub2
hotsub3
:
""
,
// hotspot submenu 1 .cfgfil.hotsub3
hotsub4
:
""
,
// hotspot submenu 1 .cfgfil.hotsub4
hotsub5
:
""
,
// hotspot submenu 1 .cfgfil.hotsub5
hotsub6
:
""
,
// hotspot submenu 1 .cfgfil.hotsub6
hotsub7
:
""
,
// hotspot submenu 1 .cfgfil.hotsub7
hotsub8
:
""
,
// hotspot submenu 1 .cfgfil.hotsub8
hotsub9
:
""
,
// hotspot submenu 1 .cfgfil.hotsub9
hotsub10
:
""
,
// hotspot submenu 1 .cfgfil.hotsub10
hotsub11
:
""
,
// hotspot submenu 1 .cfgfil.hotsub11
hotreg1
:
""
,
// hotspot reg1 .cfgfil.hotreg1
hotreg2
:
""
,
// hotspot reg2 .cfgfil.hotreg2
hotreg3
:
""
,
// hotspot reg3 .cfgfil.hotreg3
hotreg4
:
""
,
// hotspot reg4 .cfgfil.hotreg4
hotreg5
:
""
,
// hotspot reg5 .cfgfil.hotreg5
hotreg6
:
""
,
// hotspot reg6 .cfgfil.hotreg6
hotreg7
:
""
,
// hotspot reg7 .cfgfil.hotreg7
hotreg8
:
""
,
// hotspot reg8 .cfgfil.hotreg8
hotreg9
:
""
,
// hotspot reg9 .cfgfil.hotreg9
hotreg10
:
""
,
// hotspot reg10 .cfgfil.hotreg10
hotreg11
:
""
,
// hotspot reg11 .cfgfil.hotreg11
hotreg12
:
""
,
// hotspot reg12 .cfgfil.hotreg12
subtrn1
:
""
,
// Submenu trn 1 .cfgfil.subtrn1
subtrn2
:
""
,
// Submenu trn 2 .cfgfil.subtrn2
subtrn3
:
""
,
// Submenu trn 3 .cfgfil.subtrn3
subtrn4
:
""
,
// Submenu trn 4 .cfgfil.subtrn4
subtrn5
:
""
,
// Submenu trn 5 .cfgfil.subtrn5
subtrn6
:
""
,
// Submenu trn 6 .cfgfil.subtrn6
subtrn7
:
""
,
// Submenu trn 7 .cfgfil.subtrn7
subtrn8
:
""
,
// Submenu trn 8 .cfgfil.subtrn8
subtrn9
:
""
,
// Submenu trn 9 .cfgfil.subtrn9
subtrn10
:
""
,
// Submenu trn 10 .cfgfil.subtrn10
subtrn11
:
""
,
// Submenu trn 11 .cfgfil.subtrn11
},
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
src/business/gitopn/views/Detp.vue
View file @
1cb04541
...
...
@@ -124,14 +124,14 @@
>
<c-checkbox
v-if=
"model.gitp.swiftflg == 'Y'"
v-model=
"model.gitp.covgod.chkast"
style=
"margin: 0 0 0 10px;"
class=
"checkbox-left"
v-model=
"model.gitp.covgod.chkast"
>
允许
</c-checkbox
>
<c-button
disabled
v-if=
"model.gitp.swiftflg == 'Y'"
disabled
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;width:100px;float:left;"
...
...
@@ -139,8 +139,8 @@
查看系统文本
</c-button>
<c-button
disabled
v-if=
"model.gitp.swiftflg == 'Y'"
disabled
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;width:100px;float:left;"
...
...
@@ -158,9 +158,9 @@
>
<c-input
disabled
v-model=
"model.gidgrp.rec.orcrat"
placeholder=
"请输入原始利率"
></c-input>
v-model=
"model.gidgrp.rec.orcrat"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -172,8 +172,8 @@
>
<c-input
disabled
v-model=
"model.gidgrp.rec.orcrat"
placeholder=
"请输入原始利率"
v-model=
"model.gidgrp.rec.orcrat"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -183,9 +183,9 @@
<el-form-item
label=
"合同币种和金额"
prop=
"gidgrp.rec.orccur"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.orccur"
style=
"width: 100%"
placeholder=
"请选择合同币种 "
v-model=
"model.gidgrp.rec.orccur"
>
<el-option
v-for=
"item in codes.curtxt"
...
...
src/business/gitopn/views/Ovwp1.vue
View file @
1cb04541
...
...
@@ -771,7 +771,7 @@
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp == 'OL' ||
model.gidgrp.rec.hndtyp == '') &&
model.gidgrp.rec.hndtyp == '') &&
model.gitp.swiftflg != 'Y'
"
label=
"通知行或收报行(即转开行)"
...
...
@@ -843,7 +843,7 @@
<el-form-item
v-if=
"
(model.gidgrp.rec.hndtyp == 'OC' ||
model.gidgrp.rec.hndtyp == 'OT') &&
model.gidgrp.rec.hndtyp == 'OT') &&
model.gitp.swiftflg != 'Y'
"
label=
"开证行"
...
...
@@ -964,7 +964,7 @@
</el-form-item>
</c-col>
<
!-- <
c-col :span="24">
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.swiftflg != 'Y'"
label=
"是否对外担保"
...
...
@@ -984,7 +984,7 @@
</el-option>
</c-select>
</el-form-item>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
v-if=
"model.gidgrp.cbs.max.cur == 'CNY' && model.gitp.swiftflg != 'Y'"
...
...
src/business/gitopn/views/Ptyp.vue
View file @
1cb04541
...
...
@@ -21,9 +21,7 @@
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APL', 'C')"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -77,9 +75,7 @@
disabled
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.con.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CON', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -139,9 +135,7 @@
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APL', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -193,9 +187,7 @@
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CTR', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -249,9 +241,7 @@
v-model=
"model.gidgrp.apl.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apl.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APL', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -265,7 +255,6 @@
disabled
size=
"small"
type=
"primary"
@
click=
"queryFormData"
>
详情
</c-button>
...
...
@@ -304,9 +293,7 @@
v-model=
"model.gidgrp.ctr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctr.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CTR', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -363,9 +350,7 @@
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('BEN', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -434,9 +419,7 @@
v-model=
"model.gidgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.iss.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('ISS', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -496,9 +479,7 @@
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('BEN', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -546,9 +527,7 @@
v-model=
"model.gidgrp.atb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.atb.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('ATB', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
vue.config.js
View file @
1cb04541
...
...
@@ -26,6 +26,7 @@ module.exports = {
assetsDir
:
'static'
,
productionSourceMap
:
false
,
devServer
:
{
host
:
'0.0.0.0'
,
port
:
8010
,
open
:
true
,
overlay
:
{
...
...
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