名称: <{input type="text" name="name" id="name" value=$channel.name size="30" vtype="required"}>
来源类型: <{if $channel.channel_type}> <{input type="select" id='channel_type' name='channel_type' rows=$channels value=$channel.channel_type valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" id='channel_type' name='channel_type' rows=$channels value=$channels.0.code valueColumn="code" labelColumn="name"}> <{/if}>
物流公司: <{if $channel.channel_type}> <{input type="select" id='logistics_code' name='logistics_code' rows=$logistics value=$channel.logistics_code valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" id='logistics_code' name='logistics_code' rows=$logistics value=$logistics.0.code valueColumn="code" labelColumn="name"}> <{/if}>
主店铺: <{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}>
客户号: <{input type="text" name="emsuname" value=$channel.emsuname size="30"}>
密码: <{input type="password" name="emspasswd" value=$channel.emspasswd size="30"}>
店铺: <{if $channel.shop_id}> <{input type="select" name='jd_shop_id' rows=$jdshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" }> <{else}> <{input type="select" name='jd_shop_id' rows=$jdshopList value=$jdshopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
商家编码: <{input type="text" name="jdbusinesscode" value=$channel.jdbusinesscode size="30"}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='taobao_shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='taobao_shop_id' rows=$shopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
付款方式: <{if $channel.pay_method}> <{input type="select" id='pay_method' name='pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" id='pay_method' name='pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}> <{/if}>
顾客编码: <{input type="text" name="sfbusinesscode" value=$channel.sfbusinesscode size="30"}>
密码: <{input type="text" name="sfpassword" value=$channel.sfpassword size="30"}>
月结号: <{input type="text" name="sfcustid" value=$channel.sfcustid size="30"}>
客户号: <{input type="text" name="yundauname" value=$channel.yundauname size="30"}>
密码: <{input type="text" name="yundapassword" value=$channel.yundapassword size="30"}>
客户名称: <{input type="text" name="sto_custname" value=$channel.sto_custname size="30"}>
网点名称: <{input type="text" name="sto_cutsite" value=$channel.sto_cutsite size="30"}>
<{button label="提交" type="submit" name="submit" id="btn-submit"}> <{button label="关闭" type="button" id="btn-close"}>