|
@@ -6,7 +6,11 @@
|
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
|
|
|
|
|
|
<li><a href="{:url('Market/marketsetlist')}">分销设置列表</a></li>
|
|
<li><a href="{:url('Market/marketsetlist')}">分销设置列表</a></li>
|
|
|
|
|
+ <if condition="$Request.param.id neq ''">
|
|
|
<li class="active"><a href="#">编辑分销设置</a></li>
|
|
<li class="active"><a href="#">编辑分销设置</a></li>
|
|
|
|
|
+ <else/>
|
|
|
|
|
+ <li class="active"><a href="#">添加分销设置</a></li>
|
|
|
|
|
+ </if>
|
|
|
</ul>
|
|
</ul>
|
|
|
<if condition="$Request.param.id neq ''">
|
|
<if condition="$Request.param.id neq ''">
|
|
|
<form class="form-horizontal js-ajax-form margin-top-20" role="form" action="{:url('Market/marketsetedit')}"
|
|
<form class="form-horizontal js-ajax-form margin-top-20" role="form" action="{:url('Market/marketsetedit')}"
|
|
@@ -23,12 +27,21 @@
|
|
|
<div class="tab-pane active" id="A">
|
|
<div class="tab-pane active" id="A">
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="input-site-name" class="col-sm-2 control-label"><span
|
|
<label for="input-site-name" class="col-sm-2 control-label"><span
|
|
|
- class="form-required">*</span>分销参数名称</label>
|
|
|
|
|
|
|
+ class="form-required">*</span>分销名称</label>
|
|
|
<div class="col-md-6 col-sm-10">
|
|
<div class="col-md-6 col-sm-10">
|
|
|
<input type="text" class="form-control" id="name" name="name"
|
|
<input type="text" class="form-control" id="name" name="name"
|
|
|
value="{$market.name|default=''}">
|
|
value="{$market.name|default=''}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="form-group">
|
|
|
|
|
+ <label for="input-site-name" class="col-sm-2 control-label"><span
|
|
|
|
|
+ class="form-required">*</span>参数标识</label>
|
|
|
|
|
+ <div class="col-md-6 col-sm-10">
|
|
|
|
|
+ <input type="text" class="form-control" id="code" name="code"
|
|
|
|
|
+ value="{$market.code|default=''}">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="input-close1" class="col-sm-2 control-label">状态</label>
|
|
<label for="input-close1" class="col-sm-2 control-label">状态</label>
|
|
|
<div class="col-md-6 col-sm-10">
|
|
<div class="col-md-6 col-sm-10">
|