|
@@ -143,15 +143,15 @@
|
|
|
<td width="16"><input type="checkbox" class="sales_id" value="${order.salesId!''}" ></td>
|
|
|
<td width="16">
|
|
|
<#if (order.salesCustomerId)??>
|
|
|
- <div>
|
|
|
-
|
|
|
- <a style="text-decoration:none" href="javascript:void(0);" title="详情" onclick="admin_details_customer(${order.salesCustomerId!''})">
|
|
|
- <font color=#06c>${order.procTypeName}</font>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <#else>
|
|
|
- 正常
|
|
|
- </#if>
|
|
|
+ <div>
|
|
|
+
|
|
|
+ <a style="text-decoration:none" href="javascript:void(0);" title="详情" onclick="admin_details_customer(${order.salesCustomerId!''})">
|
|
|
+ <font color=#06c>${order.procTypeName}</font>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <#else>
|
|
|
+ 正常
|
|
|
+ </#if>
|
|
|
</td>
|
|
|
<td>${order.salesDealCode!''}</td>
|
|
|
<td>${order.salesBatchId!''}</td>
|