*<{t}>类型名称:<{/t}> <{$shoptype.name}>
*<{t}>是否开启:<{/t}> <{t}>是<{/t}><{*input type="bool" name="shoptype[status]" vtype="required" value=$shoptype.status disabled="true"*}>
*<{t}>是否排他:<{/t}> <{if $shoptype.shop_type == "flag"}> <{t}>是<{/t}> <{else}> <{t}>否<{/t}> <{/if}> <{*if $shoptype.shop_type=="flag"*}> <{*input type="bool" name="shoptype[is_exclusive]" vtype="required" value=$shoptype.is_exclusive disabled="true" *}> <{*else*}> <{*input type="bool" name="shoptype[is_exclusive]" vtype="required" value=$shoptype.is_exclusive *}> <{*/if*}>
*<{t}>类型描述:<{/t}> <{input type="textarea" name="shoptype[brief]" vtype="required" value=$shoptype.brief cols="50" rows="5" maxlength="200"}>
*<{t}>店铺名称后缀:<{/t}> <{input type="text" name="shoptype[suffix]" vtype="required" value=$shoptype.suffix maxlength='20'}>
*<{t}>默认商品上限:<{/t}> <{input type="unsignedint" name="shoptype[max_item]" value=$shoptype.max_item maxlength="4"}>