{extend name="common/common2" /} {block name="main"}
{:widget('common/select',['name'=>'dep_id','lists'=>$dep_list,'value'=>$order['dep_id']])}
{:widget('common/upimg',['name'=>'images','multi'=>1,'val'=>$order['images']])}
{:widget('common/user-group-select',['name'=>'to_user_id','lists'=>$user_list,'multi'=>$send_user_num,'val'=>'','msg'=>''])}
{if $mode==1}
{:widget('common/select',['name'=>'type_id','lists'=>$order_type_list,'value'=>isset($orderrepair['type_id'])?$orderrepair['type_id']:''])}
{:widget('common/select',['name'=>'address_id','lists'=>$address_list,'value'=>isset($orderrepair['address_id'])?$orderrepair['address_id']:''])}
{/if}
{/block} {block name="script"} {/block}