+
基本信息
+
{{ t('MoldManagement.MoldBrandDetail.repairCode') }}{{ row.repairCode ?? '-' }}
+
{{ t('MoldManagement.MoldRepair.repairName') }}{{ row.repairName ?? '-' }}
+
{{ t('MoldManagement.MoldBrandDetail.requireDate') }}{{ formatHistoryTime(row.requireDate) }}
+
{{ t('MoldManagement.MoldRepair.repairUser') }}{{ row.acceptedByName ?? row.acceptedName ?? row.acceptedBy ?? '-' }}
+
{{ t('MoldManagement.MoldRepair.confirmUser') }}{{ row.confirmByName ?? row.confirmName ?? row.confirmBy ?? '-' }}
+
{{ t('MoldManagement.MoldBrandDetail.repairStatus') }}{{
+ getRepairStatusLabel(row.status) }}
+
{{ t('EquipmentManagement.DvRepair.repairStatus') }}{{
getRepairResultLabel(row.repairStatus) }}
-
{{ t('MoldManagement.MoldBrandDetail.requireDate') }}{{ formatHistoryTime(row.requireDate) }}
-
{{ t('MoldManagement.MoldBrandDetail.finishDate') }}{{ formatHistoryTime(row.finishDate) }}
-
{{ t('MoldManagement.MoldRepair.faultImages') }}
-
-
+
+
维修对象
+
{{ t('MoldManagement.MoldRepair.moldName') }}{{ row.moldName ?? row.machineryName ?? '-' }}
+
{{ t('MoldManagement.MoldBrandDetail.moldCode') }}{{ row.moldCode ?? row.machineryCode ?? '-' }}
+
规格型号{{ row.machinerySpec ?? row.moldSpec ?? '-' }}
+
品牌{{ row.machineryBrand ?? row.moldBrand ?? '-' }}
+
+
+
故障信息
+
{{ t('MoldManagement.MoldRepair.faultLevel') }}
+
-
-
-
-
+ -
+
+ {{ t('MoldManagement.MoldRepair.isShutdown') }}{{ formatBooleanLabel(row.shutdown ?? row.isShutdown) }}
+ {{ t('MoldManagement.MoldRepair.faultPhenomenon') }}{{ row.faultPhenomenon ?? '-' }}
+ {{ t('MoldManagement.MoldRepair.faultDescription') }}{{ row.faultDescription ?? '-' }}
+ {{ t('MoldManagement.MoldRepair.faultImages') }}
+
+
+
+ -
+
+ {{ t('MoldManagement.MoldBrandDetail.remark') }}{{ row.remark ?? '-' }}
+
+
+
+
+ 处理结果
+
+ {{ isRepairResultExpanded(row) ? '收起' : '展开' }}
+
+
+
+
{{ t('MoldManagement.MoldRepair.repairResult') }}{{
+ getRepairResultLabel(row.repairStatus) }}
+
{{ t('MoldManagement.MoldBrandDetail.finishDate') }}{{ formatHistoryTime(row.finishDate) }}
+
{{ t('MoldManagement.MoldRepair.confirmDate') }}{{ formatHistoryTime(row.confirmDate) }}
+
{{ t('MoldManagement.MoldRepair.downtimeDuration') }}{{ formatDowntimeDuration(row.downtimeDuration) }}
+
{{ t('MoldManagement.MoldRepair.faultReason') }}{{ row.faultReason ?? '-' }}
+
{{ t('MoldManagement.MoldRepair.handlingMeasures') }}{{ row.handlingMeasures ?? '-' }}
+
{{ t('MoldManagement.MoldRepair.replacementParts') }}{{ row.replacementParts ?? '-' }}
+
{{ t('MoldManagement.MoldRepair.repairContent') }}{{ row.repairContent ?? '-' }}
+
{{ t('MoldManagement.MoldRepair.repairedImages') }}
+
+
+
+ -
+
+