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
a2e4d4ee
Commit
a2e4d4ee
authored
Apr 03, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plan
parent
de6ea34b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
21 deletions
+5
-21
index.vue
pages/aps/plan/index.vue
+1
-17
search.vue
pages/aps/plan/search.vue
+4
-4
No files found.
pages/aps/plan/index.vue
View file @
a2e4d4ee
...
...
@@ -197,7 +197,7 @@ export default {
{
key
:
"quantity"
,
title
:
this
.
l
(
"quantity"
),
align
:
"
lef
t"
,
align
:
"
righ
t"
,
high
:
true
},
{
...
...
@@ -290,22 +290,6 @@ export default {
?
"移入排产"
:
""
)
// h(
// 'op',
// {
// attrs: { oprate: 'edit' },
// on: { click: () => this.edit(params.row.id) }
// },
// '编辑'
// ),
// h(
// 'op',
// {
// attrs: { oprate: 'remove' },
// on: { click: () => this.remove(params.row.id) }
// },
// '删除'
// )
]);
}
}
...
...
pages/aps/plan/search.vue
View file @
a2e4d4ee
...
...
@@ -118,7 +118,7 @@
</Col>
<Col
span=
"8"
v-if=
"condition.status.show"
>
<FormItem
:label=
"l('status')"
prop=
"status"
>
<Dictionary
code=
"
mes_xingchi_plan.mes_
order.status"
v-model=
"condition.status.value"
></Dictionary>
<Dictionary
code=
"
plan.
order.status"
v-model=
"condition.status.value"
></Dictionary>
</FormItem>
</Col>
<Col
span=
"8"
v-if=
"condition.workHours.show"
>
...
...
@@ -144,7 +144,7 @@
<Col
span=
"8"
v-if=
"condition.isSupportingFinish.show"
>
<FormItem
:label=
"l('isSupportingFinish')"
prop=
"isSupportingFinish"
>
<Dictionary
code=
"
mes_xingchi_plan.mes_order.is_supporting_finish
"
code=
"
aps.plan.supportingStatus
"
v-model=
"condition.isSupportingFinish.value"
></Dictionary>
</FormItem>
...
...
@@ -304,7 +304,7 @@
<Col
span=
"8"
v-if=
"condition.mainRoutingSetStatus.show"
>
<FormItem
:label=
"l('mainRoutingSetStatus')"
prop=
"mainRoutingSetStatus"
>
<Dictionary
code=
"
mes_xingchi_plan.mes_order.main_routing_set_s
tatus"
code=
"
aps.plan.mainRoutingS
tatus"
v-model=
"condition.mainRoutingSetStatus.value"
></Dictionary>
</FormItem>
...
...
@@ -386,7 +386,7 @@
</Col>
<Col
span=
"8"
v-if=
"condition.urgencyLevel.show"
>
<FormItem
:label=
"l('urgencyLevel')"
prop=
"urgencyLevel"
>
<
Input
v-model=
"condition.urgencyLevel.value"
></Input
>
<
Dictionary
code=
"plan.order.urgencyLevel"
v-model=
"condition.urgencyLevel.value"
></Dictionary
>
</FormItem>
</Col>
<Col
span=
"8"
v-if=
"condition.materialName.show"
>
...
...
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