| 开票渠道: | <{input type="object" object="channel@invoice" name="item[channel_id]" value=$item.channel_id }> |
|---|
| 应用开票店铺: |
checked="checked"<{/if}>>所有店铺(注:如店铺已选择有渠道,就不可再选)
<{foreach from=$shopList item=value key=key}>
checked="checked"<{/if}> <{if in_array($value.shop_id,$usedShopList)}>disabled="true"<{/if}>/>
<{$value.name}>
<{if in_array($value.shop_id,$usedShopList)}> (已配置)<{/if}>
<{/foreach}>
|
|---|---|
| 开票触发动作: |
<{input type="radio" name="item[einvoice_operating_conditions]" value=$item.einvoice_operating_conditions|default:"1" options=array('1'=>'已发货','2'=>'已付款','3'=>'已完成') required="true" separator=" "}>
*
选择订单相应的电子发票记录的操作条件(开蓝、冲红、上传天猫等)默认条件为已发货
|