[#include "/business/pages/include/static.html" /] [#include "/component/newsel.html" /]
基本信息
[#if detail.BUS_TYPE==Constants.OVERAGE_LOSS_BUS_TYPE_BS]
报损备件
[#else]
报溢备件
[/#if]
处理记录
申请人:
${detail.create_name}
申请时间:
${DateUtil.format("yyyy-MM-dd HH:mm",detail.gmt_create)}
工单名称:
${detail.order_name}
工单编号:
${detail.order_code}
业务类型:
${Constants.getOVERAGE_LOSS_BUS_TYPE(detail.BUS_TYPE)}
[#if detail.BUS_TYPE==Constants.OVERAGE_LOSS_BUS_TYPE_BS]
报损备件数:
[#else]
报溢备件数:
[/#if]
${detail.num}
备注:
${detail.note}
[#if RequestParameters.flowIdentify=='approve']
审核信息
审核结果:
通过
不通过
[@sel id="note_key" labelName="note_val" source=noteKeyList textField="id" valueField="name" /]
审核意见:
[/#if]
[#if detail.list?? && detail.list?size>0]
序号
备件分类
实物编码
备件名称
资产编码
型号
货位
[#if detail.BUS_TYPE==Constants.OVERAGE_LOSS_BUS_TYPE_BS]
报损原因
[#else]
报溢原因
[/#if]
操作
[#list detail.list as item]
${item_index+1}
${item.lv1_name}-${item.lv2_name}-${item.lv3_name}
${item.ENTITY_NO}
${item.NAME}
${item.ASSET_NO}
${item.MODEL_NO}
${item.LOCATION}
${item.REASON}
详情
[/#list]
[/#if]