名称: <{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}>
客户号: <{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 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" name='sf_pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='sf_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"}>
密码: <{input type="password" name="sto_cutpwd" value=$channel.sto_cutpwd size="30"}>
快递类型:
付款方式: <{if $channel.pay_method}> <{input type="select" name='hqepay_pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='hqepay_pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}> <{/if}>
客户号: <{input type="text" name="hqepay_uname" value=$channel.hqepay_uname size="30"}> *
密码: <{input type="password" name="hqepay_password" vtype="required" value=$channel.hqepay_password size="30"}> *
月结号: <{input type="text" name="hqepay_month_code" vtype="required" value=$channel.hqepay_month_code size="30"}> *
付款方式: <{if $channel.pay_method}> <{input type="select" id='unionpay_pay_method' name='unionpay_pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" id='unionpay_pay_method' name='unionpay_pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}> <{/if}>
客户号: <{input type="text" name="unionpay_uname" value=$channel.unionpay_uname size="30"}>
密码: <{input type="password" name="unionpay_password" vtype="required" value=$channel.unionpay_password size="30"}> *
月结号: <{input type="text" name="unionpay_month_code" vtype="required" value=$channel.unionpay_month_code size="30"}> *
主店铺: <{if $channel.shop_id}> <{input type="select" name='jdalpha_shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='jdalpha_shop_id' rows=$jdshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
商家ID: <{input type="text" vtype="required" name="jdalpha_vendorcode" value=$channel.jdalpha_vendorcode size="30"}>   *  必填
承运商发货网点编码: <{input type="text" vtype="required" name="jdalpha_businesscode" value=$channel.jdalpha_businesscode size="30"}>   *  必填
<{button label="提交" type="submit" name="submit" id="btn-submit"}> <{button label="关闭" type="button" id="btn-close"}>