Commit 437726ca authored by 沈翠玲's avatar 沈翠玲

修改列的宽度

parent 8f338185
...@@ -989,25 +989,31 @@ export default { ...@@ -989,25 +989,31 @@ export default {
name: 'arrangeCode', name: 'arrangeCode',
label: i18n.t('工单编号'), label: i18n.t('工单编号'),
align: 'center', align: 'center',
width: 180, width: 100,
},
{
name: 'processName',
label: i18n.t('工序'),
align: 'center',
width: 105,
}, },
{ {
name: 'scheduleStartDateStr', name: 'scheduleStartDateStr',
label: i18n.t('计划开始时间'), label: i18n.t('计划开始时间'),
align: 'center', align: 'center',
width: 140, width: 105,
}, },
{ {
name: 'scheduleEndDateStr', name: 'scheduleEndDateStr',
label: i18n.t('计划结束时间'), label: i18n.t('计划结束时间'),
align: 'center', align: 'center',
width: 140, width: 105,
}, },
{ {
name: 'workstationName', name: 'workstationName',
label: i18n.t('工作中心名称'), label: i18n.t('工作中心名称'),
align: 'center', align: 'center',
width: 140, width: 105,
}, },
{ {
name: 'workunitName', name: 'workunitName',
...@@ -1015,18 +1021,6 @@ export default { ...@@ -1015,18 +1021,6 @@ export default {
align: 'center', align: 'center',
width: 140, width: 140,
}, },
{
name: 'quantity',
label: i18n.t('任务数量'),
align: 'center',
width: 70,
},
{
name: 'quantityWait',
label: i18n.t('可加工数量'),
align: 'center',
width: 80,
},
{ {
name: 'status', name: 'status',
label: i18n.t('状态'), label: i18n.t('状态'),
...@@ -1038,17 +1032,17 @@ export default { ...@@ -1038,17 +1032,17 @@ export default {
ERROR_STOP: i18n.t('异常停工'), ERROR_STOP: i18n.t('异常停工'),
FINISH: i18n.t('完工'), FINISH: i18n.t('完工'),
}, },
width: 65, width: 75,
}, },
{ {
name: 'taskCode', name: 'quantity',
label: i18n.t('任务单号'), label: i18n.t('任务数量'),
align: 'center', align: 'center',
width: 100, width: 70,
}, },
{ {
name: 'processName', name: 'quantityWait',
label: i18n.t('工序'), label: i18n.t('可加工数量'),
align: 'center', align: 'center',
width: 80, width: 80,
}, },
...@@ -1064,6 +1058,12 @@ export default { ...@@ -1064,6 +1058,12 @@ export default {
align: 'center', align: 'center',
width: 70, width: 70,
}, },
{
name: 'taskCode',
label: i18n.t('任务单号'),
align: 'center',
width: 100,
}
], ],
dModelData: [], dModelData: [],
tableSelectData: [], tableSelectData: [],
...@@ -1330,25 +1330,31 @@ export default { ...@@ -1330,25 +1330,31 @@ export default {
name: 'arrangeCode', name: 'arrangeCode',
label: i18n.t('工单编号'), label: i18n.t('工单编号'),
align: 'center', align: 'center',
width: 180, width: 100,
},
{
name: 'processName',
label: i18n.t('工序'),
align: 'center',
width: 105,
}, },
{ {
name: 'scheduleStartDateStr', name: 'scheduleStartDateStr',
label: i18n.t('计划开始时间'), label: i18n.t('计划开始时间'),
align: 'center', align: 'center',
width: 140, width: 105,
}, },
{ {
name: 'scheduleEndDateStr', name: 'scheduleEndDateStr',
label: i18n.t('计划结束时间'), label: i18n.t('计划结束时间'),
align: 'center', align: 'center',
width: 140, width: 105,
}, },
{ {
name: 'workstationName', name: 'workstationName',
label: i18n.t('工作中心名称'), label: i18n.t('工作中心名称'),
align: 'center', align: 'center',
width: 140, width: 105,
}, },
{ {
name: 'workunitName', name: 'workunitName',
...@@ -1356,18 +1362,6 @@ export default { ...@@ -1356,18 +1362,6 @@ export default {
align: 'center', align: 'center',
width: 140, width: 140,
}, },
{
name: 'quantity',
label: i18n.t('任务数量'),
align: 'center',
width: 70,
},
{
name: 'quantityWait',
label: i18n.t('可加工数量'),
align: 'center',
width: 80,
},
{ {
name: 'status', name: 'status',
label: i18n.t('状态'), label: i18n.t('状态'),
...@@ -1379,17 +1373,17 @@ export default { ...@@ -1379,17 +1373,17 @@ export default {
ERROR_STOP: i18n.t('异常停工'), ERROR_STOP: i18n.t('异常停工'),
FINISH: i18n.t('完工'), FINISH: i18n.t('完工'),
}, },
width: 65, width: 75,
}, },
{ {
name: 'taskCode', name: 'quantity',
label: i18n.t('任务单号'), label: i18n.t('任务数量'),
align: 'center', align: 'center',
width: 100, width: 70,
}, },
{ {
name: 'processName', name: 'quantityWait',
label: i18n.t('工序'), label: i18n.t('可加工数量'),
align: 'center', align: 'center',
width: 80, width: 80,
}, },
...@@ -1405,6 +1399,12 @@ export default { ...@@ -1405,6 +1399,12 @@ export default {
align: 'center', align: 'center',
width: 70, width: 70,
}, },
{
name: 'taskCode',
label: i18n.t('任务单号'),
align: 'center',
width: 100,
}
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment