[#include "/business/pages/include/static.html" /] 日常巡检填报 [#include "/business/pages/include/header.html" /] [#include "/component/subCusSelector.html" /] [#include "/component/DatePicker.html" /] [#include "/component/newsel.html" /] [#include "/component/webuploadTwo.html" /]

当前位置

预防性维护 日常巡检日常巡检填报

日常巡检

基本信息

[#if info.state=4] [/#if]
[@sel id="cus_id" labelName="cus_name" value="${info.cus_id}" text="${info.cus_name}" textField="id" valueField="name" source=cusList blankFlag="n" callback="showCommonItem"/]  
[@cub_cus id="sub_cus_id" name="sub_cus_name" cusConId="cus_id" value="${info.sub_cus_id}" text="${info.sub_cus_name}" back="addWarnCi" /]
[#if info.patrol_date??] [@datepicker id="patrol_date" value="${info.patrol_date}" class="general" length=8/] [#else] [@datepicker id="patrol_date" class="general" length=8/] [/#if]
[#if info.begin_time??] [@datepicker id="begin_time" value="${info.begin_time}" class="general" length=14/] [#else] [@datepicker id="begin_time" class="general" length=14/] [/#if] [#if info.end_time??] [@datepicker id="end_time" value="${info.end_time}" class="general" length=14/] [#else] [@datepicker id="end_time" class="general" length=14/] [/#if]
[@webuploadTwo fileList=info.fileList id="files" multiple="true" /]

类型巡检

巡检类型 巡检项 巡检结果 备注
无巡检项信息

配置巡检

配置名称(搜索码) 巡检项 巡检结果 备注
无巡检项信息

关联工单信息

添加关联工单
[#if linkOrderList??&&linkOrderList?size>0] [#list linkOrderList as linkOrder] [/#list] [#else] [/#if]
工单编号 工单名称 工单类型 当前状态 操作
${linkOrder.ORDER_CODE} ${linkOrder.WFNAME} ${Constants.mapWORKFLOW_BUSINESS_TYPE_Label(linkOrder.BUSINESSTYPE+"")} [#if linkOrder.WFSTATE ==1] 进行中 [#elseif linkOrder.WFSTATE ==2] 已完成 [#elseif linkOrder.WFSTATE ==3] 已关闭 [/#if] 删除
暂无关联信息
[#include "/business/pages/include/footer.html" /]