|
@@ -127,6 +127,7 @@
|
|
|
</select>
|
|
|
<select class="my-select" name="status" id="status" style="width: 120px;">
|
|
|
<option value="">维修状态</option>
|
|
|
+ <option value="1" <#if status??><#if status == 0>selected</#if></#if>>待收货确认</option>
|
|
|
<option value="1" <#if status??><#if status == 1>selected</#if></#if>>待检测</option>
|
|
|
<option value="2" <#if status??><#if status == 2>selected</#if></#if>>已检测,待确认</option>
|
|
|
<option value="3" <#if status??><#if status == 3>selected</#if></#if>>待维修</option>
|
|
@@ -157,9 +158,8 @@
|
|
|
<table class="table table-border table-bordered table-bg table-hover table-sort">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
|
- <#--<th width="100">客诉编号</th>-->
|
|
|
<th width="100">检测编号</th>
|
|
|
- <th width="90">店铺</th>
|
|
|
+ <th width="90">店铺</th>
|
|
|
<th width="100">客诉处理</th>
|
|
|
<th width="100">产品</th>
|
|
|
<th width="100">当前状态</th>
|
|
@@ -169,17 +169,7 @@
|
|
|
<th width="100">物流单号</th>
|
|
|
<th width="100">是否有故障</th>
|
|
|
<th width="100">是否可翻新</th>
|
|
|
- <#--<th width="100">检测现象</th>
|
|
|
- <th width="100">故障分类</th>
|
|
|
- <th width="100">故障原因</th>
|
|
|
- <th width="100">判定结果</th>
|
|
|
- <th width="100">故障指向</th>
|
|
|
- <th width="100">原因分析</th>
|
|
|
- <th width="100">维修内容</th>
|
|
|
- <th width="100">维修报价</th>-->
|
|
|
<th width="100">机器故障问题</th>
|
|
|
- <#--<th width="150">客诉描述</th>-->
|
|
|
- <#--<th width="150">是否转入生产部门</th>-->
|
|
|
<th width="100">QC检测</th>
|
|
|
<th width="100">备注</th>
|
|
|
<th width="100">客服备注</th>
|
|
@@ -194,15 +184,21 @@
|
|
|
<#if (page.dataList?size > 0)>
|
|
|
<#list page.dataList as detect>
|
|
|
<tr>
|
|
|
- <#--<td class="text-c" width="100">${detect.customerId!}</td>-->
|
|
|
<td class="text-c" width="100">${detect.detectNumber!''}</td>
|
|
|
- <td class="text-c" width="100"><#if detect.signclosedStoreName??>${detect.signclosedStoreName!''}</#if></td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if detect.signclosedStoreName??>${detect.signclosedStoreName!''}
|
|
|
+ <#else>${(detect.storeName)!}
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
<td class="text-c" width="100">
|
|
|
<#if detect.customerId??>${detect.procTypeName!''}-${detect.procMethodName!''}</#if>
|
|
|
<#if detect.typeName??>${detect.typeName!''}-${detect.methodName!''}</#if>
|
|
|
</td>
|
|
|
<td class="text-c" width="100">${detect.productName!'暂无产品'}(${detect.colorName!'暂无颜色'})</td>
|
|
|
<td class="text-c" width="100">
|
|
|
+ <#if detect.detectState == 0>
|
|
|
+ <span class="c-red" title="此机器需要等待收货,在确认售后机器 处进行确认">待收货确认</span>
|
|
|
+ </#if>
|
|
|
<#if detect.detectState == 1>
|
|
|
<span class="c-red">待检测机器<#if detect.maintenanceCutTime??>(${detect.maintenanceCutTime?string("yyyy/MM/dd")}前完成)</#if></span>
|
|
|
</#if>
|
|
@@ -275,51 +271,34 @@
|
|
|
</#if>
|
|
|
</#if>
|
|
|
</td>
|
|
|
- <#--<td class="text-c" width="100"><div title="${detect.detectPhenomenon!}">${detect.detectPhenomenon!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><div title="${detect.detectClassification!}">${detect.detectClassification!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><div title="${detect.detectFailureCause!}">${detect.detectFailureCause!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><div title="${detect.detectResults!}">${detect.detectResults!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><div title="${detect.detectPoint!}">${detect.detectPoint!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><div title="${detect.detectNalysis!}">${detect.detectNalysis!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><div title="${detect.detectContent!}">${detect.detectContent!'-'}</div></td>
|
|
|
- <td class="text-c" width="100"><#if detect.detectOffer??>${detect.detectOffer/100}<#else>-</#if></td>-->
|
|
|
- <td class="text-c" width="100"><span class="txt2" >${detect.questionTitle!''}${detect.questionName!''}</span><#--<br><#if detect.questionTitle??><#if detect.questionTitle != ""><a href="#" onclick="getDescribeInfo(${detect.customerId!});" style="color : #50a2ea;">查看详情</a></#if></#if>--></td>
|
|
|
- <td class="text-c" width="100">
|
|
|
- <#if detect.maintenanceResults??>
|
|
|
- <#if detect.maintenanceResults == 1>
|
|
|
- 通过
|
|
|
- <#elseif detect.maintenanceResults == 2>
|
|
|
- 不通过
|
|
|
+ <td class="text-c" width="100"><span class="txt2" >${detect.questionTitle!''}${detect.questionName!''}</span></td>
|
|
|
+ <td class="text-c" width="100">
|
|
|
+ <#if detect.maintenanceResults??>
|
|
|
+ <#if detect.maintenanceResults == 1>
|
|
|
+ 通过
|
|
|
+ <#elseif detect.maintenanceResults == 2>
|
|
|
+ 不通过
|
|
|
+ </#if>
|
|
|
</#if>
|
|
|
- </#if>
|
|
|
- </td>
|
|
|
+ </td>
|
|
|
<td class="text-c" width="100">${detect.detectDesc!'-'}</td>
|
|
|
<td class="text-c" width="100">${detect.detectCustomerDesc!'-'}</td>
|
|
|
<td class="text-c" width="100">${(detect.detectDate?string("yyyy-MM-dd"))!'-'}</td>
|
|
|
<td class="text-c" width="100">${(detect.detectConfirmTime?string("yyyy-MM-dd"))!'-'}${(detect.customerCreateTime?string("yyyy-MM-dd"))!'-'}</td>
|
|
|
<td class="text-c" width="100">${(detect.detectBuytime?string("yyyy-MM-dd"))!'-'}</td>
|
|
|
<td class="text-c" width="100" id="print${detect.detectId}">
|
|
|
- <#if detect.detectIsPrint??>
|
|
|
- <#if detect.detectIsPrint == 1>
|
|
|
- 未打印
|
|
|
- <#elseif detect.detectIsPrint == 2>
|
|
|
- 已打印
|
|
|
+ <#if detect.detectIsPrint??>
|
|
|
+ <#if detect.detectIsPrint == 1>
|
|
|
+ 未打印
|
|
|
+ <#elseif detect.detectIsPrint == 2>
|
|
|
+ 已打印
|
|
|
+ </#if>
|
|
|
</#if>
|
|
|
- </#if>
|
|
|
</td>
|
|
|
<!-- 遍历操作 -->
|
|
|
<td class="td-manage text-c" width="120">
|
|
|
- <#--<a style="text-decoration:none" href="javascript:;" title="维修记录"
|
|
|
- onclick="add_remark('维修记录','${path}/admin/detect/to_add_content?detectId=${detect.detectId!''}','570','450');">
|
|
|
- <i class="Hui-iconfont">维修记录</i>
|
|
|
- </a><br>-->
|
|
|
+
|
|
|
<#if detect.detectState == 21 ||detect.detectState == 32 || detect.detectState == 36 || detect.detectState == 39|| detect.detectState == 33>
|
|
|
- <#--<#if detect.maintenanceResults == 2>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="QC检测"
|
|
|
- onclick="add_remark('QC检测','${path}/admin/detect/to_add_QC?detectId=${detect.detectId!''}','570','450');">
|
|
|
- <i class="Hui-iconfont">QC检测</i>
|
|
|
- </a><br>
|
|
|
- </#if>-->
|
|
|
<#if !detect.maintenanceResults?? || detect.maintenanceResults == 2 >
|
|
|
<a style="text-decoration:none" href="javascript:;" title="QC检测"
|
|
|
onclick="add_remark('QC检测','${path}/admin/detect/to_add_QC?detectId=${detect.detectId!''}','570','450');">
|
|
@@ -327,73 +306,69 @@
|
|
|
</a><br>
|
|
|
</#if>
|
|
|
</#if>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="详情"
|
|
|
- onclick="detail('${path}/admin/detect/to_detail?detectId=${detect.detectId!''}');">
|
|
|
- <i class="Hui-iconfont">详情</i>
|
|
|
- </a><br>
|
|
|
- <#if detect.detectState != 1>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="修改"
|
|
|
- onclick="detail('${path}/admin/detect/to_update?detectId=${detect.detectId!''}');">
|
|
|
- <i class="Hui-iconfont">修改</i>
|
|
|
+ <#if detect.detectState != 0>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="详情"
|
|
|
+ onclick="detail('${path}/admin/detect/to_detail?detectId=${detect.detectId!''}');">
|
|
|
+ <i class="Hui-iconfont">详情</i>
|
|
|
</a><br>
|
|
|
- </#if>
|
|
|
- <#if detect.detectState == 1>
|
|
|
- <a style="text-decoration:none;color: #50a2ea" href="javascript:;" title="完成检测"
|
|
|
- onclick="update_info('完成检测','${path}/admin/detect/to_update_complete?detectId=${detect.detectId!''}','770','650');">
|
|
|
- <i class="Hui-iconfont">完成检测</i><br>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- <#--<#if detect.signclosedId??>
|
|
|
- <#if detect.detectState == 1>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="查看仓储进度"
|
|
|
- onclick="add_remark('查看仓储进度','${path}/admin/detect/to_view_progress?signclosedId=${detect.signclosedId!''}','570','450');">
|
|
|
- <i class="Hui-iconfont"></i>
|
|
|
- </a>
|
|
|
+ <#if detect.detectState != 1>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="修改"
|
|
|
+ onclick="detail('${path}/admin/detect/to_update?detectId=${detect.detectId!''}');">
|
|
|
+ <i class="Hui-iconfont">修改</i>
|
|
|
+ </a><br>
|
|
|
</#if>
|
|
|
- </#if>-->
|
|
|
- <#if detect.detectState == 22>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="报废完成"
|
|
|
- onclick="updateScrap('${detect.detectId!''}','23');">
|
|
|
- <i class="Hui-iconfont">报废完成</i><br>
|
|
|
+ <#if detect.detectState == 1>
|
|
|
+ <a style="text-decoration:none;color: #50a2ea" href="javascript:;" title="完成检测"
|
|
|
+ onclick="update_info('完成检测','${path}/admin/detect/to_update_complete?detectId=${detect.detectId!''}','770','650');">
|
|
|
+ <i class="Hui-iconfont">完成检测</i><br>
|
|
|
</a>
|
|
|
</#if>
|
|
|
- <#if detect.detectState == 20>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="维修完成"
|
|
|
- onclick="add_remark('维修完成','${path}/admin/detect/to_complete?detectId=${detect.detectId!''}&detectState=21','570','450');">
|
|
|
+ </#if>
|
|
|
|
|
|
- <i class="Hui-iconfont">维修完成</i><br>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- <#if detect.detectState == 31>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="维修完成"
|
|
|
- onclick="add_remark('维修完成','${path}/admin/detect/to_complete?detectId=${detect.detectId!''}&detectState=32','570','450');">
|
|
|
+ <#if detect.detectState == 22>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="报废完成"
|
|
|
+ onclick="updateScrap('${detect.detectId!''}','23');">
|
|
|
+ <i class="Hui-iconfont">报废完成</i><br>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if detect.detectState == 20>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="维修完成"
|
|
|
+ onclick="add_remark('维修完成','${path}/admin/detect/to_complete?detectId=${detect.detectId!''}&detectState=21','570','450');">
|
|
|
|
|
|
- <i class="Hui-iconfont">维修完成</i><br>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- <#if detect.detectState == 35>
|
|
|
- <a style="text-decoration:none" href="javascript:;" title="维修完成"
|
|
|
- onclick="add_remark('维修完成','${path}/admin/detect/to_complete?detectId=${detect.detectId!''}&detectState=36','570','450');">
|
|
|
- <i class="Hui-iconfont">维修完成</i><br>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- <#if detect.detectIsPrint == 1>
|
|
|
- <a style="text-decoration:none;color : #50a2ea;" href="javascript:;" title="打印维修卡"
|
|
|
- onclick="printPageMaintenance(${detect.detectId!''});">
|
|
|
- <i class="Hui-iconfont">打印维修卡</i><br>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
- <#if detect.detectIsPrint == 2>
|
|
|
- <a style="text-decoration:none;color : #50a2ea;" href="javascript:;" title="打印维修卡"
|
|
|
- onclick="printPageMaintenance(${detect.detectId!''});">
|
|
|
- <i class="Hui-iconfont">重新打印</i><br>
|
|
|
- </a>
|
|
|
- </#if>
|
|
|
+ <i class="Hui-iconfont">维修完成</i><br>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if detect.detectState == 31>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="维修完成"
|
|
|
+ onclick="add_remark('维修完成','${path}/admin/detect/to_complete?detectId=${detect.detectId!''}&detectState=32','570','450');">
|
|
|
|
|
|
+ <i class="Hui-iconfont">维修完成</i><br>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if detect.detectState == 35>
|
|
|
+ <a style="text-decoration:none" href="javascript:;" title="维修完成"
|
|
|
+ onclick="add_remark('维修完成','${path}/admin/detect/to_complete?detectId=${detect.detectId!''}&detectState=36','570','450');">
|
|
|
+ <i class="Hui-iconfont">维修完成</i><br>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if detect.detectIsPrint == 1 && detect.detectState != 0>
|
|
|
+ <a style="text-decoration:none;color : #50a2ea;" href="javascript:;" title="打印维修卡"
|
|
|
+ onclick="printPageMaintenance(${detect.detectId!''});">
|
|
|
+ <i class="Hui-iconfont">打印维修卡</i><br>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if detect.detectIsPrint == 2 && detect.detectState != 0>
|
|
|
+ <a style="text-decoration:none;color : #50a2ea;" href="javascript:;" title="打印维修卡"
|
|
|
+ onclick="printPageMaintenance(${detect.detectId!''});">
|
|
|
+ <i class="Hui-iconfont">重新打印</i><br>
|
|
|
+ </a>
|
|
|
+ </#if>
|
|
|
+ <#if detect.detectState != 0>
|
|
|
<a style="text-decoration:none" href="javascript:;" title="删除"
|
|
|
onclick="detele(${detect.detectId!''});">
|
|
|
<i class="Hui-iconfont">删除</i>
|
|
|
</a><br>
|
|
|
+ </#if>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</#list>
|
|
@@ -557,73 +532,79 @@
|
|
|
$("#date").html("");
|
|
|
$("#detectPhenomenonId").html("");
|
|
|
$("#detectNumberTd").html(detectInfo.detectNumber);
|
|
|
- if(null != signclosedInfo && "" !=signclosedInfo){
|
|
|
- if(signclosedInfo.signclosedSendName != null && signclosedInfo.signclosedSendName != ""){
|
|
|
+ if(null != signclosedInfo && "" !== signclosedInfo){
|
|
|
+ if(signclosedInfo.signclosedSendName != null && signclosedInfo.signclosedSendName !== ""){
|
|
|
$("#signclosedSendNameTd").html(signclosedInfo.signclosedSendName);
|
|
|
- }if(signclosedInfo.signclosedSendTel != null && signclosedInfo.signclosedSendTel != ""){
|
|
|
+ }
|
|
|
+ if(signclosedInfo.signclosedSendTel != null && signclosedInfo.signclosedSendTel !== ""){
|
|
|
$("#signclosedSendTelTd").html(signclosedInfo.signclosedSendTel);
|
|
|
}
|
|
|
- if(signclosedInfo.signclosedLogisticsName != null && signclosedInfo.signclosedLogisticsName != ""){
|
|
|
+ if(signclosedInfo.signclosedLogisticsName != null && signclosedInfo.signclosedLogisticsName !== ""){
|
|
|
$("#signclosedLogisticsNameTd").html(signclosedInfo.signclosedLogisticsName);
|
|
|
}
|
|
|
- if(signclosedInfo.signclosedLogisticsNumber != null && signclosedInfo.signclosedLogisticsNumber != ""){
|
|
|
+ if(signclosedInfo.signclosedLogisticsNumber != null && signclosedInfo.signclosedLogisticsNumber !== ""){
|
|
|
$("#signclosedLogisticsNumberTd").html(signclosedInfo.signclosedLogisticsNumber);
|
|
|
}
|
|
|
- if(signclosedInfo.signclosedDate != null && signclosedInfo.signclosedDate != ""){
|
|
|
+ if(signclosedInfo.signclosedDate != null && signclosedInfo.signclosedDate !== ""){
|
|
|
$("#signclosedDateTd").html(signclosedInfo.signclosedDate);
|
|
|
}
|
|
|
- if(signclosedInfo.describeHandleDesc != null && signclosedInfo.describeHandleDesc != ""){
|
|
|
+ if(signclosedInfo.describeHandleDesc != null && signclosedInfo.describeHandleDesc !== ""){
|
|
|
$("#describeHandleDescTd").html(repalceHtml(signclosedInfo.describeHandleDesc));
|
|
|
}
|
|
|
- if(signclosedInfo.signclosedAddrProvincesName != null && signclosedInfo.signclosedAddrProvincesName != "" &&
|
|
|
- signclosedInfo.signclosedAddrCityName != null && signclosedInfo.signclosedAddrCityName != "" &&
|
|
|
- signclosedInfo.signclosedAddrAreaName != null && signclosedInfo.signclosedAddrAreaName != ""){
|
|
|
+ if(signclosedInfo.signclosedAddrProvincesName != null && signclosedInfo.signclosedAddrProvincesName !== "" &&
|
|
|
+ signclosedInfo.signclosedAddrCityName != null && signclosedInfo.signclosedAddrCityName !== "" &&
|
|
|
+ signclosedInfo.signclosedAddrAreaName != null && signclosedInfo.signclosedAddrAreaName !== ""){
|
|
|
$("#signclosedAddrTd").html(signclosedInfo.signclosedAddrProvincesName + "-"+signclosedInfo .signclosedAddrCityName+"-"+signclosedInfo.signclosedAddrAreaName);
|
|
|
}
|
|
|
+ } else {
|
|
|
+ // 如果没有签收信息时,展示此内容
|
|
|
+ $("#signclosedSendNameTd").html(detectInfo.detectName);
|
|
|
+ $("#signclosedSendTelTd").html(detectInfo.detectTel);
|
|
|
+
|
|
|
}
|
|
|
- if(detectInfo.questionDescription != null && detectInfo.questionDescription != ""){
|
|
|
+ if(detectInfo.questionDescription != null && detectInfo.questionDescription !== ""){
|
|
|
$("#describeHandleDescTd").html(detectInfo.questionDescription);
|
|
|
}
|
|
|
- if(detectInfo.detectConfirmTime != null && detectInfo.detectConfirmTime != ""){
|
|
|
+ if(detectInfo.detectConfirmTime != null && detectInfo.detectConfirmTime !== ""){
|
|
|
$("#customerCreateTimeTd").html(detectInfo.detectConfirmTime);
|
|
|
- }else if(detectInfo.customerCreateTime != null && detectInfo.customerCreateTime != ""){
|
|
|
+ }else if(detectInfo.customerCreateTime != null && detectInfo.customerCreateTime !== ""){
|
|
|
$("#customerCreateTimeTd").html(detectInfo.customerCreateTime);
|
|
|
}
|
|
|
|
|
|
- if(detectInfo.procTypeName != null && detectInfo.procTypeName != ""){
|
|
|
+ if(detectInfo.procTypeName != null && detectInfo.procTypeName !== ""){
|
|
|
$("#procTypeNameTd").html(detectInfo.procTypeName+"("+detectInfo.procMethodName+")");
|
|
|
}
|
|
|
|
|
|
- if(detectInfo.typeName != null && detectInfo.typeName != ""){
|
|
|
+ if(detectInfo.typeName != null && detectInfo.typeName !== ""){
|
|
|
$("#procTypeNameTd").html(detectInfo.typeName+"("+detectInfo.methodName+")");
|
|
|
}
|
|
|
|
|
|
- if(detectInfo.productName != null && detectInfo.productName != ""){
|
|
|
+ if(detectInfo.productName != null && detectInfo.productName !== ""){
|
|
|
$("#productNameTd").html(detectInfo.productName);
|
|
|
}
|
|
|
- if(detectInfo.colorName != null && detectInfo.colorName != ""){
|
|
|
+ if(detectInfo.colorName != null && detectInfo.colorName !== ""){
|
|
|
$("#colorNameTd").html(detectInfo.colorName);
|
|
|
}
|
|
|
- if(detectInfo.detectBuytime != null && detectInfo.detectBuytime != ""){
|
|
|
+ if(detectInfo.detectBuytime != null && detectInfo.detectBuytime !== ""){
|
|
|
$("#salesPayTimeTd").html(detectInfo.detectBuytime);
|
|
|
- }else if(detectInfo.salesPayTime != null && detectInfo.salesPayTime != ""){
|
|
|
+ }else if(detectInfo.salesPayTime != null && detectInfo.salesPayTime !== ""){
|
|
|
$("#salesPayTimeTd").html(detectInfo.salesPayTime);
|
|
|
}
|
|
|
|
|
|
- if(detectInfo.questionTitle != null && detectInfo.questionTitle != ""){
|
|
|
+ if(detectInfo.questionTitle != null && detectInfo.questionTitle !== ""){
|
|
|
$("#questionTitleTd").html(detectInfo.questionTitle);
|
|
|
}
|
|
|
|
|
|
- if(detectInfo.questionName != null && detectInfo.questionName != ""){
|
|
|
+ if(detectInfo.questionName != null && detectInfo.questionName !== ""){
|
|
|
$("#questionTitleTd").html(detectInfo.questionName);
|
|
|
}
|
|
|
- if(data.returnMsg.date != null && data.returnMsg.date != ""){
|
|
|
+ if(data.returnMsg.date != null && data.returnMsg.date !== ""){
|
|
|
$("#date").html(data.returnMsg.date);
|
|
|
}
|
|
|
- if(data.returnMsg.adminName != null && data.returnMsg.adminName != ""){
|
|
|
+ if(data.returnMsg.adminName != null && data.returnMsg.adminName !== ""){
|
|
|
$("#adminName").html(data.returnMsg.adminName);
|
|
|
}
|
|
|
- if(detectInfo.detectPhenomenon != null && detectInfo.detectPhenomenon != ""){
|
|
|
+ if(detectInfo.detectPhenomenon != null && detectInfo.detectPhenomenon !== ""){
|
|
|
$("#detectPhenomenonId").html(detectInfo.detectPhenomenon);
|
|
|
}
|
|
|
/*$("#pageid").printArea();*/
|