[#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" /]
日常巡检
日常巡检填报
当前位置
预防性维护
日常巡检
日常巡检填报
日常巡检
保存
基本信息
${Constants.CUSTOMER_CONSTANTS}名称:
[@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"/]
${Constants.UNIT_CONSTANTS}:
[@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]
联系方式:
巡检总结:
${info.summary}
[#if info.state=4]
审批意见:
${info.spyj}
[/#if]
附件:
[@webuploadTwo fileList=info.fileList id="files" multiple="true" /]
类型巡检
巡检类型
巡检项
巡检结果
备注
无巡检项信息
配置巡检
配置名称(搜索码)
巡检项
巡检结果
备注
无巡检项信息
关联工单信息
添加关联工单
工单编号
工单名称
工单类型
当前状态
操作
[#if linkOrderList??&&linkOrderList?size>0] [#list linkOrderList as linkOrder]
${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]
删除
[/#list] [#else]
暂无关联信息
[/#if]
[#include "/business/pages/include/footer.html" /]