Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
437726ca
Commit
437726ca
authored
Nov 20, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列的宽度
parent
8f338185
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
44 deletions
+44
-44
index.vue
pages/mes/prodReport/index.vue
+44
-44
No files found.
pages/mes/prodReport/index.vue
View file @
437726ca
...
...
@@ -989,25 +989,31 @@ export default {
name
:
'arrangeCode'
,
label
:
i18n
.
t
(
'工单编号'
),
align
:
'center'
,
width
:
180
,
width
:
100
,
}
,
{
name
:
'processName'
,
label
:
i18n
.
t
(
'工序'
),
align
:
'center'
,
width
:
105
,
}
,
{
name
:
'scheduleStartDateStr'
,
label
:
i18n
.
t
(
'计划开始时间'
),
align
:
'center'
,
width
:
1
40
,
width
:
1
05
,
}
,
{
name
:
'scheduleEndDateStr'
,
label
:
i18n
.
t
(
'计划结束时间'
),
align
:
'center'
,
width
:
1
40
,
width
:
1
05
,
}
,
{
name
:
'workstationName'
,
label
:
i18n
.
t
(
'工作中心名称'
),
align
:
'center'
,
width
:
1
40
,
width
:
1
05
,
}
,
{
name
:
'workunitName'
,
...
...
@@ -1015,18 +1021,6 @@ export default {
align
:
'center'
,
width
:
140
,
}
,
{
name
:
'quantity'
,
label
:
i18n
.
t
(
'任务数量'
),
align
:
'center'
,
width
:
70
,
}
,
{
name
:
'quantityWait'
,
label
:
i18n
.
t
(
'可加工数量'
),
align
:
'center'
,
width
:
80
,
}
,
{
name
:
'status'
,
label
:
i18n
.
t
(
'状态'
),
...
...
@@ -1038,17 +1032,17 @@ export default {
ERROR_STOP
:
i18n
.
t
(
'异常停工'
),
FINISH
:
i18n
.
t
(
'完工'
),
}
,
width
:
6
5
,
width
:
7
5
,
}
,
{
name
:
'
taskCode
'
,
label
:
i18n
.
t
(
'任务
单号
'
),
name
:
'
quantity
'
,
label
:
i18n
.
t
(
'任务
数量
'
),
align
:
'center'
,
width
:
10
0
,
width
:
7
0
,
}
,
{
name
:
'
processName
'
,
label
:
i18n
.
t
(
'
工序
'
),
name
:
'
quantityWait
'
,
label
:
i18n
.
t
(
'
可加工数量
'
),
align
:
'center'
,
width
:
80
,
}
,
...
...
@@ -1064,6 +1058,12 @@ export default {
align
:
'center'
,
width
:
70
,
}
,
{
name
:
'taskCode'
,
label
:
i18n
.
t
(
'任务单号'
),
align
:
'center'
,
width
:
100
,
}
],
dModelData
:
[],
tableSelectData
:
[],
...
...
@@ -1330,25 +1330,31 @@ export default {
name
:
'arrangeCode'
,
label
:
i18n
.
t
(
'工单编号'
),
align
:
'center'
,
width
:
180
,
width
:
100
,
}
,
{
name
:
'processName'
,
label
:
i18n
.
t
(
'工序'
),
align
:
'center'
,
width
:
105
,
}
,
{
name
:
'scheduleStartDateStr'
,
label
:
i18n
.
t
(
'计划开始时间'
),
align
:
'center'
,
width
:
1
40
,
width
:
1
05
,
}
,
{
name
:
'scheduleEndDateStr'
,
label
:
i18n
.
t
(
'计划结束时间'
),
align
:
'center'
,
width
:
1
40
,
width
:
1
05
,
}
,
{
name
:
'workstationName'
,
label
:
i18n
.
t
(
'工作中心名称'
),
align
:
'center'
,
width
:
1
40
,
width
:
1
05
,
}
,
{
name
:
'workunitName'
,
...
...
@@ -1356,18 +1362,6 @@ export default {
align
:
'center'
,
width
:
140
,
}
,
{
name
:
'quantity'
,
label
:
i18n
.
t
(
'任务数量'
),
align
:
'center'
,
width
:
70
,
}
,
{
name
:
'quantityWait'
,
label
:
i18n
.
t
(
'可加工数量'
),
align
:
'center'
,
width
:
80
,
}
,
{
name
:
'status'
,
label
:
i18n
.
t
(
'状态'
),
...
...
@@ -1379,17 +1373,17 @@ export default {
ERROR_STOP
:
i18n
.
t
(
'异常停工'
),
FINISH
:
i18n
.
t
(
'完工'
),
}
,
width
:
6
5
,
width
:
7
5
,
}
,
{
name
:
'
taskCode
'
,
label
:
i18n
.
t
(
'任务
单号
'
),
name
:
'
quantity
'
,
label
:
i18n
.
t
(
'任务
数量
'
),
align
:
'center'
,
width
:
10
0
,
width
:
7
0
,
}
,
{
name
:
'
processName
'
,
label
:
i18n
.
t
(
'
工序
'
),
name
:
'
quantityWait
'
,
label
:
i18n
.
t
(
'
可加工数量
'
),
align
:
'center'
,
width
:
80
,
}
,
...
...
@@ -1405,6 +1399,12 @@ export default {
align
:
'center'
,
width
:
70
,
}
,
{
name
:
'taskCode'
,
label
:
i18n
.
t
(
'任务单号'
),
align
:
'center'
,
width
:
100
,
}
]
}
...
...
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