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
0ce89d5e
Commit
0ce89d5e
authored
Oct 13, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺设置
parent
1696535d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
set.vue
pages/technology/setProcess/set.vue
+15
-8
No files found.
pages/technology/setProcess/set.vue
View file @
0ce89d5e
...
...
@@ -10,9 +10,14 @@
<Icon
type=
"ios-arrow-forward"
size=
"24"
/>
</a>
</div>
<Content
:class=
"!showMenu
?'con_bord':
''"
>
<Content
:class=
"!showMenu
? 'con_bord' :
''"
>
<div
class=
"row-form"
>
<Input
placeholder=
"请输入产品名称/工艺名称/工艺编号"
v-model=
"value"
v-width=
"300"
clearable
/>
<Input
placeholder=
"请输入产品名称/工艺名称/工艺编号"
v-model=
"value"
v-width=
"300"
clearable
/>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
</div>
<Table
...
...
@@ -26,8 +31,10 @@
</Layout>
<FooterToolbar
extra
v-if=
"footerBar"
>
<div
class=
"fr font_fff"
>
<Checkbox
@
on-change=
"handleSelectAll(single)"
v-model=
"single"
>
全选
</Checkbox>
<span
class=
"footerSpan"
>
已选
{{
selectCount
}}
项
</span>
<Checkbox
@
on-change=
"handleSelectAll(single)"
v-model=
"single"
>
全选
</Checkbox
>
<span
class=
"footerSpan"
>
已选
{{
selectCount
}}
项
</span>
<Button
type=
"primary"
@
click=
"modalDispatch"
>
设置工艺
</Button>
<Button
@
click=
"canselFooter"
>
取消
</Button>
...
...
@@ -186,8 +193,8 @@ export default {
getData
()
{
let
conditions
=
[
{
conditionalType
:
"
In
"
,
fieldName
:
"
productId
"
,
conditionalType
:
"
productId
"
,
fieldName
:
"
keys
"
,
fieldValue
:
this
.
eid
.
curId
,
},
];
...
...
@@ -209,8 +216,8 @@ export default {
// this.$refs.grid.reload(where);
let
conditions
=
[
{
conditionalType
:
"
In
"
,
fieldName
:
"
productId
"
,
conditionalType
:
"
productId
"
,
fieldName
:
"
keys
"
,
fieldValue
:
ids
.
join
(
","
),
},
];
...
...
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