[#include "/business/wechat/include/title.html" /] [#include "/business/wechat/include/wheader.html" /] [#include "/component/DatePicker.html" /] [#include "/component/newsel.html" /] [#include "/business/wechat/include/mobiscroll.html" /]
提交
创建问题
[#if resultMap.deviceList?? && resultMap.deviceList?size > 0] [#list resultMap.deviceList as device]

${device.searchcode}

配置名称:${device.ciname}

分类名称:${device.lv_name}

存放位置:${device.position}

[/#list] [/#if]
[#if resultMap.orderList?? && resultMap.orderList?size > 0] [#list resultMap.orderList as order]

${order.order_code}

${Constants.mapWORKFLOW_BUSINESS_TYPE_Label(order.businesstype+"")}

工单名称:${order.wfname}

${Constants.CUSTOMER_CONSTANTS}名称:${order.customer_name}

创建时间:${DateUtil.format("yyyy-MM-dd HH:mm:ss",order.createtime)}

[/#list] [/#if]