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
b945fd4f
Commit
b945fd4f
authored
Aug 04, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺设置
parent
ab6760c7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
51 deletions
+14
-51
index.vue
pages/technology/processSpecification/index.vue
+0
-5
search.vue
pages/technology/processSpecification/search.vue
+0
-3
index.vue
pages/technology/setProcess/index.vue
+11
-1
search.vue
pages/technology/setProcess/search.vue
+3
-42
No files found.
pages/technology/processSpecification/index.vue
deleted
100644 → 0
View file @
ab6760c7
<
template
>
<div>
</div>
</
template
>
\ No newline at end of file
pages/technology/processSpecification/search.vue
deleted
100644 → 0
View file @
ab6760c7
<
template
>
<div></div>
</
template
>
\ No newline at end of file
pages/technology/setProcess/index.vue
View file @
b945fd4f
...
@@ -14,11 +14,16 @@
...
@@ -14,11 +14,16 @@
<template
slot=
"easySearch"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
<FormItem
prop=
"keys"
>
<FormItem
prop=
"keys"
>
<Input
placeholder=
"请输入
物料编号/
名称"
v-model=
"easySearch.keys.value"
/>
<Input
placeholder=
"请输入
订单编号/产品
名称"
v-model=
"easySearch.keys.value"
/>
</FormItem>
</FormItem>
<FormItem>
<FormItem>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
<Button
type=
"primary"
@
click=
"search"
>
查询
</Button>
</FormItem>
</FormItem>
<!--
<FormItem>
<Button
@
click=
"search2"
type=
"text"
>
<Icon
type=
"md-search"
/>
高级
</Button>
</FormItem>
-->
</Form>
</Form>
</
template
>
</
template
>
<
template
slot=
"searchForm"
>
<
template
slot=
"searchForm"
>
...
@@ -82,10 +87,12 @@ export default {
...
@@ -82,10 +87,12 @@ export default {
{
{
title
:
"工艺规程"
,
title
:
"工艺规程"
,
key
:
"mainRoutingID"
,
key
:
"mainRoutingID"
,
code
:
"process.RoutingStatus"
,
},
},
{
{
title
:
"料单"
,
title
:
"料单"
,
key
:
"materialbillID"
,
key
:
"materialbillID"
,
code
:
"process.RoutingStatus"
,
},
},
],
],
};
};
...
@@ -112,6 +119,9 @@ export default {
...
@@ -112,6 +119,9 @@ export default {
search
()
{
search
()
{
this
.
$refs
.
grid
.
reload
(
this
.
easySearch
);
this
.
$refs
.
grid
.
reload
(
this
.
easySearch
);
},
},
search2
()
{
this
.
$refs
.
grid
.
modalSearch
=
true
;
},
},
},
};
};
</
script
>
</
script
>
...
...
pages/technology/setProcess/search.vue
View file @
b945fd4f
...
@@ -6,31 +6,6 @@
...
@@ -6,31 +6,6 @@
<Input
v-model=
"condition.id.value"
></Input>
<Input
v-model=
"condition.id.value"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"12"
:v-if=
"condition.creationTime.show"
>
<FormItem
:label=
"$t('creationTime')"
prop=
"creationTime"
>
<DatePicker
type=
"daterange"
v-model=
"condition.creationTime.value"
></DatePicker>
</FormItem>
</Col>
<Col
:span=
"12"
:v-if=
"condition.creatorUserId.show"
>
<FormItem
:label=
"$t('creatorUserId')"
prop=
"creatorUserId"
>
<Input
v-model=
"condition.creatorUserId.value"
></Input>
</FormItem>
</Col>
<Col
:span=
"12"
:v-if=
"condition.lastModificationTime.show"
>
<FormItem
:label=
"$t('lastModificationTime')"
prop=
"lastModificationTime"
>
<DatePicker
type=
"daterange"
v-model=
"condition.lastModificationTime.value"
></DatePicker>
</FormItem>
</Col>
<Col
:span=
"12"
:v-if=
"condition.lastModifierUserId.show"
>
<FormItem
:label=
"$t('lastModifierUserId')"
prop=
"lastModifierUserId"
>
<Input
v-model=
"condition.lastModifierUserId.value"
></Input>
</FormItem>
</Col>
<Col
:span=
"12"
:v-if=
"condition.mmcode.show"
>
<FormItem
:label=
"l('mmcode')"
prop=
"mmcode"
>
<Input
v-model=
"condition.mmcode.value"
></Input>
</FormItem>
</Col>
<Col
:span=
"12"
:v-if=
"condition.drawingNo.show"
>
<Col
:span=
"12"
:v-if=
"condition.drawingNo.show"
>
<FormItem
:label=
"l('drawingNo')"
prop=
"drawingNo"
>
<FormItem
:label=
"l('drawingNo')"
prop=
"drawingNo"
>
<Input
v-model=
"condition.drawingNo.value"
></Input>
<Input
v-model=
"condition.drawingNo.value"
></Input>
...
@@ -46,31 +21,17 @@
...
@@ -46,31 +21,17 @@
<Input
v-model=
"condition.productCode.value"
></Input>
<Input
v-model=
"condition.productCode.value"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"12"
:v-if=
"condition.status.show"
>
<
!--
<
Col
:span=
"12"
:v-if=
"condition.status.show"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Input
v-model=
"condition.status.value"
></Input>
<Input
v-model=
"condition.status.value"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
-->
<Col
:span=
"24"
:v-if=
"condition.remark.show"
>
<Col
:span=
"24"
:v-if=
"condition.remark.show"
>
<FormItem
:label=
"l('remark')"
prop=
"remark"
>
<FormItem
:label=
"l('remark')"
prop=
"remark"
>
<Input
v-model=
"condition.remark.value"
></Input>
<Input
v-model=
"condition.remark.value"
></Input>
</FormItem>
</FormItem>
</Col>
</Col>
<Col
:span=
"12"
:v-if=
"condition.madeCompany.show"
>
<FormItem
:label=
"l('madeCompany')"
prop=
"madeCompany"
>
<Input
v-model=
"condition.madeCompany.value"
></Input>
</FormItem>
</Col>
<Col
:span=
"24"
:v-if=
"condition.productUrl.show"
>
<FormItem
:label=
"l('productUrl')"
prop=
"productUrl"
>
<Input
v-model=
"condition.productUrl.value"
></Input>
</FormItem>
</Col>
<Col
:span=
"24"
:v-if=
"condition.productUrlList.show"
>
<FormItem
:label=
"l('productUrlList')"
prop=
"productUrlList"
>
<Input
v-model=
"condition.productUrlList.value"
></Input>
</FormItem>
</Col>
</Row>
</Row>
</Form>
</Form>
</
template
>
</
template
>
...
...
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