名称: <{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}> <{if $channel.logistics_code != 'yto4gj'}> <{assign var='disabled' value="disabled"}> <{/if}> <{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.shop_id}> <{input type="select" name='pdd_shop_id' rows=$pddshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='pdd_shop_id' rows=$pddshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='douyin_shop_id' rows=$douyinshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='douyin_shop_id' rows=$douyinshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='meituan4bulkpurchasing_shop_id' rows=$meituan4bulkpurchasingshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='meituan4bulkpurchasing_shop_id' rows=$meituan4bulkpurchasingshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='youzan_shop_id' rows=$youzanshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='youzan_shop_id' rows=$youzanshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='kuaishou_shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='kuaishou_shop_id' rows=$kuaishoushopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='wphvip_shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='wphvip_shop_id' rows=$wphvipshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='aikucun_shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='aikucun_shop_id' rows=$akcshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='xhs_shop_id' rows=$xhsshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='xhs_shop_id' rows=$xhsshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
电子面单版本: <{if $channel.ver}> <{input type="select" required="required" name='billVersion' rows=$xhsbillversion value=$channel.ver valueColumn="billVersion" labelColumn="name"}> <{else}> <{input type="select" required="required" name='billVersion' rows=$xhsbillversion value=$xhsbillversion.0.billVersion valueColumn="billVersion" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='wxshipin_shop_id' rows=$wxshipinshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='wxshipin_shop_id' rows=$wxshipinshopList value=$shopList.0.shop_id valueColumn="shop_id" labelColumn="name"}> <{/if}>
主店铺: <{if $channel.shop_id}> <{input type="select" name='dewu_shop_id' rows=$shopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='dewu_shop_id' rows=$dewushopList 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}>
使用自研KEY: checked="checked"<{/if}> size="30">
顾客编码: <{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"}> *
隐私面单: checked="checked"<{/if}> >
付款方式: <{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}>
承运商发货网点编码: <{input type="text" vtype="required" name="jdalpha_businesscode" value=$channel.jdalpha_businesscode size="30"}>   *  必填
key: <{input type="text" vtype="required" name="yto4gjkey" value=$channel.yto4gjkey size="30"}>* 必填
secret: <{input type="text" vtype="required" name="yto4gjsecret" value=$channel.yto4gjsecret size="30"}>* 必填
付款方式: <{if $channel.pay_method}> <{input type="select" id='pinjun_pay_method' name='pinjun_pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" id='pinjun_pay_method' name='pinjun_pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}> <{/if}>
appKey: <{input type="text" name="pinjun_uname" vtype="required" value=$channel.pinjun_uname size="30"}> * 必填
appSerect: <{input type="password" name="pinjun_password" vtype="required" value=$channel.pinjun_password size="30"}> * 必填
月结号: <{input type="text" name="pinjun_month_code" value=$channel.pinjun_month_code size="30"}>
店铺: <{if $channel.shop_id}> <{input type="select" name='jdgxd_shop_id' rows=$jdshopList value=$channel.shop_id valueColumn="shop_id" labelColumn="name" }> <{else}> <{input type="select" name='jdgxd_shop_id' rows=$jdshopList valueColumn="shop_id" labelColumn="name"}> <{/if}>
结算方式: <{if $channel.pay_method}> <{input type="select" name='jdgxd_pay_method' rows=$pay_method value=$channel.pay_method valueColumn="code" labelColumn="name" disabled="disabled"}> <{else}> <{input type="select" name='jdgxd_pay_method' rows=$pay_method value=$pay_method.0.code valueColumn="code" labelColumn="name"}> <{/if}>
商家编码: <{input type="text" name="jdgxd_vendorcode" value=$channel.jdgxd_vendorcode size="30"}>
月结号: <{input type="text" name="jdgxd_month_code" value=$channel.jdgxd_month_code size="30"}>
<{button label="提交" type="submit" name="submit" id="btn-submit"}> <{button label="关闭" type="button" id="btn-close" isCloseDialogBtn="true"}>