Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王刘锁
/
jianlin-tms-view
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9ad87360
authored
Aug 31, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 厂区新增区域ID
parent
8402d668
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/modules/siteAdmin/factoryAdmin/add.vue
src/views/modules/siteAdmin/mapAdmin/add.vue
src/views/modules/siteAdmin/factoryAdmin/add.vue
View file @
9ad87360
...
...
@@ -15,6 +15,9 @@
<el-form-item
label=
"厂区ID:"
prop=
"factoryId"
>
<el-input
v-model=
"formData.factoryId"
placeholder=
"厂区ID"
></el-input>
</el-form-item>
<el-form-item
label=
"区域ID"
prop=
"areaId"
>
<el-input
v-model=
"formData.areaId"
placeholder=
"区域ID"
></el-input>
</el-form-item>
<el-form-item
label=
"MIR调度IP:"
prop=
"mirIp"
>
<el-input
v-model=
"formData.mirIp"
placeholder=
"MIR调度系统IP地址"
></el-input>
</el-form-item>
...
...
@@ -81,6 +84,9 @@ export default {
factoryId
:
[
{
required
:
true
,
message
:
'请输入厂区ID'
,
trigger
:
'blur'
},
],
areaId
:
[
{
required
:
true
,
message
:
'请输入区域ID'
,
trigger
:
'blur'
},
],
mirIp
:
[
{
required
:
true
,
message
:
'请输入MIR调度IP'
,
trigger
:
'blur'
},
],
...
...
src/views/modules/siteAdmin/mapAdmin/add.vue
View file @
9ad87360
...
...
@@ -8,9 +8,6 @@
<el-form-item
label=
"地图ID"
prop=
"thirdId"
>
<el-input
v-model=
"formData.thirdId"
placeholder=
"地图ID"
></el-input>
</el-form-item>
<el-form-item
label=
"区域ID"
prop=
"areaId"
>
<el-input
v-model=
"formData.areaId"
placeholder=
"区域ID"
></el-input>
</el-form-item>
<el-form-item
label=
"备注:"
>
<el-input
type=
"textarea"
v-model=
"formData.remark"
:rows=
"3"
></el-input>
</el-form-item>
...
...
@@ -71,9 +68,6 @@ export default {
thirdId
:
[
{
required
:
true
,
message
:
'请输入地图ID'
,
trigger
:
'blur'
},
],
areaId
:
[
{
required
:
true
,
message
:
'请输入区域ID'
,
trigger
:
'blur'
},
],
sort
:
[
{
required
:
true
,
message
:
'请输入排序'
,
trigger
:
'blur'
},
]
...
...
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