Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
34eed1c2
Commit
34eed1c2
authored
May 30, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detopn前端校验补充
parent
75a4a61c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
Pattern.js
src/model/Detopn/Pattern.js
+10
-5
Detp1.vue
src/views/Business/Detopn/Detp1.vue
+4
-5
No files found.
src/model/Detopn/Pattern.js
View file @
34eed1c2
...
...
@@ -82,7 +82,7 @@ export default {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"dedgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -114,7 +114,7 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"dedgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
...
...
@@ -274,7 +274,7 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"dedgrp.rec.kzref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"dedgrp.iss.pts.extkey"
:[
...
...
@@ -298,7 +298,7 @@ export default {
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"dedgrp.iss.pts.jigomc"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"dedgrp.apb.pts.bankno"
:[
...
...
@@ -306,7 +306,7 @@ export default {
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"dedgrp.iss.pts.dizhii"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"dedgrp.apb.pts.jigomc"
:[
...
...
@@ -385,4 +385,8 @@ export default {
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"dedgrp.rec.lcrtyp"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
}
\ No newline at end of file
src/views/Business/Detopn/Detp1.vue
View file @
34eed1c2
...
...
@@ -123,13 +123,13 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"通知行邮编"
prop=
"dedgrp.adv.pts.youzbm"
>
<c-input
v-model=
"model.dedgrp.adv.pts.youzbm"
maxlength=
"6"
placeholder=
"请输入邮编"
></c-input>
<c-input
v-model=
"model.dedgrp.adv.pts.youzbm"
maxlength=
"6"
disabled
placeholder=
"请输入邮编"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"通知行电话"
prop=
"dedgrp.adv.pts.dihdig"
label-width=
"100px"
>
<c-input
v-model=
"model.dedgrp.adv.pts.dihdig"
maxlength=
"16"
placeholder=
"请输入电话"
></c-input>
<c-input
v-model=
"model.dedgrp.adv.pts.dihdig"
maxlength=
"16"
disabled
placeholder=
"请输入电话"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -181,7 +181,6 @@
-->
<c-ptapdome
:disabledJigomc=
"true"
:model=
"model"
:argadr=
"
{
title: '开证行',
...
...
@@ -335,13 +334,13 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"申请人邮编"
prop=
"dedgrp.apc.pts.youzbm"
>
<c-input
v-model=
"model.dedgrp.apc.pts.youzbm"
maxlength=
"6"
placeholder=
"请输入邮编 电证用"
></c-input>
<c-input
v-model=
"model.dedgrp.apc.pts.youzbm"
maxlength=
"6"
disabled
placeholder=
"请输入邮编 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
"申请人电话"
prop=
"dedgrp.apc.pts.dihdig"
label-width=
"100px"
>
<c-input
v-model=
"model.dedgrp.apc.pts.dihdig"
maxlength=
"16"
placeholder=
"请输入电话"
></c-input>
<c-input
v-model=
"model.dedgrp.apc.pts.dihdig"
maxlength=
"16"
disabled
placeholder=
"请输入电话"
></c-input>
</el-form-item>
</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