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
31c971a3
Commit
31c971a3
authored
Oct 31, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plan home
parent
1c945fd6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
628 additions
and
546 deletions
+628
-546
zh-CN.js
i18n/locale/zh-CN.js
+4
-4
index.vue
pages/aps/plan/index.vue
+54
-0
index.vue
pages/home/index.vue
+570
-542
No files found.
i18n/locale/zh-CN.js
View file @
31c971a3
...
@@ -839,7 +839,7 @@ export default {
...
@@ -839,7 +839,7 @@ export default {
mainDepartmentId
:
'厂内主主体责任部门'
,
mainDepartmentId
:
'厂内主主体责任部门'
,
remark
:
'备注'
,
remark
:
'备注'
,
taskInputDate
:
'创建日期'
,
taskInputDate
:
'创建日期'
,
taskRequire
:
'任务
接点
要求'
,
taskRequire
:
'任务要求'
,
putintDocmentCode
:
'上传文件名称'
,
putintDocmentCode
:
'上传文件名称'
,
technologyDocmentCode
:
'上传文件名称'
,
technologyDocmentCode
:
'上传文件名称'
,
outerDrawnNumber
:
'外部图号/模型号'
,
outerDrawnNumber
:
'外部图号/模型号'
,
...
@@ -854,8 +854,8 @@ export default {
...
@@ -854,8 +854,8 @@ export default {
equipment
:
'设备'
,
equipment
:
'设备'
,
materialWeight
:
'材料重量'
,
materialWeight
:
'材料重量'
,
isSupportingFinish
:
'配套状态'
,
//是否配套,0 未配套,1 已配套
isSupportingFinish
:
'配套状态'
,
//是否配套,0 未配套,1 已配套
demandStartDate
:
'
投料
时间'
,
demandStartDate
:
'
开始
时间'
,
demandFinishDate
:
'
节点
时间'
,
demandFinishDate
:
'
完成
时间'
,
actualStartDate
:
'订单实际开始时间,实际为第一道工序的开始时间'
,
actualStartDate
:
'订单实际开始时间,实际为第一道工序的开始时间'
,
actualFinishDate
:
'订单实际结束时间,实际为最后一道工序的结束时间'
,
actualFinishDate
:
'订单实际结束时间,实际为最后一道工序的结束时间'
,
isDeleted
:
'是否被删除,0 : 否,1 是'
,
isDeleted
:
'是否被删除,0 : 否,1 是'
,
...
@@ -923,7 +923,7 @@ export default {
...
@@ -923,7 +923,7 @@ export default {
taskRequire
:
'任务要求'
,
taskRequire
:
'任务要求'
,
status
:
'订单状态'
,
status
:
'订单状态'
,
divideMark
:
'分解标记:1-已分解;0-未分解'
,
divideMark
:
'分解标记:1-已分解;0-未分解'
,
productCode
:
'产品序号
:No1~No99
'
,
productCode
:
'产品序号'
,
productName
:
'产品名称'
,
productName
:
'产品名称'
,
drawnNumber
:
'图号'
,
drawnNumber
:
'图号'
,
rootId
:
'根节点Id'
,
rootId
:
'根节点Id'
,
...
...
pages/aps/plan/index.vue
View file @
31c971a3
...
@@ -267,6 +267,60 @@ export default {
...
@@ -267,6 +267,60 @@ export default {
high
:
true
,
high
:
true
,
code
:
"aps.plan.ispreschedule"
,
code
:
"aps.plan.ispreschedule"
,
},
},
{
key
:
"taskRequire"
,
title
:
this
.
l
(
"taskRequire"
),
align
:
"left"
,
easy
:
true
,
high
:
true
,
hide
:
true
},
{
key
:
"productingPreparationPeople"
,
title
:
this
.
l
(
"productingPreparationPeople"
),
align
:
"left"
,
high
:
true
,
hide
:
true
,
type
:
'workShopName'
},
{
key
:
"productingPreparationFinishDate"
,
title
:
this
.
l
(
"productingPreparationFinishDate"
),
align
:
"left"
,
high
:
true
,
hide
:
true
},
{
key
:
"quotationPeople"
,
title
:
this
.
l
(
"quotationPeople"
),
align
:
"left"
,
high
:
true
,
hide
:
true
,
type
:
"user"
},
{
key
:
"quotationFinishDate"
,
title
:
this
.
l
(
"quotationFinishDate"
),
align
:
"left"
,
high
:
true
,
hide
:
true
},
{
key
:
"demandStartDate"
,
title
:
this
.
l
(
"demandStartDate"
),
align
:
"left"
,
high
:
true
,
hide
:
true
,
type
:
"date"
},
{
key
:
"demandFinishDate"
,
title
:
this
.
l
(
"demandFinishDate"
),
align
:
"left"
,
high
:
true
,
hide
:
true
,
type
:
"date"
},
// {
// {
// key: "spareQty",
// key: "spareQty",
// title: this.l("spareQty"),
// title: this.l("spareQty"),
...
...
pages/home/index.vue
View file @
31c971a3
This diff is collapsed.
Click to expand it.
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