<{t}>主店铺:<{/t}> <{if $data.shop_id}> <{input type="select" name="shop_id" id="shop_id" rows=$shopList valueColumn="shop_id" labelColumn="name" value="{$data.shop_id}" required='required' vtype="required" disabled="true" }> <{else}> <{input type="select" name="shop_id" id="shop_id" rows=$shopList valueColumn="shop_id" labelColumn="name" value="{$data.shop_id}" required='required' vtype="required" }> <{/if}>
  *温馨提示:一套OMS只管控一家淘宝或天猫店铺。
<{t}>电商仓编码:<{/t}> <{input type="text" name="branch_bn" value="{$data.branch_bn}" required='required' }> *必填选项,涉及电商仓库存回写
<{t}>商户名称:<{/t}> <{input type="text" name="company_name" id="company_name" value="{$data.company_name}" required='required' }> <{help}>必填选项<{/help}>
<{t}>商户介绍:<{/t}> <{input type="textarea" name="company_content" id="company_content" class="info-text" style="height:200px;width:40%;" value="{$data.company_content}" }>
<{button label="提交" type="submit" name="submit" id="btn_submit" }>