{ife 'cashier.user' $item} {else}
{$item['username']}
{/if}
{ife 'cashier.user' $item} {else}
******
{/if}
{ife 'cashier.user' $item} {php echo tpl_selector('manageopenid',array('key'=>'openid','text'=>'nickname', 'thumb'=>'avatar','multi'=>0,'placeholder'=>'昵称/姓名/手机号','buttontext'=>'选择管理员', 'items'=>$manageopenid,'url'=>webUrl('member/query') ))} {else}
{$item['manageopenid']}
{/if}
{ife 'goods' $item}
{php echo tpl_form_field_daterange('lifetime', array('starttime'=>date('Y-m-d H:i', !empty($item['lifetimestart'])?$item['lifetimestart']:time()),'endtime'=>date('Y-m-d H:i', !empty($item['lifetimeend'])?$item['lifetimeend']:time()+365*24*3600)),true);}
{else}
{php echo date('Y-m-d H:i',$item['lifetimestart'])} - {php echo date('Y-m-d H:i',$item['lifetimeend'])}
{/if}
{ife 'cashier.user' $item} {else}
{if $item['status']==1}开启{else}关闭{/if}
{/if}