{volist name="quoteGroups" id="co" key="k"}
{volist name="co.lines" id="ln" key="lk"}
{if $lk == 1}
|
|
{$co.name|default=''|htmlentities} |
{$co.username|default=''|htmlentities} |
{:htmlentities(mask_email(isset($co['email']) ? $co['email'] : ''))} |
{:htmlentities(mask_phone(isset($co['phone']) ? $co['phone'] : ''))} |
{/if}
{$ln.cgymc|default=''|htmlentities} |
{$ln.unit_price_text|default='未填写'|htmlentities} |
{$ln.delivery_show|default='未填写'|htmlentities} |
{$ln.subtotal_text|default=''|htmlentities} |
{if $lk == 1}
{if $auth->check('procuremen/auditresendemail')}
{/if}
{if $auth->check('procuremen/auditresendsms')}
{/if}
|
{/if}
{/volist}
{if !empty($co.has_total)}
| 总计 |
{$co.total_text|default=''|htmlentities} |
{/if}
{/volist}