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
476668f6
Commit
476668f6
authored
Oct 24, 2023
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litdla检核修改
parent
61d1c2c1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
921 additions
and
919 deletions
+921
-919
buildCommons.js
src/business/litdla/event/buildCommons.js
+11
-11
index.js
src/business/litdla/event/index.js
+25
-25
check.js
src/business/litdla/model/check.js
+537
-536
index.js
src/business/litdla/model/index.js
+348
-347
No files found.
src/business/litdla/event/buildCommons.js
View file @
476668f6
export
default
{
buildPtspta
(
ptsptaObj
)
{
buildPtspta
(
ptsptaObj
)
{
let
pts
=
ptsptaObj
.
pts
;
let
ptspta
=
{
rol
:
pts
.
rol
,
...
...
@@ -17,7 +17,7 @@ export default {
};
return
ptspta
;
},
buildCommonData
(
model
,
trnName
)
{
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
[];
if
(
model
.
lidgrp
.
apl
.
pts
.
extkey
)
{
ptsptaList
.
push
(
this
.
buildPtspta
(
model
.
lidgrp
.
avb
));
...
...
@@ -86,7 +86,7 @@ export default {
};
return
dataObj
},
buildSetfeg
(
model
,
trnName
)
{
buildSetfeg
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaall
:
model
.
liaall
,
...
...
@@ -95,7 +95,7 @@ export default {
};
return
params
},
buildSetglg
(
model
,
trnName
)
{
buildSetglg
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
setfeg
:
model
.
setmod
.
setfeg
,
...
...
@@ -104,7 +104,7 @@ export default {
};
return
params
},
buildGlentry
(
model
,
trnName
)
{
buildGlentry
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
...
...
@@ -114,20 +114,20 @@ export default {
};
return
params
},
buildEngp
(
model
,
trnName
)
{
buildEngp
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaallg
:
model
.
liaall
.
liaallg
,
};
return
params
},
buildDocpan
(
model
,
trnName
)
{
buildDocpan
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
};
return
params
},
buildCcvpan
(
model
,
trnName
)
{
buildCcvpan
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
liaccvg
:
model
.
liaccv
.
liaccvg
,
...
...
@@ -137,7 +137,7 @@ export default {
};
return
params
},
buildLimitbody
(
model
,
trnName
)
{
buildLimitbody
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
...
...
@@ -148,7 +148,7 @@ export default {
};
return
params
},
buildDoctre
(
model
,
trnName
)
{
buildDoctre
(
model
,
trnName
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
rec
:
{
...
...
@@ -161,7 +161,7 @@ export default {
return
params
},
// 公共组件setmod中dsp字段改变,触发联动时候的入参
buildSetgllAccts
(
model
,
trnName
,
setglg
)
{
buildSetgllAccts
(
model
,
trnName
,
setglg
)
{
let
params
=
{
...
this
.
buildCommonData
(
model
,
trnName
),
setglg
...
...
src/business/litdla/event/index.js
View file @
476668f6
...
...
@@ -20,22 +20,22 @@ export default {
...
ccvpan
,
...
limitbody
,
...
doctre
,
async
init
()
{
async
init
()
{
const
params
=
{
spt
:
JSON
.
parse
(
localStorage
.
getItem
(
'row_'
+
this
.
trnName
)),
trninr
:
this
.
$route
.
query
.
trninr
,
}
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
if
(
typeof
(
this
.
$route
.
query
.
inr
)
==
'string'
)
{
params
.
spt
=
null
}
const
res
=
await
Api
.
post
(
'/service/litdla/init'
,
{
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
lidgrp
:{
rec
:{
inr
:
this
.
$route
.
query
.
inr
lidgrp
:
{
rec
:
{
inr
:
this
.
$route
.
query
.
inr
}
}
});
...
...
@@ -49,7 +49,7 @@ export default {
},
// 兼容处理在前端model中定义了字段,后端返回的数据中不存在字段的问题
copyValueFromVoData
(
model
,
data
)
{
copyValueFromVoData
(
model
,
data
)
{
let
keysList
=
Object
.
keys
(
model
)
keysList
.
map
((
key
)
=>
{
if
(
data
[
key
])
{
...
...
@@ -148,7 +148,7 @@ export default {
purposChange
(
key
,
value
)
{
this
.
handleChangeForm
(
key
,
value
);
},
buildLiaccv
()
{
buildLiaccv
()
{
let
params
=
{
...
buildFn
.
buildCommonData
(
this
.
model
,
this
.
trnName
),
liaccvg
:
this
.
model
.
liaccv
.
liaccvg
,
...
...
@@ -156,11 +156,11 @@ export default {
chgamt
:
this
.
model
.
liaccv
.
chgamt
,
concur
:
this
.
model
.
liaccv
.
concur
,
};
return
params
},
// 公共组件setmod处理方式改变触发联动
changeSetmodModel
(
emitParams
)
{
changeSetmodModel
(
emitParams
)
{
let
reqParams
=
{}
switch
(
emitParams
.
code
)
{
case
'processMethods'
:
...
...
@@ -170,29 +170,29 @@ export default {
case
'changeDsp'
:
let
index
=
emitParams
.
index
;
let
setglgRequest
=
buildFn
.
buildSetglg
(
this
.
model
,
this
.
trnName
);
setglgRequest
.
setglg
=
{
setgll
:
emitParams
.
list
};
setglgRequest
.
setglg
=
{
setgll
:
emitParams
.
list
};
this
.
setgllAccts
(
setglgRequest
,
index
);
break
default
:
return
}
},
onSeainf
()
{},
max2Amt
(){
onSeainf
()
{
},
max2Amt
()
{
this
.
executeDefault
(
"max2.amt"
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
);
(
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
}
);
},
choose
(
row
){
this
.
model
.
amenbr
=
row
.
srcStr
.
split
(
'
\
t'
)[
0
]
this
.
model
.
amecur
=
row
.
srcStr
.
split
(
'
\
t'
)[
2
]
this
.
model
.
reduceamt
=
row
.
srcStr
.
split
(
'
\
t'
)[
3
]
this
.
model
.
amedat
=
row
.
srcStr
.
split
(
'
\
t'
)[
4
]
this
.
model
.
ameflg
=
'Y'
choose
(
row
)
{
this
.
model
.
amenbr
=
row
.
srcStr
.
split
(
'
\
t'
)[
0
]
this
.
model
.
amecur
=
row
.
srcStr
.
split
(
'
\
t'
)[
2
]
this
.
model
.
reduceamt
=
row
.
srcStr
.
split
(
'
\
t'
)[
3
]
this
.
model
.
amedat
=
row
.
srcStr
.
split
(
'
\
t'
)[
4
]
this
.
model
.
ameflg
=
'Y'
},
open
(
val
)
{
...
...
src/business/litdla/model/check.js
View file @
476668f6
export
default
{
"lidgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.rec.ownref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.rec.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.apl.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
// "lidgrp.cbs.nom1.amt":[
// {type: "number", required: false, message: "必输项"},
// {max: 18,message:"整数位不能超过14位"},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
"lidgrp.apl.pts.nam"
:[
"lidgrp.cbs.nom1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
// "lidgrp.cbs.opn1.amt":[
// {type: "number", required: false, message: "必输项"},
// {max: 18,message:"整数位不能超过14位"},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
"lidgrp.avbnam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.apl.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.ben.pts.ref"
:[
"lidgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"lidgrp.avbnam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.ben.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.ben.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.ben.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.rec.opndat"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"输入正确的日期"
}
"lidgrp.rec.opndat"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"输入正确的日期"
}
],
"lidgrp.rec.shpdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"lidgrp.rec.shpdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"lidgrp.adv.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.adv.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.rec.expdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"lidgrp.rec.expdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"lidgrp.rec.expplc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
29
,
message
:
"长度不能超过29"
}
"lidgrp.rec.expplc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
29
,
message
:
"长度不能超过29"
}
],
"lidgrp.adv.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.adv.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
...
...
@@ -75,47 +75,47 @@ export default {
"decstm"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
"decstm"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
"amenbr"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"amenbr"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"reduceamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
"reduceamt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"长度不能超过18"
}
],
"amedat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
"amedat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"litamep.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litamep.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.rec.ownref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litamep.recget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litamep.recget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.rec.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"trnmod.swiadd.amedat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"trnmod.swiadd.amedat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
// "trnmod.swiadd.amenbr":[
// {type: "string", required: false, message: "必输项"},
...
...
@@ -125,9 +125,9 @@ export default {
// {type: "string", required: false, message: "必输项"},
// {max: 3,message:"长度不能超过3"}
// ],
"lidgrp.cbs.nom1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"lidgrp.cbs.nom1.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
// "oldlidgrp.cbs.nom1.amt":[
// {type: "number", required: false, message: "必输项"},
...
...
@@ -142,9 +142,9 @@ export default {
// {type: "string", required: false, message: "必输项"},
// {max: 2,message:"长度不能超过2"}
// ],
"oldlidgrp.cbs.max.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"oldlidgrp.cbs.max.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
// "oldlidgrp.cbs.max.amt":[
// {type: "number", required: false, message: "必输项"},
...
...
@@ -177,9 +177,9 @@ export default {
// {type: "string", required: false, message: "必输项"},
// {max: 2,message:"长度不能超过2"}
// ],
"litamep.maxcur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litamep.maxcur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
// "litamep.maxamt":[
// {type: "number", required: false, message: "必输项"},
...
...
@@ -187,17 +187,17 @@ export default {
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
"oldlidgrp.rec.expdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"oldlidgrp.rec.expdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"oldlidgrp.rec.shpdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"oldlidgrp.rec.shpdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"trnmod.swiadd.newexpdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"trnmod.swiadd.newexpdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"trnmod.swiadd.newshpdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"trnmod.swiadd.newshpdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
// "oldlidgrp.rec.prepers18":[
...
...
@@ -208,92 +208,92 @@ export default {
// {type: "string", required: false, message: "必输项"},
// {max: 3,message:"长度不能超过3"}
// ],
"oldlidgrp.blk.preper"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"oldlidgrp.blk.preper"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"oldlidgrp.rec.prepertxts18"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"oldlidgrp.rec.prepertxts18"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"trnmod.swiadd.prepertxts18"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"trnmod.swiadd.prepertxts18"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"ameflg"
:[
{
required
:
true
,
message
:
"必输项"
},
"ameflg"
:
[
{
required
:
true
,
message
:
"必输项"
},
],
"lidgrp.cbs.max2.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"lidgrp.cbs.max2.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
// "trnmod.swiadd.addamt":[
// {type: "number", required: false, message: "必输项"},
// {max: 18,message:"整数位不能超过14位"},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
"trnmod.swiadd.trnfeetxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"trnmod.swiadd.trnfeetxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"trnmod.swiadd.addamtcov"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"trnmod.swiadd.addamtcov"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"litp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.rec.ownref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.rec.ownref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.recget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.recget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.rec.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.apl.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.aplp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.aplp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
"litp.usr.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"litp.usrget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.usrget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.apl.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.apl.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.aplp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.aplp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.apl.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.apl.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
// "lidgrp.cbs.nom1.amt":[
...
...
@@ -302,13 +302,13 @@ export default {
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
"lidgrp.apl.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
135
,
message
:
"长度不能超过135"
}
"lidgrp.apl.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
135
,
message
:
"长度不能超过135"
}
],
"lidgrp.apl.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.apl.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
// "lidgrp.rec.nomtop":[
// { required: false, message: ""},
...
...
@@ -318,14 +318,14 @@ export default {
// { required: false, message: ""},
// {max: 2,message:"长度不能超过2"}
// ],
"lidgrp.apl.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.apl.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.adv.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.adv.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
// "lidgrp.cbs.max.amt":[
...
...
@@ -333,120 +333,120 @@ export default {
// {max: 18,message:"整数位不能超过14位"},
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
// ],
"litp.advp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.advp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.adv.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.adv.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.advp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.advp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.rec.opndat"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"输入正确的日期"
}
"lidgrp.rec.opndat"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"输入正确的日期"
}
],
"lidgrp.rec.preadvdt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"lidgrp.rec.preadvdt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"lidgrp.adv.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.adv.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.adv.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
135
,
message
:
"长度不能超过135"
}
"lidgrp.adv.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
135
,
message
:
"长度不能超过135"
}
],
"lidgrp.adv.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.adv.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.rec.shpdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"lidgrp.rec.shpdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"lidgrp.adv.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.adv.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.rec.expdat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
"lidgrp.rec.expdat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"lidgrp.rec.expplc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
29
,
message
:
"长度不能超过29"
}
"lidgrp.rec.expplc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
29
,
message
:
"长度不能超过29"
}
],
"lidgrp.ben.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.ben.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.benp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.benp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.ben.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.ben.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.benp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.benp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.ben.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.ben.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.ben.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
"lidgrp.ben.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
],
"lidgrp.ben.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.ben.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.ben.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.ben.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.rec.apprultxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.rec.apprultxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.rec.oppbnk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
"lidgrp.rec.oppbnk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"lidgrp.rec.rptref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
25
,
message
:
"长度不能超过25"
}
"lidgrp.rec.rptref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
25
,
message
:
"长度不能超过25"
}
],
"lidgrp.rec.regref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.rec.regref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"trnmod.swiadd.nartxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1750
,
message
:
"长度不能超过1750"
}
"trnmod.swiadd.nartxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1750
,
message
:
"长度不能超过1750"
}
],
"oldlidgrp.blk.narhis"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
49950
,
message
:
"长度不能超过49950"
}
"oldlidgrp.blk.narhis"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
49950
,
message
:
"长度不能超过49950"
}
],
...
...
@@ -455,298 +455,298 @@ export default {
"lidgrp.blk.preper"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.blk.preper"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
// "lidgrp.rec.prepers18":[
// {type: "string", required: false, message: "必输项"},
// {max: 3,message:"长度不能超过3"}
// ],
"litp.avbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.avbp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.avb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.avb.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.avbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.avbp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.rec.prepertxts18"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.rec.prepertxts18"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.avb.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.avb.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.avb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过351"
}
"lidgrp.avb.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过351"
}
],
"lidgrp.avb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.avb.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.blk.avbwthtxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.blk.avbwthtxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.avb.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.avb.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.blk.feetxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
"lidgrp.blk.feetxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
],
"lidgrp.blk.defdet"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.blk.defdet"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.blk.dftat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.blk.dftat"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"litp.drwp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.drwp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.drw.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.drw.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.drwp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.drwp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.drw.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.drw.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.drw.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
"lidgrp.drw.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
],
"lidgrp.drw.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.drw.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.blk.mixdet"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.blk.mixdet"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.drw.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.drw.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.rec.shpfro"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"lidgrp.rec.shpfro"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
// "lidgrp.rec.tenmaxday":[
// {type: "string", required: false, message: "必输项"},
// {max: 3,message:"长度不能超过3"}
// ],
"lidgrp.rec.porloa"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"lidgrp.rec.porloa"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.rec.pordis"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"lidgrp.rec.pordis"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.rec.shpto"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"lidgrp.rec.shpto"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.shpper"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"lidgrp.blk.shpper"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.ini.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.ini.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.a2b.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.a2b.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.inip.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.inip.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.a2bp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.a2bp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.ini.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.ini.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.inip.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.inip.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.a2b.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.a2b.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.a2bp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.a2bp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.ini.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.ini.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.a2b.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.a2b.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.ini.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
"lidgrp.ini.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
],
"lidgrp.ini.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.ini.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.a2b.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
"lidgrp.a2b.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
],
"lidgrp.a2b.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.a2b.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.ini.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.ini.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.a2b.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.a2b.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.rmb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.rmb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.avb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.avb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.rmbp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.rmbp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.rmb.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.rmb.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.rmbp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.rmbp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.rmb.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
"lidgrp.rmb.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"lidgrp.con.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.con.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.conp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"litp.conp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"lidgrp.con.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
"lidgrp.con.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"litp.conp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
"litp.conp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.con.namelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.con.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.con.pts.adrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
"lidgrp.con.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
315
,
message
:
"长度不能超过315"
}
],
"lidgrp.con.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.con.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.con.adrelc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
"lidgrp.con.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"lidgrp.blk.lcrgodame"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
"lidgrp.blk.lcrgodame"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"lidgrp.blk.lcrgod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
"lidgrp.blk.lcrgod"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
"litamep.lcrgodamep.usrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"litamep.lcrgodamep.usrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.lcrdocame"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
"lidgrp.blk.lcrdocame"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"lidgrp.blk.lcrdoc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
"lidgrp.blk.lcrdoc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
"litamep.lcrdocamep.usrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"litamep.lcrdocamep.usrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.spcben"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
"lidgrp.blk.spcben"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
"lidgrp.blk.spcrcbame"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
4950
,
message
:
"长度不能超过4950"
}
"lidgrp.blk.spcrcbame"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
4950
,
message
:
"长度不能超过4950"
}
],
"litamep.spcrcbamep.usrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
"litamep.spcrcbamep.usrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
"lidgrp.blk.spcrcb"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
"lidgrp.blk.spcrcb"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"非必输项"
},
{
max
:
52000
,
message
:
"长度不能超过52000"
}
],
...
...
@@ -754,124 +754,124 @@ export default {
"lidgrp.blk.adlcndame"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
"lidgrp.blk.adlcndame"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"lidgrp.blk.adlcnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"lidgrp.blk.adlcnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"litamep.adlcndamep.usrblk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
"litamep.adlcndamep.usrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.insbnk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8000
,
message
:
"长度不能超过8000"
}
],
"lidgrp.blk.insbnkame"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"trnmod.swiadd.insbnk"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"lidgrp.blk.lcrgod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.lcrdoc"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.apl.namelc"
:
null
,
"lidgrp.rec.prepers18"
:
null
,
"lidgrp.rec.lcrtyp"
:
null
,
"trnmod.swiadd.newamt"
:
null
,
"lidgrp.rec.apprul"
:
null
,
"lidgrp.rec.apprultxt"
:
null
,
"lidgrp.blk.lcrgod"
:
null
,
"lidgrp.adv.pts.adrblk"
:
null
,
"lidgrp.blk.adlcnd"
:
null
,
"lidgrp.cbs.opn1.amt"
:
null
,
"lidgrp.ini.namelc"
:
null
,
"lidgrp.rec.shppars18"
:
null
,
"lidgrp.rec.stacty"
:
null
,
"lidgrp.ini.pts.adrblk"
:
null
,
"litamep.lcrdocamep.usrblk"
:
null
,
"lidgrp.blk.lcrdoc"
:
null
,
"litamep.lcrgodamep.usrblk"
:
null
,
"trnmod.swiadd.trnfeetxt"
:
null
,
"lidgrp.a2b.namelc"
:
null
,
"lidgrp.apl.adrelc"
:
null
,
"litp.usr.extkey"
:
null
,
"litamep.adlcndamep.usrblk"
:
null
,
"trnmod.swiadd.amenbr"
:
null
,
"lidgrp.avb.pts.adrblk"
:
null
,
"lidgrp.rec.avbwth"
:
null
,
"lidgrp.adv.pts.nam"
:
null
,
"trnmod.swiadd.addamt"
:
null
,
"lidgrp.rec.opndat"
:
null
,
"lidgrp.a2b.adrelc"
:
null
,
"lidgrp.avb.namelc"
:
null
,
"lidgrp.blk.feetxt"
:
null
,
"trnmod.swiadd.newnomtop"
:
null
,
"trnmod.swiadd.newnomton"
:
null
,
"lidgrp.blk.preper"
:
null
,
"lidgrp.ben.pts.nam"
:
null
,
"oldlidgrp.rec.expdat"
:
null
,
"lidgrp.ben.adrelc"
:
null
,
"trnmod.swiadd.insbnk"
:
null
,
"lidgrp.rec.shptrss18"
:
null
,
"lidgrp.rec.cnfdet"
:
null
,
"lidgrp.avb.adrelc"
:
null
,
"lidgrp.a2b.pts.adrblk"
:
null
,
"lidgrp.adv.namelc"
:
null
,
"lidgrp.blk.mixdet"
:
null
,
"lidgrp.apl.pts.nam"
:
null
,
"lidgrp.ini.pts.extkey"
:
null
,
"lidgrp.drw.adrelc"
:
null
,
"trnmod.swiadd.newshpdat"
:
null
,
"lidgrp.rec.expplc"
:
null
,
"trnmod.swiadd.ameamt"
:
null
,
"lidgrp.rmb.pts.extkey"
:
null
,
"trnmod.swiadd.newexpdat"
:
null
,
"lidgrp.adv.pts.extkey"
:
null
,
"trnmod.swiadd.nartxt"
:
null
,
"lidgrp.adv.adrelc"
:
null
,
"lidgrp.ben.pts.extkey"
:
null
,
"lidgrp.avb.pts.extkey"
:
null
,
"lidgrp.a2b.pts.extkey"
:
null
,
"lidgrp.blk.defdet"
:
null
,
"lidgrp.blk.insbnk"
:
null
,
"lidgrp.con.pts.extkey"
:
null
,
"lidgrp.apl.pts.adrblk"
:
null
,
"trnmod.swiadd.prepers18"
:
null
,
"lidgrp.ini.adrelc"
:
null
,
"lidgrp.ben.pts.adrblk"
:
null
,
"lidgrp.rmb.pts.nam"
:
null
,
"lidgrp.drw.pts.extkey"
:
null
,
"lidgrp.con.adrelc"
:
null
,
"ameflg"
:
null
,
"lidgrp.con.pts.adrblk"
:
null
,
"lidgrp.blk.dftat"
:
null
,
"lidgrp.apl.pts.extkey"
:
null
,
"lidgrp.rec.tenmaxday"
:
null
,
"trnmod.swiadd.purpos"
:
null
,
"lidgrp.ben.namelc"
:
null
,
"lidgrp.drw.pts.adrblk"
:
null
,
"lidgrp.drw.namelc"
:
null
,
"lidgrp.con.namelc"
:
null
,
"lidgrp.blk.insbnk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8000
,
message
:
"长度不能超过8000"
}
],
"lidgrp.blk.insbnkame"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"trnmod.swiadd.insbnk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
],
"lidgrp.blk.lcrgod"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.blk.lcrdoc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"lidgrp.apl.namelc"
:
null
,
"lidgrp.rec.prepers18"
:
null
,
"lidgrp.rec.lcrtyp"
:
null
,
"trnmod.swiadd.newamt"
:
null
,
"lidgrp.rec.apprul"
:
null
,
"lidgrp.rec.apprultxt"
:
null
,
"lidgrp.blk.lcrgod"
:
null
,
"lidgrp.adv.pts.adrblk"
:
null
,
"lidgrp.blk.adlcnd"
:
null
,
"lidgrp.cbs.opn1.amt"
:
null
,
"lidgrp.ini.namelc"
:
null
,
"lidgrp.rec.shppars18"
:
null
,
"lidgrp.rec.stacty"
:
null
,
"lidgrp.ini.pts.adrblk"
:
null
,
"litamep.lcrdocamep.usrblk"
:
null
,
"lidgrp.blk.lcrdoc"
:
null
,
"litamep.lcrgodamep.usrblk"
:
null
,
"trnmod.swiadd.trnfeetxt"
:
null
,
"lidgrp.a2b.namelc"
:
null
,
"lidgrp.apl.adrelc"
:
null
,
"litp.usr.extkey"
:
null
,
"litamep.adlcndamep.usrblk"
:
null
,
"trnmod.swiadd.amenbr"
:
null
,
"lidgrp.avb.pts.adrblk"
:
null
,
"lidgrp.rec.avbwth"
:
null
,
"lidgrp.adv.pts.nam"
:
null
,
"trnmod.swiadd.addamt"
:
null
,
"lidgrp.rec.opndat"
:
null
,
"lidgrp.a2b.adrelc"
:
null
,
"lidgrp.avb.namelc"
:
null
,
"lidgrp.blk.feetxt"
:
null
,
"trnmod.swiadd.newnomtop"
:
null
,
"trnmod.swiadd.newnomton"
:
null
,
"lidgrp.blk.preper"
:
null
,
"lidgrp.ben.pts.nam"
:
null
,
"oldlidgrp.rec.expdat"
:
null
,
"lidgrp.ben.adrelc"
:
null
,
"trnmod.swiadd.insbnk"
:
null
,
"lidgrp.rec.shptrss18"
:
null
,
"lidgrp.rec.cnfdet"
:
null
,
"lidgrp.avb.adrelc"
:
null
,
"lidgrp.a2b.pts.adrblk"
:
null
,
"lidgrp.adv.namelc"
:
null
,
"lidgrp.blk.mixdet"
:
null
,
"lidgrp.apl.pts.nam"
:
null
,
"lidgrp.ini.pts.extkey"
:
null
,
"lidgrp.drw.adrelc"
:
null
,
"trnmod.swiadd.newshpdat"
:
null
,
"lidgrp.rec.expplc"
:
null
,
"trnmod.swiadd.ameamt"
:
null
,
"lidgrp.rmb.pts.extkey"
:
null
,
"trnmod.swiadd.newexpdat"
:
null
,
"lidgrp.adv.pts.extkey"
:
null
,
"trnmod.swiadd.nartxt"
:
null
,
"lidgrp.adv.adrelc"
:
null
,
"lidgrp.ben.pts.extkey"
:
null
,
"lidgrp.avb.pts.extkey"
:
null
,
"lidgrp.a2b.pts.extkey"
:
null
,
"lidgrp.blk.defdet"
:
null
,
"lidgrp.blk.insbnk"
:
null
,
"lidgrp.con.pts.extkey"
:
null
,
"lidgrp.apl.pts.adrblk"
:
null
,
"trnmod.swiadd.prepers18"
:
null
,
"lidgrp.ini.adrelc"
:
null
,
"lidgrp.ben.pts.adrblk"
:
null
,
"lidgrp.rmb.pts.nam"
:
null
,
"lidgrp.drw.pts.extkey"
:
null
,
"lidgrp.con.adrelc"
:
null
,
"ameflg"
:
null
,
"lidgrp.con.pts.adrblk"
:
null
,
"lidgrp.blk.dftat"
:
null
,
"lidgrp.apl.pts.extkey"
:
null
,
"lidgrp.rec.tenmaxday"
:
null
,
"trnmod.swiadd.purpos"
:
null
,
"lidgrp.ben.namelc"
:
null
,
"lidgrp.drw.pts.adrblk"
:
null
,
"lidgrp.drw.namelc"
:
null
,
"lidgrp.con.namelc"
:
null
,
}
\ No newline at end of file
src/business/litdla/model/index.js
View file @
476668f6
import
Pts
from
'~/components/business/commonModel/Pts'
;
import
Pub
from
'~/components/business/commonModel/index.js'
;
export
default
class
Litdla
{
constructor
()
{
this
.
data
=
{
lidgrp
:{
rec
:{
inr
:
""
,
ownref
:
""
,
// Reference .lidgrp.rec.ownref
nam
:
""
,
// Name .lidgrp.rec.nam
avbby
:
""
,
// Available by .lidgrp.rec.avbby
opndat
:
""
,
// L/C Issued on .lidgrp.rec.opndat
shpdat
:
""
,
// Latest Shipment Date .lidgrp.rec.shpdat
expdat
:
""
,
// L/C Expiring on .lidgrp.rec.expdat
expplc
:
""
,
// in (Place)/ counters of .lidgrp.rec.expplc
lcrtyp
:
""
,
// Form of L/C .lidgrp.rec.lcrtyp
nomtop
:
""
,
// Amount Tolerance +/- .lidgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .lidgrp.rec.nomton
nomspc
:
""
,
// Amount Specification .lidgrp.rec.nomspc
preadvdt
:
""
,
// Date Pre-advised .lidgrp.rec.preadvdt
shppar
:
""
,
// Partial Shipment .lidgrp.rec.shppar
shptrs
:
""
,
// Transhipment .lidgrp.rec.shptrs
apprul
:
""
,
// Applicable Rules .lidgrp.rec.apprul
apprultxt
:
""
,
// Other Applicable Rules .lidgrp.rec.apprultxt
cnfdet
:
""
,
// Confirm. Instructions .lidgrp.rec.cnfdet
rmbflg
:
""
,
// Reimbursement Information .lidgrp.rec.rmbflg
revflg
:
""
,
// Revolving Flag .lidgrp.rec.revflg
resflg
:
""
,
// Reserved Contract .lidgrp.rec.resflg
shppars18
:
""
,
// Partial Shipment .lidgrp.rec.shppars18
shptrss18
:
""
,
// Transhipment .lidgrp.rec.shptrss18
guaflg
:
""
,
// Mortgage Flag .lidgrp.rec.guaflg
regref
:
""
,
// Register Ref. .lidgrp.rec.regref
rptref
:
""
,
// 合同号 .lidgrp.rec.rptref
oppbnk
:
""
,
// 对手行代码 .lidgrp.rec.oppbnk
dkflg
:
""
,
// 是否代开信用证 .lidgrp.rec.dkflg
avbwth
:
""
,
// Available with .lidgrp.rec.avbwth
shpfro
:
""
,
// Dispatch from .lidgrp.rec.shpfro
porloa
:
""
,
// Air-/Port of Departure .lidgrp.rec.porloa
pordis
:
""
,
// Air-/Port of Destination .lidgrp.rec.pordis
shpto
:
""
,
// Final Destination .lidgrp.rec.shpto
chato
:
""
,
// Drafts at .lidgrp.rec.chato
stacty
:
""
,
// Country Code Risk Country .lidgrp.rec.stacty
tenmaxday
:
""
,
// Maximum tenor in days .lidgrp.rec.tenmaxday
prepers18
:
""
,
// Days of presentation period .lidgrp.rec.prepers18
prepertxts18
:
""
,
// Presentation period text .lidgrp.rec.prepertxts18
redclsflg
:
""
,
// Red/Green Clause .lidgrp.rec.redclsflg
spcbenflg
:
""
,
// Special payment conditions for beneficiary exists .lidgrp.rec.spcbenflg
spcrcbflg
:
""
,
// Special Payment Conditions for specified Bank only .lidgrp.rec.spcrcbflg
stagod
:
""
,
// Goods Code .lidgrp.rec.stagod
branchinr
:
""
,
decflg
:
''
,
//减额修改标志
},
cbs
:{
nom1
:{
cur
:
""
,
// Nominal Amount .lidgrp.cbs.nom1.cur
amt
:
""
,
// Nominal Amount .lidgrp.cbs.nom1.amt
},
opn1
:{
cur
:
""
,
// 信用证余额 .lidgrp.cbs.opn1.cur
amt
:
""
,
// 信用证余额 .lidgrp.cbs.opn1.amt
},
opn2
:{
cur
:
""
,
// 信用证余额 .lidgrp.cbs.opn2.cur
amt
:
""
,
// 信用证余额 .lidgrp.cbs.opn2.amt
},
max2
:{
cur
:
""
,
// Currency .lidgrp.cbs.max2.cur
},
max
:{
cur
:
""
,
// Maximum Amount .lidgrp.cbs.max.cur
amt
:
""
,
// Maximum Amount .lidgrp.cbs.max.amt
},
},
avbnam
:
""
,
// 指定银行 .lidgrp.avbnam
apl
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.apl.namelc
adrelc
:
""
,
// 地址 .lidgrp.apl.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.apl.dbfadrblkcn
},
ben
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.ben.namelc
adrelc
:
""
,
// 地址 .lidgrp.ben.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.ben.dbfadrblkcn
},
adv
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.adv.namelc
adrelc
:
""
,
// 地址 .lidgrp.adv.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.adv.dbfadrblkcn
},
avb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.avb.namelc
adrelc
:
""
,
// 地址 .lidgrp.avb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.avb.dbfadrblkcn
},
blk
:{
spcbename
:
""
,
spcrcbame
:
""
,
spcrcb
:
""
,
spcben
:
""
,
avbwthtxt
:
""
,
// Available in .lidgrp.blk.avbwthtxt
defdet
:
""
,
// Deferred Payment Details .lidgrp.blk.defdet
dftat
:
""
,
// Drafts at .lidgrp.blk.dftat
shpper
:
""
,
// Shipment Period .lidgrp.blk.shpper
preper
:
""
,
// Presentation Period .lidgrp.blk.preper
preperflg
:
""
,
// Presentation Period modified .lidgrp.blk.preperflg
feetxt
:
""
,
// Additional Details to Code for Charges .lidgrp.blk.feetxt
mixdet
:
""
,
// Mixed Payment Details .lidgrp.blk.mixdet
lcrgod
:
""
,
// Description. of Goods .lidgrp.blk.lcrgod
lcrgodame
:
""
,
// Description of Goods Amendment History .lidgrp.blk.lcrgodame
lcrdoc
:
""
,
// Documents Required .lidgrp.blk.lcrdoc
lcrdocame
:
""
,
// Documents Required Amendment History .lidgrp.blk.lcrdocame
adlcnd
:
""
,
// Additional Conditions .lidgrp.blk.adlcnd
adlcndame
:
""
,
// Additional Conditions Amendment History .lidgrp.blk.adlcndame
insbnk
:
""
,
// Instructions to Paying/Accepting/Negotiating Bank .lidgrp.blk.insbnk
insbnkame
:
""
,
// Instructions to P/A/N Amendment History .lidgrp.blk.insbnkame
},
drw
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.drw.namelc
adrelc
:
""
,
// 地址 .lidgrp.drw.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.drw.dbfadrblkcn
},
ini
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.ini.namelc
adrelc
:
""
,
// 地址 .lidgrp.ini.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.ini.dbfadrblkcn
},
rmb
:{
pts
:
new
Pts
().
data
,
},
a2b
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.a2b.namelc
adrelc
:
""
,
// 地址 .lidgrp.a2b.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.a2b.dbfadrblkcn
},
con
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.con.namelc
adrelc
:
""
,
// 地址 .lidgrp.con.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.con.dbfadrblkcn
},
export
default
class
Litdla
{
constructor
()
{
this
.
data
=
{
lidgrp
:
{
rec
:
{
inr
:
""
,
ownref
:
""
,
// Reference .lidgrp.rec.ownref
nam
:
""
,
// Name .lidgrp.rec.nam
avbby
:
""
,
// Available by .lidgrp.rec.avbby
opndat
:
""
,
// L/C Issued on .lidgrp.rec.opndat
shpdat
:
""
,
// Latest Shipment Date .lidgrp.rec.shpdat
expdat
:
""
,
// L/C Expiring on .lidgrp.rec.expdat
expplc
:
""
,
// in (Place)/ counters of .lidgrp.rec.expplc
lcrtyp
:
""
,
// Form of L/C .lidgrp.rec.lcrtyp
nomtop
:
""
,
// Amount Tolerance +/- .lidgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .lidgrp.rec.nomton
nomspc
:
""
,
// Amount Specification .lidgrp.rec.nomspc
preadvdt
:
""
,
// Date Pre-advised .lidgrp.rec.preadvdt
shppar
:
""
,
// Partial Shipment .lidgrp.rec.shppar
shptrs
:
""
,
// Transhipment .lidgrp.rec.shptrs
apprul
:
""
,
// Applicable Rules .lidgrp.rec.apprul
apprultxt
:
""
,
// Other Applicable Rules .lidgrp.rec.apprultxt
cnfdet
:
""
,
// Confirm. Instructions .lidgrp.rec.cnfdet
rmbflg
:
""
,
// Reimbursement Information .lidgrp.rec.rmbflg
revflg
:
""
,
// Revolving Flag .lidgrp.rec.revflg
resflg
:
""
,
// Reserved Contract .lidgrp.rec.resflg
shppars18
:
""
,
// Partial Shipment .lidgrp.rec.shppars18
shptrss18
:
""
,
// Transhipment .lidgrp.rec.shptrss18
guaflg
:
""
,
// Mortgage Flag .lidgrp.rec.guaflg
regref
:
""
,
// Register Ref. .lidgrp.rec.regref
rptref
:
""
,
// 合同号 .lidgrp.rec.rptref
oppbnk
:
""
,
// 对手行代码 .lidgrp.rec.oppbnk
dkflg
:
""
,
// 是否代开信用证 .lidgrp.rec.dkflg
avbwth
:
""
,
// Available with .lidgrp.rec.avbwth
shpfro
:
""
,
// Dispatch from .lidgrp.rec.shpfro
porloa
:
""
,
// Air-/Port of Departure .lidgrp.rec.porloa
pordis
:
""
,
// Air-/Port of Destination .lidgrp.rec.pordis
shpto
:
""
,
// Final Destination .lidgrp.rec.shpto
chato
:
""
,
// Drafts at .lidgrp.rec.chato
stacty
:
""
,
// Country Code Risk Country .lidgrp.rec.stacty
tenmaxday
:
""
,
// Maximum tenor in days .lidgrp.rec.tenmaxday
prepers18
:
""
,
// Days of presentation period .lidgrp.rec.prepers18
prepertxts18
:
""
,
// Presentation period text .lidgrp.rec.prepertxts18
redclsflg
:
""
,
// Red/Green Clause .lidgrp.rec.redclsflg
spcbenflg
:
""
,
// Special payment conditions for beneficiary exists .lidgrp.rec.spcbenflg
spcrcbflg
:
""
,
// Special Payment Conditions for specified Bank only .lidgrp.rec.spcrcbflg
stagod
:
""
,
// Goods Code .lidgrp.rec.stagod
branchinr
:
""
,
decflg
:
''
,
//减额修改标志
},
cbs
:
{
nom1
:
{
cur
:
""
,
// Nominal Amount .lidgrp.cbs.nom1.cur
amt
:
""
,
// Nominal Amount .lidgrp.cbs.nom1.amt
},
opn1
:
{
cur
:
""
,
// 信用证余额 .lidgrp.cbs.opn1.cur
amt
:
""
,
// 信用证余额 .lidgrp.cbs.opn1.amt
},
opn2
:
{
cur
:
""
,
// 信用证余额 .lidgrp.cbs.opn2.cur
amt
:
""
,
// 信用证余额 .lidgrp.cbs.opn2.amt
},
max2
:
{
cur
:
""
,
// Currency .lidgrp.cbs.max2.cur
},
max
:
{
cur
:
""
,
// Maximum Amount .lidgrp.cbs.max.cur
amt
:
""
,
// Maximum Amount .lidgrp.cbs.max.amt
},
},
avbnam
:
""
,
// 指定银行 .lidgrp.avbnam
apl
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.apl.namelc
adrelc
:
""
,
// 地址 .lidgrp.apl.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.apl.dbfadrblkcn
},
ben
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.ben.namelc
adrelc
:
""
,
// 地址 .lidgrp.ben.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.ben.dbfadrblkcn
},
adv
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.adv.namelc
adrelc
:
""
,
// 地址 .lidgrp.adv.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.adv.dbfadrblkcn
},
avb
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.avb.namelc
adrelc
:
""
,
// 地址 .lidgrp.avb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.avb.dbfadrblkcn
},
blk
:
{
spcbename
:
""
,
spcrcbame
:
""
,
spcrcb
:
""
,
spcben
:
""
,
avbwthtxt
:
""
,
// Available in .lidgrp.blk.avbwthtxt
defdet
:
""
,
// Deferred Payment Details .lidgrp.blk.defdet
dftat
:
""
,
// Drafts at .lidgrp.blk.dftat
shpper
:
""
,
// Shipment Period .lidgrp.blk.shpper
preper
:
""
,
// Presentation Period .lidgrp.blk.preper
preperflg
:
""
,
// Presentation Period modified .lidgrp.blk.preperflg
feetxt
:
""
,
// Additional Details to Code for Charges .lidgrp.blk.feetxt
mixdet
:
""
,
// Mixed Payment Details .lidgrp.blk.mixdet
lcrgod
:
""
,
// Description. of Goods .lidgrp.blk.lcrgod
lcrgodame
:
""
,
// Description of Goods Amendment History .lidgrp.blk.lcrgodame
lcrdoc
:
""
,
// Documents Required .lidgrp.blk.lcrdoc
lcrdocame
:
""
,
// Documents Required Amendment History .lidgrp.blk.lcrdocame
adlcnd
:
""
,
// Additional Conditions .lidgrp.blk.adlcnd
adlcndame
:
""
,
// Additional Conditions Amendment History .lidgrp.blk.adlcndame
insbnk
:
""
,
// Instructions to Paying/Accepting/Negotiating Bank .lidgrp.blk.insbnk
insbnkame
:
""
,
// Instructions to P/A/N Amendment History .lidgrp.blk.insbnkame
},
drw
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.drw.namelc
adrelc
:
""
,
// 地址 .lidgrp.drw.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.drw.dbfadrblkcn
},
ini
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.ini.namelc
adrelc
:
""
,
// 地址 .lidgrp.ini.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.ini.dbfadrblkcn
},
rmb
:
{
pts
:
new
Pts
().
data
,
},
a2b
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.a2b.namelc
adrelc
:
""
,
// 地址 .lidgrp.a2b.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.a2b.dbfadrblkcn
},
con
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .lidgrp.con.namelc
adrelc
:
""
,
// 地址 .lidgrp.con.adrelc
dbfadrblkcn
:
""
,
// Chinese address .lidgrp.con.dbfadrblkcn
},
},
decstm
:
""
,
// Decrease limits stream .decstm
amenbr
:
""
,
// Amendment No. .amenbr
amedat
:
""
,
// Amount Amend Date .amedat
amecur
:
""
,
// Amount Amend Cur .amecur
ameflg
:
""
,
// 是否接受此笔减额修改 .ameflg
reduceamt
:
""
,
// 修改金额 .reduceamt
litamep
:
{
spcbenamep
:
{
usrblk
:
""
,
modflg
:
""
,
modmanflg
:
""
,
},
spcrcbamep
:
{
usrblk
:
""
,
modflg
:
""
,
modmanflg
:
""
,
},
ramrollab
:
""
,
// Label for RAMROL .litamep.ramrollab
recget
:
{
sdamod
:
{
seainf
:
""
,
// 参考号 .litamep.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litamep.recget.sdamod.dadsnd
},
},
engcur
:
""
,
// 修改总金额 .litamep.engcur
engamt
:
""
,
// 修改总金额 .litamep.engamt
maxcur
:
""
,
// Currency of Maximum Amount .litamep.maxcur
maxamt
:
""
,
// New Maximum Amount .litamep.maxamt
cre707flg
:
""
,
// Create Amendment Message .litamep.cre707flg
ramrol
:
""
,
// Request of Amendment send to .litamep.ramrol
amenbr
:
""
,
// 实际修改次数 .litamep.amenbr
lcrgodamep
:
{
modflg
:
""
,
// Modify Text to Replace .litamep.lcrgodamep.modflg
modmanflg
:
""
,
// Modify field for manual update .litamep.lcrgodamep.modmanflg
usrblk
:
""
,
// Block to enter additional info for Add/Delete .litamep.lcrgodamep.usrblk
},
lcrdocamep
:
{
usrblk
:
""
,
// Block to enter additional info for Add/Delete .litamep.lcrdocamep.usrblk
modflg
:
""
,
// Modify Text to Replace .litamep.lcrdocamep.modflg
modmanflg
:
""
,
// Modify field for manual update .litamep.lcrdocamep.modmanflg
},
adlcndamep
:
{
usrblk
:
""
,
// Block to enter additional info for Add/Delete .litamep.adlcndamep.usrblk
modflg
:
""
,
// Modify Text to Replace .litamep.adlcndamep.modflg
modmanflg
:
""
,
// Modify field for manual update .litamep.adlcndamep.modmanflg
},
},
oldlidgrp
:
{
cbs
:
{
nom1
:
{
amt
:
""
,
// 信用证金额 .oldlidgrp.cbs.nom1.amt
},
max
:
{
cur
:
""
,
// Currency .oldlidgrp.cbs.max.cur
amt
:
""
,
// Balance .oldlidgrp.cbs.max.amt
},
},
rec
:
{
nomtop
:
""
,
// Amount Tolerance - Positive .oldlidgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .oldlidgrp.rec.nomton
expdat
:
""
,
// 到期日 .oldlidgrp.rec.expdat
shpdat
:
""
,
// 装运日 .oldlidgrp.rec.shpdat
prepertxts18
:
""
,
// Presentation period text .oldlidgrp.rec.prepertxts18
prepers18
:
""
,
// Presentation Period .oldlidgrp.rec.prepers18
},
blk
:
{
preper
:
""
,
// Presentation Period .oldlidgrp.blk.preper
narhis
:
""
,
// Historic Overview of Narratives .oldlidgrp.blk.narhis
},
},
litp
:
{
aamp
:
{
addamtcov
:
""
,
aammod
:
{
addamtflg
:
""
,
max2
:
{
cur
:
''
,
amt
:
''
}
// Add. Amount .litp.aamp.aammod.addamtflg
},
},
recget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.recget.sdamod.dadsnd
},
},
usr
:
{
extkey
:
""
,
// Responsible User .litp.usr.extkey
},
usrget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.usrget.sdamod.seainf
},
},
aplp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.aplp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.aplp.ptsget.sdamod.dadsnd
},
decstm
:
""
,
// Decrease limits stream .decstm
amenbr
:
""
,
// Amendment No. .amenbr
amedat
:
""
,
// Amount Amend Date .amedat
amecur
:
""
,
// Amount Amend Cur .amecur
ameflg
:
""
,
// 是否接受此笔减额修改 .ameflg
reduceamt
:
""
,
// 修改金额 .reduceamt
litamep
:{
spcbenamep
:{
usrblk
:
""
,
modflg
:
""
,
modmanflg
:
""
,
},
spcrcbamep
:{
usrblk
:
""
,
modflg
:
""
,
modmanflg
:
""
,
},
ramrollab
:
""
,
// Label for RAMROL .litamep.ramrollab
recget
:{
sdamod
:{
seainf
:
""
,
// 参考号 .litamep.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litamep.recget.sdamod.dadsnd
},
},
engcur
:
""
,
// 修改总金额 .litamep.engcur
engamt
:
""
,
// 修改总金额 .litamep.engamt
maxcur
:
""
,
// Currency of Maximum Amount .litamep.maxcur
maxamt
:
""
,
// New Maximum Amount .litamep.maxamt
cre707flg
:
""
,
// Create Amendment Message .litamep.cre707flg
ramrol
:
""
,
// Request of Amendment send to .litamep.ramrol
amenbr
:
""
,
// 实际修改次数 .litamep.amenbr
lcrgodamep
:{
modflg
:
""
,
// Modify Text to Replace .litamep.lcrgodamep.modflg
modmanflg
:
""
,
// Modify field for manual update .litamep.lcrgodamep.modmanflg
usrblk
:
""
,
// Block to enter additional info for Add/Delete .litamep.lcrgodamep.usrblk
},
lcrdocamep
:{
usrblk
:
""
,
// Block to enter additional info for Add/Delete .litamep.lcrdocamep.usrblk
modflg
:
""
,
// Modify Text to Replace .litamep.lcrdocamep.modflg
modmanflg
:
""
,
// Modify field for manual update .litamep.lcrdocamep.modmanflg
},
adlcndamep
:{
usrblk
:
""
,
// Block to enter additional info for Add/Delete .litamep.adlcndamep.usrblk
modflg
:
""
,
// Modify Text to Replace .litamep.adlcndamep.modflg
modmanflg
:
""
,
// Modify field for manual update .litamep.adlcndamep.modmanflg
},
},
},
advp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.advp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.advp.ptsget.sdamod.dadsnd
},
oldlidgrp
:{
cbs
:{
nom1
:{
amt
:
""
,
// 信用证金额 .oldlidgrp.cbs.nom1.amt
},
max
:{
cur
:
""
,
// Currency .oldlidgrp.cbs.max.cur
amt
:
""
,
// Balance .oldlidgrp.cbs.max.amt
},
},
rec
:{
nomtop
:
""
,
// Amount Tolerance - Positive .oldlidgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .oldlidgrp.rec.nomton
expdat
:
""
,
// 到期日 .oldlidgrp.rec.expdat
shpdat
:
""
,
// 装运日 .oldlidgrp.rec.shpdat
prepertxts18
:
""
,
// Presentation period text .oldlidgrp.rec.prepertxts18
prepers18
:
""
,
// Presentation Period .oldlidgrp.rec.prepers18
},
blk
:{
preper
:
""
,
// Presentation Period .oldlidgrp.blk.preper
narhis
:
""
,
// Historic Overview of Narratives .oldlidgrp.blk.narhis
},
},
},
benp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.benp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.benp.ptsget.sdamod.dadsnd
},
litp
:{
aamp
:{
addamtcov
:
""
,
aammod
:{
addamtflg
:
""
,
max2
:{
cur
:
''
,
amt
:
''
}
// Add. Amount .litp.aamp.aammod.addamtflg
},
},
recget
:{
sdamod
:{
seainf
:
""
,
// .litp.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.recget.sdamod.dadsnd
},
},
usr
:{
extkey
:
""
,
// Responsible User .litp.usr.extkey
},
usrget
:{
sdamod
:{
seainf
:
""
,
// .litp.usrget.sdamod.seainf
},
},
aplp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.aplp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.aplp.ptsget.sdamod.dadsnd
},
},
},
advp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.advp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.advp.ptsget.sdamod.dadsnd
},
},
},
benp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.benp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.benp.ptsget.sdamod.dadsnd
},
},
},
oppbnkl
:
""
,
// 对手行代码 .litp.oppbnkl
avbp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.avbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.avbp.ptsget.sdamod.dadsnd
},
},
},
drwp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.drwp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.drwp.ptsget.sdamod.dadsnd
},
},
},
defdetlab
:
""
,
// Label DEFDET .litp.defdetlab
avblab
:
""
,
// Label Available with Bank .litp.avblab
inip
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.inip.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.inip.ptsget.sdamod.dadsnd
},
},
},
rmbp
:{
ptsget
:{
sdamod
:{
dadsnd
:
""
,
// Drag Drop Sender .litp.rmbp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .litp.rmbp.ptsget.sdamod.seainf
},
},
},
a2bp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.a2bp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.a2bp.ptsget.sdamod.dadsnd
},
},
},
ptsaddp
:{
ptsaddg
:[],
// .litp.ptsaddp.ptsaddg
},
conp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .litp.conp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.conp.ptsget.sdamod.dadsnd
},
},
},
},
},
oppbnkl
:
""
,
// 对手行代码 .litp.oppbnkl
avbp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.avbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.avbp.ptsget.sdamod.dadsnd
},
swiadd
:
{
trnchato
:
''
,
newnomtop
:
''
,
purpos
:
''
,
amedat
:
''
,
addamtcov
:
''
,
newnomton
:
''
,
prepers18
:
''
,
amenbr
:
''
,
nartxt
:
''
,
addamt
:
''
,
amecur
:
''
,
newshpdat
:
''
,
newamt
:
''
,
newexpdat
:
''
,
trnfeetxt
:
''
,
ameamt
:
''
,
newcur
:
''
,
prepertxts18
:
''
,
nomspc
:
''
,
reqcan
:
''
},
},
drwp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.drwp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.drwp.ptsget.sdamod.dadsnd
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
pageId
:
""
// ctx的key
}
},
},
defdetlab
:
""
,
// Label DEFDET .litp.defdetlab
avblab
:
""
,
// Label Available with Bank .litp.avblab
inip
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.inip.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.inip.ptsget.sdamod.dadsnd
},
},
},
rmbp
:
{
ptsget
:
{
sdamod
:
{
dadsnd
:
""
,
// Drag Drop Sender .litp.rmbp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .litp.rmbp.ptsget.sdamod.seainf
},
},
},
a2bp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.a2bp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.a2bp.ptsget.sdamod.dadsnd
},
},
},
ptsaddp
:
{
ptsaddg
:
[],
// .litp.ptsaddp.ptsaddg
},
conp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .litp.conp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .litp.conp.ptsget.sdamod.dadsnd
},
},
},
},
swiadd
:
{
trnchato
:
''
,
newnomtop
:
''
,
purpos
:
''
,
amedat
:
''
,
addamtcov
:
''
,
newnomton
:
''
,
prepers18
:
''
,
amenbr
:
''
,
nartxt
:
''
,
addamt
:
''
,
amecur
:
''
,
newshpdat
:
''
,
newamt
:
''
,
newexpdat
:
''
,
trnfeetxt
:
''
,
ameamt
:
''
,
newcur
:
''
,
prepertxts18
:
''
,
nomspc
:
''
,
reqcan
:
''
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
pageId
:
""
// ctx的key
}
}
}
}
\ No newline at end of file
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