|
@@ -80,24 +80,29 @@
|
|
|
</#if>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <#if postage.postageManagerStatus == 1>
|
|
|
- 审核中
|
|
|
- <#elseif postage.postageManagerStatus == 2>
|
|
|
- 通过
|
|
|
- <#elseif postage.postageManagerStatus == 3>
|
|
|
- 驳回
|
|
|
+ <#if postage.postageManagerStatus??>
|
|
|
+ <#if postage.postageManagerStatus == 1>
|
|
|
+ 审核中
|
|
|
+ <#elseif postage.postageManagerStatus == 2>
|
|
|
+ 通过
|
|
|
+ <#elseif postage.postageManagerStatus == 3>
|
|
|
+ 驳回
|
|
|
+ </#if>
|
|
|
</#if>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <#if postage.postageFinanceStatus == 1>
|
|
|
- 审核中
|
|
|
- <#elseif postage.postageFinanceStatus == 2>
|
|
|
- 通过(已申请待转账)
|
|
|
- <#elseif postage.postageFinanceStatus == 3>
|
|
|
- 驳回
|
|
|
- <#elseif postage.postageFinanceStatus == 4>
|
|
|
- 已转账
|
|
|
- </#if></td>
|
|
|
+ <#if postage.postageFinanceStatus??>
|
|
|
+ <#if postage.postageFinanceStatus == 1>
|
|
|
+ 审核中
|
|
|
+ <#elseif postage.postageFinanceStatus == 2>
|
|
|
+ 通过(已申请待转账)
|
|
|
+ <#elseif postage.postageFinanceStatus == 3>
|
|
|
+ 驳回
|
|
|
+ <#elseif postage.postageFinanceStatus == 4>
|
|
|
+ 已转账
|
|
|
+ </#if>
|
|
|
+ </#if>
|
|
|
+ </td>
|
|
|
<td>${postage.storeName!''}</td>
|
|
|
<td>
|
|
|
<#if postage.postageTreatmentMethod == 3>
|