From f3c4270223d6349c16c1d0e4c20c7c146b2dfd0d Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 02 六月 2025 10:49:56 +0800 Subject: [PATCH] art: 设备管理-点检详情 --- src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue | 33 ++++++++++++++++++++++++++------- 1 files changed, 26 insertions(+), 7 deletions(-) diff --git a/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue b/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue index 2ae88f7..9a8dc93 100644 --- a/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue +++ b/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue @@ -23,10 +23,23 @@ </a-form-model-item> </a-col> <a-col :span='span'> + <a-form-model-item label="宸ュ崟鐘舵��"> + <a-input readOnly v-model="tableRowRecord.inspectionStatus_dictText"/> + </a-form-model-item> + </a-col> + <a-col :span='span'> <a-form-model-item label="璁惧缂栧彿"> <MaintenanceEquipmentSelect v-model="tableRowRecord.equipmentId" :maintenanceCategory="'POINT_INSPECTION'" disabled @autocompleteForm="autoCompleteForm"/> + </a-form-model-item> + </a-col> + </a-row> + + <a-row> + <a-col :span='span'> + <a-form-model-item label="瀹夎浣嶇疆"> + <a-input readOnly v-model="tableRowRecord.installationPosition_dictText"/> </a-form-model-item> </a-col> <a-col :span='span'> @@ -34,12 +47,17 @@ <a-input readOnly v-model="tableRowRecord.standardName"/> </a-form-model-item> </a-col> + <a-col :span='span'> + <a-form-model-item label="鏍囧噯缂栫爜"> + <a-input readOnly v-model="tableRowRecord.standardCode"/> + </a-form-model-item> + </a-col> </a-row> <a-row> <a-col :span='span'> - <a-form-model-item label="鏍囧噯缂栫爜"> - <a-input readOnly v-model="tableRowRecord.standardCode"/> + <a-form-model-item label="淇濆吇鍛ㄦ湡"> + <a-input v-model="tableRowRecord.maintenancePeriod" readOnly/> </a-form-model-item> </a-col> <a-col :span='span'> @@ -55,17 +73,18 @@ </a-row> <a-row> - <a-col :span='span'> - <a-form-model-item label="淇濆吇鍛ㄦ湡"> - <a-input v-model="tableRowRecord.maintenancePeriod" readOnly/> - </a-form-model-item> - </a-col> + <a-col :span='span'> <a-form-model-item label="鐐规浜�"> <a-input v-model="tableRowRecord.operator_dictText" readOnly/> </a-form-model-item> </a-col> <a-col :span='span'> + <a-form-model-item label="鐐规浜虹數璇�"> + <a-input v-model="tableRowRecord.operatorPhone_dictText" readOnly/> + </a-form-model-item> + </a-col> + <a-col :span='span'> <a-form-model-item label="浣滀笟鎸囧"> <a-button @click="handlePreview(tableRowRecord.referenceFile)" type="primary" icon="eye">棰勮</a-button> </a-form-model-item> -- Gitblit v1.9.3