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
94563429
Commit
94563429
authored
Jun 24, 2022
by
Eivi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bftdrv、bftdcr、bftsnd交易优化
parent
a2447b28
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
443 additions
and
380 deletions
+443
-380
Pattern.js
src/model/Bftacc/Pattern.js
+1
-1
index.js
src/model/Bftdcr/index.js
+1
-0
Pattern.js
src/model/Bftdrv/Pattern.js
+1
-1
index.js
src/model/Bftdrv/index.js
+1
-0
Default.js
src/model/Bftset/Default.js
+39
-38
index.js
src/model/Bftsnd/index.js
+1
-0
Pattern.js
src/model/Detdrv/Pattern.js
+269
-268
Betdcrd.vue
src/views/Business/Bftdcr/Betdcrd.vue
+18
-6
Drv2.vue
src/views/Business/Bftdrv/Drv2.vue
+54
-48
Dscins.vue
src/views/Business/Bftdrv/Dscins.vue
+18
-6
Setp.vue
src/views/Business/Bftset/Setp.vue
+20
-4
index.vue
src/views/Business/Bftset/index.vue
+2
-1
Rgfp.vue
src/views/Business/Bftsnd/Rgfp.vue
+18
-6
Drv.vue
src/views/Business/Detdrv/Drv.vue
+0
-1
No files found.
src/model/Bftacc/Pattern.js
View file @
94563429
...
@@ -149,7 +149,7 @@ export default {
...
@@ -149,7 +149,7 @@ export default {
"dedgrp.cbs.opn1.amt"
:
[
"dedgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bftp.recget.sdamod.dadsnd"
:
[
"bftp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/model/Bftdcr/index.js
View file @
94563429
...
@@ -102,6 +102,7 @@ export default class Bftdcr {
...
@@ -102,6 +102,7 @@ export default class Bftdcr {
},
},
docgrdm
:
{
docgrdm
:
{
docdsclab
:
""
,
// Label of document description .bftp.docgrdm.docdsclab
docdsclab
:
""
,
// Label of document description .bftp.docgrdm.docdsclab
docgrd
:
""
,
//.bftp.docgrdm.docgrd
},
},
},
},
dedgrp
:
{
dedgrp
:
{
...
...
src/model/Bftdrv/Pattern.js
View file @
94563429
...
@@ -18,7 +18,7 @@ export default {
...
@@ -18,7 +18,7 @@ export default {
"dedgrp.cbs.opn1.amt"
:
[
"dedgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bftp.recget.sdamod.dadsnd"
:
[
"bftp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/model/Bftdrv/index.js
View file @
94563429
...
@@ -112,6 +112,7 @@ export default class Bftdrv {
...
@@ -112,6 +112,7 @@ export default class Bftdrv {
msgtyp
:
""
,
// 报文类型 .bftp.msgtyp
msgtyp
:
""
,
// 报文类型 .bftp.msgtyp
docgrdm
:
{
docgrdm
:
{
docdsclab
:
""
,
// Label of document description .bftp.docgrdm.docdsclab
docdsclab
:
""
,
// Label of document description .bftp.docgrdm.docdsclab
docgrd
:
""
,
//.bftp.docgrdm.docgrd
},
},
folwupopt
:
""
,
// Processing Options .bftp.folwupopt
folwupopt
:
""
,
// Processing Options .bftp.folwupopt
othp
:
{
othp
:
{
...
...
src/model/Bftset/Default.js
View file @
94563429
/**
/**
* Bftset Default规则
* Bftset Default规则
*/
*/
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
import
Utils
from
"~/utils/index"
import
Utils
from
"~/utils/index"
export
default
{
export
default
{
"setmod.doccur"
:
Utils
.
defaultFunction
,
"setmod.doccur"
:
Utils
.
defaultFunction
,
"setmod.docamt"
:
Utils
.
defaultFunction
,
"setmod.docamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.extkey"
:
Utils
.
defaultFunction
,
"setmod.setamt"
:
Utils
.
defaultFunction
,
"setmod.setamt"
:
Utils
.
defaultFunction
,
"setmod.dspflg"
:
Utils
.
defaultFunction
,
"setmod.dspflg"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg2"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg2"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg1"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.nonrevflg1"
:
Utils
.
defaultFunction
,
"bfdgrp.rec.frepayflg"
:
Utils
.
defaultFunction
,
"bfdgrp.rec.frepayflg"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.max.amt"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.max.amt"
:
Utils
.
defaultFunction
,
"bfdgrp.prb.pts.nam"
:
Utils
.
defaultFunction
,
"bfdgrp.prb.pts.nam"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.max.cur"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.max.cur"
:
Utils
.
defaultFunction
,
"bfdgrp.iss.pts.nam"
:
Utils
.
defaultFunction
,
"bfdgrp.iss.pts.nam"
:
Utils
.
defaultFunction
,
"trtcre.crefinflg"
:
Utils
.
defaultFunction
,
"trtcre.crefinflg"
:
Utils
.
defaultFunction
,
"setmod.redamt"
:
Utils
.
defaultFunction
,
"setmod.redamt"
:
Utils
.
defaultFunction
,
"dedgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"dedgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"liaall.limmod.comamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.comamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.ccvamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.ccvamt"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.nam"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.wrk.pts.nam"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"bfdgrp.apl.pts.nam"
:
Utils
.
defaultFunction
,
"bfdgrp.apl.pts.nam"
:
Utils
.
defaultFunction
,
"bfdgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"bfdgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"mtabut.coninf.usr.extkey"
:
Utils
.
defaultFunction
,
"mtabut.coninf.usr.extkey"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.nam"
:
Utils
.
defaultFunction
,
"liaall.limmod.limpts.oth.pts.nam"
:
Utils
.
defaultFunction
,
"aamset.utlamt"
:
Utils
.
defaultFunction
,
"aamset.utlamt"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.opn2.cur"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.opn2.cur"
:
Utils
.
defaultFunction
,
"aamset.utlamt2"
:
Utils
.
defaultFunction
,
"aamset.utlamt2"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.opn1.amt"
:
Utils
.
defaultFunction
,
"bfdgrp.cbs.opn1.amt"
:
Utils
.
defaultFunction
,
"liaall.misamt"
:
Utils
.
defaultFunction
,
"liaall.misamt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitinf.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitinf.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitinf.oit.inflev"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitinf.oit.inflev"
:
Utils
.
defaultFunction
,
"mtabut.clsflg"
:
Utils
.
defaultFunction
,
"mtabut.clsflg"
:
Utils
.
defaultFunction
,
"mtabut.coninf.conexedat"
:
Utils
.
defaultFunction
,
"mtabut.coninf.conexedat"
:
Utils
.
defaultFunction
,
}
}
//你可以添加自动default处理
//你可以添加自动default处理
\ No newline at end of file
src/model/Bftsnd/index.js
View file @
94563429
...
@@ -20,6 +20,7 @@ export default class Bftsnd {
...
@@ -20,6 +20,7 @@ export default class Bftsnd {
},
},
docgrdm
:
{
docgrdm
:
{
docdsclab
:
""
,
// Label of document description .bftp.docgrdm.docdsclab
docdsclab
:
""
,
// Label of document description .bftp.docgrdm.docdsclab
docgrd
:
""
,
//.bftp.docgrdm.docgrd
},
},
prbp
:
{
prbp
:
{
ptsget
:
{
ptsget
:
{
...
...
src/model/Detdrv/Pattern.js
View file @
94563429
export
default
{
export
default
{
"bfdgrp.blk.docdis"
:[
"bfdgrp.blk.docdis"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
50
,
message
:
"长度不能超过50"
}
{
max
:
50
,
message
:
"长度不能超过50"
}
],
],
"bfdgrp.blk.intdis"
:[
"bfdgrp.blk.intdis"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
{
max
:
65
,
message
:
"长度不能超过65"
}
],
],
"bftp.othp.ptsget.sdamod.dadsnd"
:[
"bftp.othp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.oth.pts.extkey"
:[
"bfdgrp.oth.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bftp.othp.ptsget.sdamod.seainf"
:[
"bftp.othp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.oth.namelc"
:[
"bfdgrp.oth.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.oth.pts.adrblk"
:[
"bfdgrp.oth.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.oth.dbfadrblkcn"
:[
"bfdgrp.oth.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.oth.adrelc"
:[
"bfdgrp.oth.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rec.expmno"
:[
"bfdgrp.rec.expmno"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
{
max
:
60
,
message
:
"长度不能超过60"
}
],
],
"dedgrp.rec.kzref"
:[
"dedgrp.rec.kzref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rec.lescom"
:[
"bfdgrp.rec.lescom"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"letprbl1blk"
:[
"letprbl1blk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
200
,
message
:
"长度不能超过200"
}
{
max
:
200
,
message
:
"长度不能超过200"
}
],
],
"letissl1blk"
:[
"letissl1blk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
200
,
message
:
"长度不能超过200"
}
{
max
:
200
,
message
:
"长度不能超过200"
}
],
],
"bfdgrp.cbs.max.cur"
:[
"bfdgrp.cbs.max.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.cbs.max2.amt"
:[
"bfdgrp.cbs.max2.amt"
:
[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bfdgrp.blk.chaded"
:[
"bfdgrp.blk.chaded"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.blk.chaadd"
:[
"bfdgrp.blk.chaadd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rec.totcur"
:[
"bfdgrp.rec.totcur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.rec.totamt"
:[
"bfdgrp.rec.totamt"
:
[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bftp.acbp.ptsget.sdamod.dadsnd"
:[
"bftp.acbp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.acb.pts.extkey"
:[
"bfdgrp.acb.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bftp.acbp.ptsget.sdamod.seainf"
:[
"bftp.acbp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.acb.namelc"
:[
"bfdgrp.acb.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.acb.pts.adrblk"
:[
"bfdgrp.acb.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.acb.dbfadrblkcn"
:[
"bfdgrp.acb.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.acb.adrelc"
:[
"bfdgrp.acb.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.blk.nartxt77a"
:[
"bfdgrp.blk.nartxt77a"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bftp.rmbp.ptsget.sdamod.dadsnd"
:[
"bftp.rmbp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.rmb.pts.extkey"
:[
"bfdgrp.rmb.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bftp.rmbp.ptsget.sdamod.seainf"
:[
"bftp.rmbp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.rmb.namelc"
:[
"bfdgrp.rmb.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rmb.pts.adrblk"
:[
"bfdgrp.rmb.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rmb.dbfadrblkcn"
:[
"bfdgrp.rmb.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rmb.adrelc"
:[
"bfdgrp.rmb.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bftp.bebp.ptsget.sdamod.dadsnd"
:[
"bftp.bebp.ptsget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"dedgrp.beb.pts.extkey"
:[
"dedgrp.beb.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bftp.bebp.ptsget.sdamod.seainf"
:[
"bftp.bebp.ptsget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"dedgrp.beb.namelc"
:[
"dedgrp.beb.namelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"dedgrp.beb.pts.adrblk"
:[
"dedgrp.beb.pts.adrblk"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"dedgrp.beb.dbfadrblkcn"
:[
"dedgrp.beb.dbfadrblkcn"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"dedgrp.beb.adrelc"
:[
"dedgrp.beb.adrelc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rec.totdat"
:[
"bfdgrp.rec.totdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bftp.dedget.sdamod.dadsnd"
:[
"bftp.dedget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"dedgrp.rec.ownref"
:[
"dedgrp.rec.ownref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bftp.dedget.sdamod.seainf"
:[
"bftp.dedget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"dedgrp.cbs.opn1.cur"
:[
"dedgrp.cbs.opn1.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"dedgrp.cbs.opn1.amt"
:[
"dedgrp.cbs.opn1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bftp.recget.sdamod.dadsnd"
:[
"bftp.recget.sdamod.dadsnd"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.rec.ownref"
:[
"bfdgrp.rec.ownref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bftp.recget.sdamod.seainf"
:[
"bftp.recget.sdamod.seainf"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.rec.nam"
:[
"bfdgrp.rec.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bfdgrp.prb.pts.ref"
:[
"bfdgrp.prb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.cbs.opn1.cur"
:[
"bfdgrp.cbs.opn1.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.cbs.opn1.amt"
:[
"bfdgrp.cbs.opn1.amt"
:
[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bfdgrp.prb.pts.nam"
:[
"bfdgrp.prb.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bfdgrp.iss.pts.ref"
:[
"bfdgrp.iss.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.iss.pts.nam"
:[
"bfdgrp.iss.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bfdgrp.rec.matdat"
:[
"bfdgrp.rec.matdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
true
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.rec.rcvdat"
:[
"bfdgrp.rec.rcvdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.rec.predat"
:[
"bfdgrp.rec.predat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.apl.pts.ref"
:[
"bfdgrp.apl.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.rec.docsta"
:[
"bfdgrp.rec.docsta"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bfdgrp.apl.pts.nam"
:[
"bfdgrp.apl.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bftp.imggrdm.fftref"
:[
"bftp.imggrdm.fftref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
{
max
:
20
,
message
:
"长度不能超过20"
}
],
],
"bftp.invgrdm.fftref"
:[
"bftp.invgrdm.fftref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
{
max
:
20
,
message
:
"长度不能超过20"
}
],
],
"dedgrp.rec.nam"
:[
"dedgrp.rec.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"dedgrp.cbs.nom1.cur"
:[
"dedgrp.cbs.nom1.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"dedgrp.cbs.nom1.amt"
:[
"dedgrp.cbs.nom1.amt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"dedgrp.avbnam"
:[
"dedgrp.avbnam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"dedgrp.rec.shpdat"
:[
"dedgrp.rec.shpdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"dedgrp.rec.opndat"
:[
"dedgrp.rec.opndat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.prb.pts.ref"
:[
"bfdgrp.prb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"dedgrp.rec.expdat"
:[
"dedgrp.rec.expdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"dedgrp.rec.expplc"
:[
"dedgrp.rec.expplc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.prb.pts.nam"
:[
"bfdgrp.prb.pts.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bfdgrp.rec.ownref"
:[
"bfdgrp.rec.ownref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.rec.nam"
:[
"bfdgrp.rec.nam"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bfdgrp.cbs.max.cur"
:[
"bfdgrp.cbs.max.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"bfdgrp.cbs.max.amt"
:[
"bfdgrp.cbs.max.amt"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"bfdgrp.prb.pts.ref"
:[
"bfdgrp.prb.pts.ref"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.prb.pts.extkey"
:[
"bfdgrp.prb.pts.extkey"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bfdgrp.prb.pts.bankno"
:[
"bfdgrp.prb.pts.bankno"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
{
max
:
20
,
message
:
"长度不能超过20"
}
],
],
"bfdgrp.rec.rcvdat"
:[
"bfdgrp.rec.rcvdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.rec.orddat"
:[
"bfdgrp.rec.orddat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.prb.pts.jigomc"
:[
"bfdgrp.prb.pts.jigomc"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.rec.matdat"
:[
"bfdgrp.rec.matdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.rec.shpdat"
:[
"bfdgrp.rec.shpdat"
:
[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bfdgrp.prb.pts.dizhii"
:[
"bfdgrp.prb.pts.dizhii"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bfdgrp.blk.matper"
:[
"bfdgrp.blk.matper"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
{
max
:
65
,
message
:
"长度不能超过65"
}
],
],
"bfdgrp.rec.invtyp"
:[
"bfdgrp.rec.invtyp"
:
[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
],
],
}
}
\ No newline at end of file
src/views/Business/Bftdcr/Betdcrd.vue
View file @
94563429
...
@@ -115,23 +115,35 @@
...
@@ -115,23 +115,35 @@
<c-col
:span=
"24"
style=
"height: 0px"
>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
<el-divider></el-divider>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
""
>
<c-col
:span=
"24"
style=
"
margin-bottom: 30px;
"
>
<c-table
<c-table
height=
"200px"
style=
"text-align: center"
style=
"text-align: center"
:list=
"
TableValue
"
:list=
"
this.model.bftp.docgrdm.docgrd || []
"
:paginationShow=
"false"
:paginationShow=
"false"
:border=
"true"
:border=
"true"
>
>
<el-table-column
<el-table-column
label=
"1st"
label=
"1st"
prop=
"cmail1"
width=
"auto"
width=
"auto"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail1"
></c-input>
</
template
>
</el-table-column>
<el-table-column
<el-table-column
label=
"2st"
label=
"2st"
prop=
"cmail2"
width=
"auto"
width=
"auto"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
docnam
}}
-->
<!--
{{
scope
.
row
.
docnam
}}
-->
...
...
src/views/Business/Bftdrv/Drv2.vue
View file @
94563429
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<!-- left -->
<el-form-item
label=
"交单批注行行号"
prop=
"bfdgrp.rec.anobnkcod"
>
<c-col
:span=
"12"
>
<c-input
<c-col
:span=
"24"
>
v-model=
"model.bfdgrp.rec.anobnkcod"
<el-form-item
label=
"交单批注行行号"
prop=
"bfdgrp.rec.anobnkcod"
>
maxlength=
"20"
<c-input
placeholder=
"请输入交单批注行行号"
v-model=
"model.bfdgrp.rec.anobnkcod"
disabled
maxlength=
"20"
></c-input>
placeholder=
"请输入交单批注行行号"
</el-form-item>
disabled
</c-col>
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单批注日期"
prop=
"bfdgrp.rec.anodat"
>
<el-form-item
label=
"交单批注日期"
prop=
"bfdgrp.rec.anodat"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.bfdgrp.rec.anodat"
v-model=
"model.bfdgrp.rec.anodat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择交单批注日期"
placeholder=
"请选择交单批注日期"
disabled
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- right -->
<el-form-item
label=
"交单批注描述"
prop=
"bfdgrp.rec.anodsp"
>
<c-col
:span=
"12"
>
<c-input
<c-col
:span=
"24"
>
type=
"textarea"
<el-form-item
label=
"交单批注描述"
prop=
"bfdgrp.rec.anodsp"
>
v-model=
"model.bfdgrp.rec.anodsp"
<c-input
maxlength=
"55"
type=
"textarea"
show-word-limit
v-model=
"model.bfdgrp.rec.anodsp"
placeholder=
"请输入交单批注描述"
maxlength=
"55"
disabled
show-word-limit
></c-input>
placeholder=
"请输入交单批注描述"
</el-form-item>
disabled
</c-col>
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"报文类型"
prop=
"bftp.msgtyp"
>
<el-form-item
label=
"报文类型"
prop=
"bftp.msgtyp"
>
<c-select
<c-select
v-model=
"model.bftp.msgtyp"
v-model=
"model.bftp.msgtyp"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择报文类型"
placeholder=
"请选择报文类型"
disabled
disabled
>
<el-option
v-for=
"item in codes.docprbrol"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
>
</el-option>
<el-option
</c-select>
v-for=
"item in codes.docprbrol"
</el-form-item>
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-col>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/Business/Bftdrv/Dscins.vue
View file @
94563429
...
@@ -226,23 +226,35 @@
...
@@ -226,23 +226,35 @@
<c-col
:span=
"24"
style=
"height: 0px"
>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
<el-divider></el-divider>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
""
>
<c-col
:span=
"24"
style=
"
margin-bottom: 30px;
"
>
<c-table
<c-table
height=
"200px"
style=
"text-align: center"
style=
"text-align: center"
:list=
"
TableValue
"
:list=
"
this.model.bftp.docgrdm.docgrd || []
"
:paginationShow=
"false"
:paginationShow=
"false"
:border=
"true"
:border=
"true"
>
>
<el-table-column
<el-table-column
label=
"1st"
label=
"1st"
prop=
"cmail1"
width=
"auto"
width=
"auto"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail1"
></c-input>
</
template
>
</el-table-column>
<el-table-column
<el-table-column
label=
"2st"
label=
"2st"
prop=
"cmail2"
width=
"auto"
width=
"auto"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
docnam
}}
-->
<!--
{{
scope
.
row
.
docnam
}}
-->
...
...
src/views/Business/Bftset/Setp.vue
View file @
94563429
...
@@ -313,6 +313,7 @@
...
@@ -313,6 +313,7 @@
<!-- next part -->
<!-- next part -->
<c-col
:span=
"24"
style=
"margin-bottom: 35px"
>
<c-col
:span=
"24"
style=
"margin-bottom: 35px"
>
<c-istream-table
<c-istream-table
ref=
"table"
:list=
"model.liaall.tenstm.rows || []"
:list=
"model.liaall.tenstm.rows || []"
:columns=
"stmData.columns"
:columns=
"stmData.columns"
:showSelection=
"true"
:showSelection=
"true"
...
@@ -419,7 +420,7 @@
...
@@ -419,7 +420,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"frepayflg"
>
<el-form-item
label=
""
prop=
"
bfdgrp.rec.
frepayflg"
>
<c-checkbox
v-model=
"frepayflg"
>
无偿放单
</c-checkbox>
<c-checkbox
v-model=
"frepayflg"
>
无偿放单
</c-checkbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -845,6 +846,7 @@ import commonProcess from "~/mixin/commonProcess";
...
@@ -845,6 +846,7 @@ import commonProcess from "~/mixin/commonProcess";
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Bftset/Event"
;
import
Event
from
"~/model/Bftset/Event"
;
import
Ptsmsg
from
"~/views/Public/Ptsmsg"
;
import
Ptsmsg
from
"~/views/Public/Ptsmsg"
;
import
Utils
from
"~/utils/index"
// import PtapDome from "~/views/Public/PtapDome";
// import PtapDome from "~/views/Public/PtapDome";
// import Ptap from "~/views/Public/Ptap"; "c-ptapdome": PtapDome, "c-ptap": Ptap
// import Ptap from "~/views/Public/Ptap"; "c-ptapdome": PtapDome, "c-ptap": Ptap
...
@@ -889,16 +891,30 @@ export default {
...
@@ -889,16 +891,30 @@ export default {
return
this
.
model
.
mtabut
.
coninf
.
usr
.
extkey
==
""
;
return
this
.
model
.
mtabut
.
coninf
.
usr
.
extkey
==
""
;
},
},
},
},
mounted
(){
this
.
$nextTick
(()
=>
{
})
},
methods
:
{
methods
:
{
...
Event
,
...
Event
,
multipleSelect
(
selection
)
{
async
multipleSelect
(
selection
)
{
console
.
log
(
selection
);
console
.
log
(
selection
);
if
(
selection
)
{
if
(
selection
)
{
const
rtnmsg
=
this
.
executeRule
(
"tenstm"
);
let
selIds
=
selection
.
map
(
x
=>
x
+
1
);
this
.
updateModel
(
rtnmsg
.
data
);
let
params
=
{
selDst
:
"liaall.tenstm"
,
selIds
}
const
rtnmsg
=
await
this
.
executeRule
(
"liaall.tenstm"
,
params
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
rtnmsg
.
data
)
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
},
},
},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
</
script
>
</
script
>
...
...
src/views/Business/Bftset/index.vue
View file @
94563429
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<!--PD000034 -->
<!--PD000034 -->
<el-tab-pane
label=
"收款"
name=
"setp"
>
<el-tab-pane
label=
"收款"
name=
"setp"
>
<c-content>
<c-content>
<m-setp
:model=
"model"
:codes=
"codes"
/>
<m-setp
ref=
"setp"
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
...
@@ -118,6 +118,7 @@ export default {
...
@@ -118,6 +118,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
this
.
updateModel
(
rtnmsg
.
data
)
this
.
updateModel
(
rtnmsg
.
data
)
this
.
$refs
.
setp
.
$refs
.
table
.
$refs
.
table
.
toggleAllSelection
();
}
}
else
else
{
{
...
...
src/views/Business/Bftsnd/Rgfp.vue
View file @
94563429
...
@@ -320,23 +320,35 @@
...
@@ -320,23 +320,35 @@
<c-col
:span=
"24"
style=
"height: 0px"
>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
<el-divider></el-divider>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"margin-bottom: 30px"
>
<c-col
:span=
"24"
style=
"margin-bottom: 30px
;
"
>
<c-table
<c-table
height=
"200px"
style=
"text-align: center"
style=
"text-align: center"
:list=
"
TableValue
"
:list=
"
this.model.bftp.docgrdm.docgrd || []
"
:paginationShow=
"false"
:paginationShow=
"false"
:border=
"true"
:border=
"true"
>
>
<el-table-column
<el-table-column
label=
"1st"
label=
"1st"
prop=
"cmail1"
width=
"auto"
width=
"auto"
></el-table-column>
>
<template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail1"
></c-input>
</
template
>
</el-table-column>
<el-table-column
<el-table-column
label=
"2st"
label=
"2st"
prop=
"cmail2"
width=
"auto"
width=
"auto"
></el-table-column>
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.cmail2"
></c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<el-table-column
label=
"Document"
prop=
"docnam"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
docnam
}}
-->
<!--
{{
scope
.
row
.
docnam
}}
-->
...
...
src/views/Business/Detdrv/Drv.vue
View file @
94563429
...
@@ -345,7 +345,6 @@
...
@@ -345,7 +345,6 @@
v-model=
"model.bfdgrp.rec.matdat"
v-model=
"model.bfdgrp.rec.matdat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择到期日"
placeholder=
"请选择到期日"
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
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