来源名称: <{input type="text" name="name" value=$channel.name size="30" vtype="required"}>
来源类型:
关联店铺: <{if $channel.shop_id}> <{input type="select" name='shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='shop_id' rows=$shopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
<{button label="提交" type="submit" name="submit" id="btn-submit"}> <{button label="关闭" type="button" id="btn-close"}>