diff --git a/src/locales/en.ts b/src/locales/en.ts
index b5b1c14a..df5b373f 100644
--- a/src/locales/en.ts
+++ b/src/locales/en.ts
@@ -3418,6 +3418,7 @@ export default {
detailTableTaskCodeColumn: 'Task Order',
detailTableProductCodeColumn: 'Product Code',
detailTableProductNameColumn: 'Product Name',
+ detailTableDeviceNameColumn: 'Device Name',
detailTableTotalNumberColumn: 'Total Quantity',
detailTablePlanNumberColumn: 'Planned',
detailTableUnplanNumberColumn: 'Unplanned',
@@ -3489,6 +3490,7 @@ export default {
buttonExportText: 'Export',
tabPlannedLabel: 'Scheduled',
+ tabStartLabel: 'Started',
tabTrialLabel: 'Trial',
tabMassLabel: 'Mass Production',
tabPausedLabel: 'Paused',
@@ -3520,6 +3522,7 @@ export default {
actionTrialLabel: 'Trial',
actionInspectLabel: 'Inspect',
actionMassLabel: 'Mass Production',
+ actionStartLabel: 'Start',
actionBaogongLabel: 'Report',
actionPauseLabel: 'Pause',
actionFinishLabel: 'Finish',
diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts
index 17e8d759..128b8dfc 100644
--- a/src/locales/zh-CN.ts
+++ b/src/locales/zh-CN.ts
@@ -3264,6 +3264,7 @@ export default {
detailTableTaskCodeColumn: '任务单',
detailTableProductCodeColumn: '产品编码',
detailTableProductNameColumn: '产品名称',
+ detailTableDeviceNameColumn: '设备名称',
detailTableTotalNumberColumn: '任务总数',
detailTablePlanNumberColumn: '已计划',
detailTableUnplanNumberColumn: '未计划',
@@ -3334,6 +3335,7 @@ export default {
buttonExportText: '导出',
tabPlannedLabel: '已排产',
+ tabStartLabel: '已开工',
tabTrialLabel: '试产',
tabMassLabel: '量产',
tabPausedLabel: '暂停',
@@ -3365,6 +3367,7 @@ export default {
actionTrialLabel: '试产',
actionInspectLabel: '检验',
actionMassLabel: '量产',
+ actionStartLabel: '开工',
actionBaogongLabel: '报工',
actionPauseLabel: '暂停',
actionFinishLabel: '完工',
diff --git a/src/views/mes/plan/index.vue b/src/views/mes/plan/index.vue
index b637a685..38e7cd4a 100644
--- a/src/views/mes/plan/index.vue
+++ b/src/views/mes/plan/index.vue
@@ -1,93 +1,47 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('ProductionPlan.Plan.buttonSearchText') }}
- {{ t('ProductionPlan.Plan.buttonResetText') }}
-
-
- {{ t('ProductionPlan.Plan.buttonExportText') }}
-
-
+
+ {{ t('ProductionPlan.Plan.buttonExportText') }}
+
+
@@ -114,27 +62,21 @@
-
-
+
+
+
-
+
-
+
-
-
+
+
-
+
@@ -144,31 +86,38 @@
-->
-
+
- setInspectable(scope.row.id, hasPending)"
- />
+ setInspectable(scope.row.id, hasPending)" />
-
-
+
+
-
+
-
+
+
+
+ setInspectable(scope.row.id, hasPending)" />
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -181,77 +130,48 @@
-->
-
-
-
-
+
+
+
+
-
+
-
- {{ t('ProductionPlan.Plan.actionDetailLabel') }}
+
+ {{ t('ProductionPlan.Plan.actionDetailLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionEditLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionMaterialLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionDispatchFeedingLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionDispatchProcessLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionTrialLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionInspectLabel') }}
-
{{ t('ProductionPlan.Plan.actionMassLabel') }}
-
- -->
+
+ v-if="(scope.row.status === 1 && scope.row.isPreProduction === 0) || scope.row.status === 6">
+ {{ t('ProductionPlan.Plan.actionStartLabel') }}
+
+
{{ t('ProductionPlan.Plan.actionBaogongLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionPauseLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionFinishLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionStoreLabel') }}
-
+
{{ t('ProductionPlan.Plan.actionDeleteLabel') }}
-
+
@@ -325,25 +225,25 @@
-
+
-
+
-
+