Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
13a642ab
Commit
13a642ab
authored
May 07, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product
parents
e5b654a7
cf7e453f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
27 deletions
+7
-27
newEquipment.vue
...Management/deviceManagementCP/components/newEquipment.vue
+7
-27
No files found.
pages/resourceManagement/deviceManagementCP/components/newEquipment.vue
View file @
13a642ab
<
template
>
<
template
>
<div
class=
"new-equipment"
>
<div
class=
"new-equipment"
>
<Modal
v-model=
"modalShow"
title=
"新增设备
"
width=
"1000"
:mask-closable=
"false"
>
<Modal
v-model=
"modalShow"
:title=
"title
"
width=
"1000"
:mask-closable=
"false"
>
<Form
:model=
"formItem"
:label-width=
"100"
style=
"margin:10px;"
:rules=
"ruleValidate"
>
<Form
:model=
"formItem"
:label-width=
"100"
style=
"margin:10px;"
:rules=
"ruleValidate"
>
<Row
:gutter=
"16"
>
<Row
:gutter=
"16"
>
<Col
span=
"11"
>
<Col
span=
"11"
>
...
@@ -55,39 +55,19 @@
...
@@ -55,39 +55,19 @@
<inputFile
ref=
"refqcFile"
v-model=
"imgName"
:parms=
"qcfileparms"
files
/>
<inputFile
ref=
"refqcFile"
v-model=
"imgName"
:parms=
"qcfileparms"
files
/>
</FormItem>
</FormItem>
</Col>
</Col>
<!--
<Col
span=
"11"
offset=
"1"
>
<Col
:span=
"12"
>
<FormItem
label=
"是否关重"
prop=
"isimportant"
>
<FormItem
label=
"属性"
>
<Select
v-model=
"isimportant"
>
<Checkbox
v-model=
"property"
>
排产资源
</Checkbox>
<Option
:value=
"1"
>
是
</Option>
<Option
:value=
"2"
>
否
</Option>
</Select>
</FormItem>
</FormItem>
</Col>
-->
</Col>
</Row>
</Row>
<Row
:gutter=
"16"
>
<Row
:gutter=
"16"
>
<!--
<Col
span=
"11"
>
<Col
span=
"12"
>
<FormItem
label=
"能力系数"
>
<InputNumber
:min=
"0"
v-model=
"formItem.capability_value"
size=
"large"
style=
"width:240px"
></InputNumber>
</FormItem>
</Col>
-->
<Col
span=
"11"
offset=
"1"
>
<FormItem
label=
"位置"
prop=
"location"
>
<FormItem
label=
"位置"
prop=
"location"
>
<Input
v-model=
"formItem.location"
placeholder=
"请输入位置"
></Input>
<Input
v-model=
"formItem.location"
placeholder=
"请输入位置"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
</Row>
</Row>
<Row
:gutter=
"16"
>
<Col
:span=
"12"
>
<FormItem
label=
"属性"
>
<Checkbox
v-model=
"property"
>
排产资源
</Checkbox>
</FormItem>
</Col>
</Row>
</Form>
</Form>
<div
slot=
"footer"
>
<div
slot=
"footer"
>
<!-- class="footers" -->
<!-- class="footers" -->
...
@@ -133,7 +113,7 @@ export default {
...
@@ -133,7 +113,7 @@ export default {
shop_id
:
""
,
shop_id
:
""
,
shop_name
:
""
,
shop_name
:
""
,
// isimportant: 2,
// isimportant: 2,
location
:
""
,
location
:
""
// capability_value: 1
// capability_value: 1
},
},
property
:
true
,
property
:
true
,
...
...
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