...
|
...
|
@@ -17,19 +17,13 @@ |
|
|
|
|
|
<div class="info-box">
|
|
|
<h4 class="status-title">发票信息</h4>
|
|
|
{{#if invoice}}
|
|
|
{{# invoice}}
|
|
|
{{#if showInvoice}}
|
|
|
<p class="text">发票类型:{{typeText}}</p>
|
|
|
<p class="text">发票抬头:{{title}}</p>
|
|
|
<p class="text">发票内容:{{contentValue}}</p>
|
|
|
<p class="text">发票类型:{{typeText}}</p>
|
|
|
<p class="text">发票抬头:{{title}}</p>
|
|
|
<p class="text">发票内容:{{contentValue}}</p>
|
|
|
{{^}}
|
|
|
<p class="text">暂不需要发票</p>
|
|
|
{{/if}}
|
|
|
<p class="text">暂不需要发票</p>
|
|
|
{{/ invoice}}
|
|
|
{{^}}
|
|
|
<p class="text">暂不需要发票</p>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
{{#if remark}}
|
...
|
...
|
|