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
4b381f9a
Commit
4b381f9a
authored
Oct 16, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
c7a394a8
0eb7bca1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
40 deletions
+7
-40
zh-CN.js
i18n/locale/zh-CN.js
+1
-0
index.vue
pages/aps/plan/index.vue
+0
-40
orderlist.vue
pages/produce/orderlist.vue
+6
-0
No files found.
i18n/locale/zh-CN.js
View file @
4b381f9a
...
...
@@ -1475,6 +1475,7 @@ export default {
version
:
"版本"
},
order_list
:
{
Id
:
'工单Id'
,
mesCode
:
'订单编号'
,
status
:
'工单状态'
,
statusOrder
:
'订单状态'
,
...
...
pages/aps/plan/index.vue
View file @
4b381f9a
...
...
@@ -245,43 +245,12 @@ export default {
easy
:
true
,
high
:
true
,
},
{
key
:
"stage"
,
title
:
this
.
l
(
"stage"
),
align
:
"left"
,
easy
:
true
,
high
:
true
,
code
:
"plan.order.stage"
,
},
{
key
:
"materialName"
,
title
:
this
.
l
(
"materialName"
),
align
:
"left"
,
easy
:
true
,
high
:
true
,
},
{
key
:
"quantity"
,
title
:
this
.
l
(
"quantity"
),
align
:
"right"
,
high
:
true
,
},
{
key
:
"routingMethod"
,
title
:
this
.
l
(
"routingMethod"
),
align
:
"left"
,
easy
:
true
,
high
:
true
,
code
:
"plan.order.routingMethod"
,
},
{
key
:
"materialWeight"
,
title
:
this
.
l
(
"materialWeight"
),
align
:
"left"
,
high
:
true
,
hide
:
true
,
},
{
key
:
"productCode"
,
title
:
this
.
l
(
"productCode"
),
...
...
@@ -290,15 +259,6 @@ export default {
high
:
true
,
hide
:
true
,
},
{
key
:
"isPreschedule"
,
title
:
this
.
l
(
"isPreschedule"
),
align
:
"left"
,
high
:
true
,
code
:
"mes_xingchi_plan.mes_order.is_preschedule"
,
hide
:
true
,
},
{
key
:
"spareQty"
,
title
:
this
.
l
(
"spareQty"
),
...
...
pages/produce/orderlist.vue
View file @
4b381f9a
...
...
@@ -109,6 +109,12 @@ export default {
},
downUrl
:
fileUrlDown
,
columns
:
[{
title
:
this
.
l
(
"Id"
),
key
:
"id"
,
width
:
80
,
align
:
"left"
,
},
{
title
:
this
.
l
(
"mesCode"
),
key
:
"mesCode"
,
width
:
240
,
...
...
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