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
72cc485d
Commit
72cc485d
authored
Sep 11, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化工艺bom
parent
975c9637
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
index.vue
pages/technology/details/routingsupporting/index.vue
+2
-1
index.vue
pages/technology/details/setup/index.vue
+2
-2
No files found.
pages/technology/details/routingsupporting/index.vue
View file @
72cc485d
...
...
@@ -10,7 +10,7 @@
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
<Input
placeholder=
"请输入关键字物料名称"
v-model=
"easySearch.keys.value"
v-width=
"260"
/>
<Input
placeholder=
"请输入关键字物料名称"
v-model=
"easySearch.keys.value"
clearable
/>
</FormItem>
<FormItem>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
...
...
@@ -71,6 +71,7 @@ export default {
op
:
"nameMaterial"
,
value
:
null
,
},
// routingHeaderId: { op: "Equal", value: this.headerid },
routingHeaderId
:
{
op
:
"Equal"
,
value
:
-
1
,
...
...
pages/technology/details/setup/index.vue
View file @
72cc485d
...
...
@@ -4,7 +4,7 @@
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
<Input
placeholder=
"请输入
关键字标题
"
v-model=
"easySearch.keys.value"
clearable
/>
<Input
placeholder=
"请输入
资源名称
"
v-model=
"easySearch.keys.value"
clearable
/>
</FormItem>
<FormItem>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
...
...
@@ -36,7 +36,7 @@ export default {
return
{
action
:
Api
.
index
,
easySearch
:
{
keys
:
{
op
:
"
title
"
,
value
:
null
},
keys
:
{
op
:
"
nameMaterial
"
,
value
:
null
},
routingHeaderId
:
{
op
:
"Equal"
,
value
:
this
.
headerid
},
},
modal
:
false
,
...
...
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