库存任务
查询
重置
{{ scope.row.isScheduled ? '是' : '否' }}
{{ String(scope.row.isUrgent) === '1' ? t('ProductionPlan.Task.urgentYesLabel') : t('ProductionPlan.Task.urgentNoLabel') }}
{{ t('ProductionPlan.TaskSummary.actionMaterialLabel') }}
{{ t('ProductionPlan.TaskSummary.detailTabSummaryLabel') }}
{{ scope.row.number - scope.row.planNumber > 0 ? scope.row.number - scope.row.planNumber : 0 }}
{{ t('ProductionPlan.TaskSummary.detailActionMaterialLabel') }}
关联设备