Edit.html 21 KB
<%include '../../common/views/__ui/header'%>

<div class="contentpanel">
    <div class="row">
        <div class="col-md-12">
            <form id="basicForm" role="form" class="form-horizontal form-bordered" method="post" action="<%action%>" novalidate="novalidate">
                <div class="panel panel-default">
                    <div class="panel-heading">
                        <h4 class="panel-title">添加品牌</h4>
                    </div>
                    <div class="panel-body">
                        <div class="row">
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌名称 <span class="red">*</span></label>
                                <div class="col-sm-8">
                                    <input type="text" id="brandName" name="brandName" class="form-control" placeholder="品牌名称" required value="<%data.brandName%>">
                                    <label for='brandName' class='error' style="display: none;"></label>
                                </div>
                            </div><!-- form-group -->
                            <div class="form-group">
                                <label class="col-sm-2 control-label">英文名称 <span class="red">*</span></label>
                                <div class="col-sm-8">
                                    <input type="text" id="brandNameEn" name="brandNameEn" class="form-control" placeholder="英文名称" required value="<%data.brandNameEn%>">
                                </div>
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">二级域名 <span class="red">*</span></label>
                                <div class="col-sm-8">
                                    <div class="input-group col-sm-6">
                                        <input type="text" id="brandDomain" name="brandDomain" onkeyup="value=value.replace(/[^\w\.\/]/ig,'')" class="form-control" placeholder="二级域名" value="<%data.brandDomain%>" required>
                                        <span class="input-group-addon">.yohobuy.com</span>
                                    </div>
                                    <label for='brand_name' class='error' style="display: none;"></label>
                                </div>
                            </div>                      
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌logo <span class="red">*</span></label>
                                <div class="col-sm-8">
                                       <input type="file" id="brandIco" name="brandIco" value="<%data.brandIco%>" required placeholder="品牌logo"/>
                                </div>                               
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌级别 <span class="red">*</span></label>
                                <div class="col-sm-8" >
                                                                            <label class="radio-inline">
                                            <input type="radio" name="brandLevel" value="KA"/>KA                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="brandLevel" value="A"/>A                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="brandLevel" value="B"/>B                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="brandLevel" value="C"/>C                                        </label>
                                                                    </div>
                                    <input type="hidden" id="brandLevel" value="<%data.brandLevel%>" for="radio" required>
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌推广星级 <span class="red">*</span></label>
                                <div class="col-sm-8" >
                                                                            <label class="radio-inline">
                                            <input type="radio" name="promotionLevel" id="level_1" value="1"/>一星                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="promotionLevel" id="level_2" value="2"/>二星                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="promotionLevel" id="level_3" value="3"/>三星                                        </label>
                                                                    </div>
                                <input type="hidden" id="promotionLevel" value="<%data.promotionLevel%>" for="radio" required>
                            </div>

                            <div class="form-group">
                                <label class="col-sm-2 control-label">主营类目 <span class="red">*</span></label>
                                <div class="col-sm-8" >
                                                                            <label class="radio-inline">
                                            <input type="radio" name="mainCategory" id="level_1" value="1"/>男装                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="mainCategory" id="level_2" value="2"/>女装                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="mainCategory" id="level_3" value="3"/>混合                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="mainCategory" id="level_4" value="4"/>童装                                        </label>
                                                                            <label class="radio-inline">
                                            <input type="radio" name="mainCategory" id="level_5" value="5"/>创意生活                                        </label>
                                                                    </div>
                                <input type="hidden" id="mainCategory" value="<%data.mainCategory%>" for="radio" required>
                            </div>

                            <div class="form-group">
                                <label class="col-sm-2 control-label">发源地 <span class="red">*</span></label>
                                <div class="col-sm-8" >
                                    <label class="radio-inline">
                                        <input  type="radio" name="brandHeadstream" value="1" />欧洲                                        
                                    </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="2" />日本                                        </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="3" />韩国                                        </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="4" />香港                                        </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="5" />本地                                        </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="6" />澳洲                                        </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="7" />台湾                                        </label>
                                                                            <label class="radio-inline">
                                            <input  type="radio" name="brandHeadstream" value="8" />美国                                        </label>
                                                                    
                                            <label class="radio-inline">
                                                <input  type="radio" name="brandHeadstream" value="9" />泰国                                        
                                            </label>
                                            <label class="radio-inline">
                                                <input  type="radio" name="brandHeadstream" value="10" />新加坡                                        
                                            </label>
                                            <label class="radio-inline">
                                                <input  type="radio" name="brandHeadstream" value="11" />东南亚                                        
                                            </label>
                                            <label class="radio-inline">
                                                <input  type="radio" name="brandHeadstream" value="12" />加拿大                                        
                                            </label>
                                    </div>
                                <input type="hidden" id="brandHeadstream" value="<%data.brandHeadstream%>" required for="radio">
                            </div>

                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌类型</label>
                                <div class="col-sm-10" >
                                    <label class="radio-inline">
                                        <input type="radio" name="brandTypes" value="6">羊头
                                    </label>
                                    <label class="radio-inline">
                                        <input type="radio" name="brandTypes" value="7">明星                                        
                                    </label>
                                    <label class="radio-inline">
                                        <input type="radio" name="brandTypes" value="8">自主
                                    </label>        
                                </div>
                                <input type="hidden" id="brandTypes" value="<%data.brandTypes%>" for="radio">
                            </div>

                            <!-- <div class="form-group">
                                <label class="col-sm-2 control-label">合作模式</label>
                                <div class="col-sm-10" >
                                    <label class="radio-inline">
                                        <input type="radio" name="saleType" value="0">经销
                                    </label>
                                    <label class="radio-inline">
                                        <input type="radio" name="saleType" value="1">代销                                        
                                    </label>       
                                </div>
                                <input type="hidden" id="saleType" value="<%data.saleType%>" for="radio">
                            </div> -->
                        
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌网址</label>
                                <div class="col-sm-8">
                                    <input type="text" id="brandUrl" class="form-control" placeholder="品牌网址"  value="<%data.brandUrl%>">
                                </div>
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌介绍</label>
                                <div class="col-sm-6">
                                    <textarea rows="2" id="brandIntro" class="form-control" placeholder="品牌介绍"  ><%data.brandIntro%></textarea>
                                </div>
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌简述</label>
                                <div class="col-sm-8">
                                    <input type="text" id="brandOutline" class="form-control" placeholder="品牌简述"  value="<%data.brandOutline%>">
                                </div>
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌主理人</label>
                                <div class="col-sm-8">
                                    <input type="text" id="brandFounder" name="brandFounder" class="form-control" placeholder="品牌主理人"  value="<%data.brandFounder%>">
                                </div>
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌风格</label>
                                <div class="col-sm-8">
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="运动"> 运动</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="户外"> 户外</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="街头"> 街头</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="暗黑"> 暗黑</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="军事"> 军事</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="英伦"> 英伦</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="趣味"> 趣味</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="美式"> 美式</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="韩系"> 韩系</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="日系"> 日系</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="性感"> 性感</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="时尚"> 时尚</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="甜美"> 甜美</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="可爱"> 可爱</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="原创"> 原创</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="工装"> 工装</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="机车"> 机车</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="民族"> 民族</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="学院"> 学院</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="欧美"> 欧美</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="港台"> 港台</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="中性"> 中性</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="简约"> 简约</label>
                                    <label style="cursor: pointer;"><input type="checkbox" name="brandStyle" value="高街"> 高街</label>
                                </div>
                                <input type="hidden" id="brandStyle" value="<%data.brandStyle%>" for="checkbox">
                            </div>
                            <div class="form-group">
                                <label class="col-sm-2 control-label">品牌性质</label>
                                    <div class="col-sm-8" >                                
                                        <label class="radio-inline">
                                            <input type="radio" id="nature_1"  name="brandNature" value="1" /> 知名                                    
                                        </label>                                   
                                        <label class="radio-inline">
                                            <input type="radio" id="nature_2"  name="brandNature" value="2" /> 原创                                    
                                        </label>                                   
                                        <label class="radio-inline">
                                            <input type="radio" id="nature_3"  name="brandNature" value="3" /> 潮流                                    
                                        </label>                                   
                                        <label class="radio-inline">
                                            <input type="radio" id="nature_4"  name="brandNature" value="4" /> 自主                                    
                                        </label>              
                                    </div>
                                <input type="hidden" id="brandNature" value="<%data.brandNature%>" for="radio">
                            </div>

                            <div class="form-group">
                                <label class="col-sm-2 control-label">调性指数</label>
                                <div class="col-sm-2">
                                    <input type="number" id="brandTonality" name="brandTonality" class="form-control"  placeholder="调性指数(范围:1-100)" value="<%data.brandTonality%>">
                                </div>
                            </div>
                            
                            <input type="hidden" id="id" value="<%data.id%>">
                            
                      </div>
                    </div>
                    <div class="panel-footer">
                      <div class="row">
                        <div class="col-sm-8 col-sm-offset-2">
                            <a href="javascript:;" onclick="history.go(-1);" class="btn btn-default">取消</a>
                            <button id="save_brand" type="submit" data-loading-text="保存中..." class="btn delay-btn btn-primary">保存</button>
                        </div>
                      </div>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>

<%include '../../common/views/__ui/footer'%>