Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
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
中汽测评-信息安全测评系统
web
Commits
67c854a0
Commit
67c854a0
authored
Mar 05, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(样品): 校验
parent
961d2071
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.vue
src/views/setting/sample/index.vue
+7
-1
No files found.
src/views/setting/sample/index.vue
View file @
67c854a0
...
@@ -209,6 +209,7 @@
...
@@ -209,6 +209,7 @@
<el-input
<el-input
v-model=
"editParamsForm.identificationCode"
v-model=
"editParamsForm.identificationCode"
placeholder=
"请输入车辆识别码"
placeholder=
"请输入车辆识别码"
maxlength=
"50"
clearable
clearable
style=
"width: 90%"
style=
"width: 90%"
/>
/>
...
@@ -217,6 +218,7 @@
...
@@ -217,6 +218,7 @@
<el-input
<el-input
v-model=
"editParamsForm.sampleNumber"
v-model=
"editParamsForm.sampleNumber"
placeholder=
"请输入样品编号"
placeholder=
"请输入样品编号"
maxlength=
"50"
clearable
clearable
style=
"width: 90%"
style=
"width: 90%"
/>
/>
...
@@ -225,6 +227,7 @@
...
@@ -225,6 +227,7 @@
<el-input
<el-input
v-model=
"editParamsForm.sampleName"
v-model=
"editParamsForm.sampleName"
placeholder=
"请输入样品名称"
placeholder=
"请输入样品名称"
maxlength=
"50"
clearable
clearable
style=
"width: 90%"
style=
"width: 90%"
/>
/>
...
@@ -233,6 +236,7 @@
...
@@ -233,6 +236,7 @@
<el-input
<el-input
v-model=
"editParamsForm.sampleSender"
v-model=
"editParamsForm.sampleSender"
placeholder=
"请输入送样者"
placeholder=
"请输入送样者"
maxlength=
"50"
clearable
clearable
style=
"width: 90%"
style=
"width: 90%"
/>
/>
...
@@ -270,6 +274,7 @@
...
@@ -270,6 +274,7 @@
v-model=
"editParamsForm.manufacturingEnterprise"
v-model=
"editParamsForm.manufacturingEnterprise"
placeholder=
"请输入生产企业"
placeholder=
"请输入生产企业"
clearable
clearable
maxlength=
"50"
style=
"width: 90%"
style=
"width: 90%"
/>
/>
</el-form-item>
</el-form-item>
...
@@ -405,7 +410,8 @@ export default {
...
@@ -405,7 +410,8 @@ export default {
{
required
:
true
,
message
:
'请输入送样者'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请输入送样者'
,
trigger
:
'blur'
}
],
],
numberOfSamples
:
[
numberOfSamples
:
[
{
required
:
true
,
message
:
'请输入样品数量'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请输入样品数量'
,
trigger
:
'blur'
},
{
pattern
:
/^
\d
*$/
,
message
:
'只能输入数字'
,
trigger
:
'blur'
}
],
],
deliveryDate
:
[
deliveryDate
:
[
{
required
:
true
,
message
:
'请选择送样日期'
,
trigger
:
'change'
}
{
required
:
true
,
message
:
'请选择送样日期'
,
trigger
:
'change'
}
...
...
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