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
e9dbba02
Commit
e9dbba02
authored
Jun 15, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
search
parent
2a6c0ad6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
17 deletions
+19
-17
zh-CN.js
i18n/locale/zh-CN.js
+1
-0
orderlist.vue
pages/produce/orderlist.vue
+0
-1
search.vue
pages/produce/search.vue
+18
-16
No files found.
i18n/locale/zh-CN.js
View file @
e9dbba02
...
...
@@ -1442,6 +1442,7 @@ export default {
order_list
:{
mesCode
:
'订单编号'
,
status
:
'工单状态'
,
statusOrder
:
'订单状态'
,
productName
:
'产品名称'
,
drawnNumber
:
'图号'
,
quantity
:
'生产数量'
,
...
...
pages/produce/orderlist.vue
View file @
e9dbba02
...
...
@@ -11,7 +11,6 @@
:conditions=
"easySearch"
:action=
"action"
:gutter=
"40"
:high=
"false"
>
<template
slot=
"easySearch"
>
<Form
ref=
"formInline"
:model=
"easySearch"
inline
>
...
...
pages/produce/search.vue
View file @
e9dbba02
...
...
@@ -12,7 +12,7 @@
<Input
v-model=
"condition.mesCode.value"
></Input>
</FormItem>
</Col>
<Col
:span=
"12"
v-if=
"condition.productName.show"
>
<Col
:span=
"12"
>
<FormItem
:label=
"l('productName')"
prop=
"productName"
>
<Input
v-model=
"condition.productName.value"
></Input>
</FormItem>
...
...
@@ -24,18 +24,19 @@
</Col>
<Col
:span=
"12"
v-if=
"condition.quantity.show"
>
<FormItem
:label=
"l('quantity')"
prop=
"quantity"
>
<Input
v-model=
"condition.quantity.value"
></Input>
<Input
Number
:min=
"1"
v-model=
"condition.quantity.value"
></InputNumber>
</FormItem>
</Col>
<Col
:span=
"12"
v-if=
"condition.status.show"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Dictionary
code=
"taskList.status"
v-model=
"condition.status.value"
></Dictionary>
<Col
:span=
"12"
v-if=
"condition.dispatchStatus.show"
>
<FormItem
:label=
"l('status')"
prop=
"dispatchStatus"
>
<Dictionary
code=
"taskList.status"
v-model=
"condition.dispatchStatus.value"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"12"
v-if=
"condition.status.show"
>
<FormItem
:label=
"l('statusOrder')"
prop=
"status"
>
<Dictionary
code=
"plan.order.status"
v-model=
"condition.status.value"
></Dictionary>
</FormItem>
</Col>
<Col
:span=
"12"
v-if=
"condition.beginTime.show"
>
<FormItem
:label=
"l('beginTime')"
prop=
"beginTime"
>
<DatePicker
type=
"daterange"
v-model=
"condition.beginTime.value"
></DatePicker>
...
...
@@ -43,7 +44,7 @@
</Col>
<Col
:span=
"12"
v-if=
"condition.endTime.show"
>
<FormItem
:label=
"l('endTime')"
prop=
"endTime"
>
<DatePicker
type=
"
endTim
e"
v-model=
"condition.endTime.value"
></DatePicker>
<DatePicker
type=
"
daterang
e"
v-model=
"condition.endTime.value"
></DatePicker>
</FormItem>
</Col>
</Row>
...
...
@@ -58,17 +59,18 @@ export default {
condition
:
{
id
:
{
op
:
"Equal"
,
value
:
null
,
show
:
false
},
executeId
:
{
op
:
"Equal"
,
value
:
null
,
show
:
false
},
drawnNumber
:
{
op
:
"
Equal
"
,
value
:
null
,
show
:
true
},
drawnNumber
:
{
op
:
"
Like
"
,
value
:
null
,
show
:
true
},
mesCode
:
{
op
:
"Equal"
,
value
:
null
,
show
:
true
},
orderId
:
{
op
:
"Equal"
,
value
:
null
,
show
:
false
},
productId
:
{
op
:
"Equal"
,
value
:
null
,
show
:
false
},
productName
:
{
op
:
"Equal"
,
value
:
null
,
show
:
true
},
quantity
:
{
op
:
"Equal"
,
value
:
null
,
show
:
fals
e
},
productName
:
{
op
:
'Like'
,
value
:
null
,
show
:
true
},
quantity
:
{
op
:
"Equal"
,
value
:
null
,
show
:
tru
e
},
routingHeaderId
:
{
op
:
"Equal"
,
value
:
null
,
show
:
false
},
routingDetailId
:
{
op
:
"Equal"
,
value
:
null
,
show
:
false
},
status
:
{
op
:
"Equal"
,
value
:
null
,
show
:
true
},
beginTime
:
{
op
:
"Range"
,
value
:
null
,
show
:
false
},
endTime
:
{
op
:
"Range"
,
value
:
null
,
show
:
false
},
dispatchStatus
:{
op
:
"Equal"
,
value
:
null
,
show
:
true
},
//工单状态
status
:
{
op
:
"Equal"
,
value
:
null
,
show
:
true
},
//订单状态
beginTime
:
{
op
:
"Range"
,
value
:
null
,
show
:
true
},
endTime
:
{
op
:
"Range"
,
value
:
null
,
show
:
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