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
dcc79f57
Commit
dcc79f57
authored
Oct 11, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
输入框最大长度设置
parent
18310212
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Pattern.js
src/model/Litame/Pattern.js
+2
-2
Pattern.js
src/model/Litopn/Pattern.js
+1
-1
Detp.vue
src/views/Business/Litame/Detp.vue
+2
-2
Detp.vue
src/views/Business/Litopn/Detp.vue
+1
-1
No files found.
src/model/Litame/Pattern.js
View file @
dcc79f57
...
...
@@ -376,7 +376,7 @@ export default {
"lidgrp.rec.prepertxts18"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
140
,
message
:
"长度不能超过140
"
}
],
"lidgrp.avb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -471,7 +471,7 @@ export default {
],
"lidgrp.blk.shpper"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
"lidgrp.ini.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/model/Litopn/Pattern.js
View file @
dcc79f57
...
...
@@ -337,7 +337,7 @@ export default {
],
"lidgrp.blk.shpper"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65
"
}
{
max
:
390
,
message
:
"长度不能超过390
"
}
],
"lidgrp.ini.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Business/Litame/Detp.vue
View file @
dcc79f57
...
...
@@ -172,7 +172,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"装运期限"
prop=
"lidgrp.blk.shpper"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"
65
"
:rows=
"6"
show-word-limit
placeholder=
"请输入Shipment Period"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"
390
"
:rows=
"6"
show-word-limit
placeholder=
"请输入Shipment Period"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -195,7 +195,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"寄单期限"
prop=
"lidgrp.rec.prepertxts18"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.rec.prepertxts18"
maxlength=
"
35
"
show-word-limit
placeholder=
"请输入寄单期限"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.rec.prepertxts18"
maxlength=
"
140
"
show-word-limit
placeholder=
"请输入寄单期限"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
...
...
src/views/Business/Litopn/Detp.vue
View file @
dcc79f57
...
...
@@ -283,7 +283,7 @@
model.lidgrp.rec.shpdat != null && model.lidgrp.rec.shpdat != ''
"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"
65
"
maxlength=
"
390
"
:rows=
"6"
show-word-limit
placeholder=
"请输入装运期"
...
...
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