|
@@ -25,17 +25,17 @@ |
|
@@ -25,17 +25,17 @@ |
25
|
<li>
|
25
|
<li>
|
26
|
<div class="form-leading"><b>*</b><span>是否入住有货:</span></div>
|
26
|
<div class="form-leading"><b>*</b><span>是否入住有货:</span></div>
|
27
|
<div class="form-control">
|
27
|
<div class="form-control">
|
28
|
- <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1"/>
|
28
|
+ <input type="radio" name="is_enter_yohobuy" id="yoho-yes" value="1" checked/>
|
29
|
<label for="yoho-yes">是</label>
|
29
|
<label for="yoho-yes">是</label>
|
30
|
|
30
|
|
31
|
- <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="1"/>
|
31
|
+ <input type="radio" name="is_enter_yohobuy" id="yoho-no" value="0"/>
|
32
|
<label for="yoho-no">否</label>
|
32
|
<label for="yoho-no">否</label>
|
33
|
</div>
|
33
|
</div>
|
34
|
</li>
|
34
|
</li>
|
35
|
<li>
|
35
|
<li>
|
36
|
<div class="form-leading"><b>*</b><span>品牌注册情况:</span></div>
|
36
|
<div class="form-leading"><b>*</b><span>品牌注册情况:</span></div>
|
37
|
<div class="form-control">
|
37
|
<div class="form-control">
|
38
|
- <input type="radio" name="brand_reg_type" value="2"/>
|
38
|
+ <input type="radio" name="brand_reg_type" value="2" checked/>
|
39
|
<label>已申请</label>
|
39
|
<label>已申请</label>
|
40
|
|
40
|
|
41
|
<input type="radio" name="brand_reg_type" value="1"/>
|
41
|
<input type="radio" name="brand_reg_type" value="1"/>
|
|
@@ -64,7 +64,7 @@ |
|
@@ -64,7 +64,7 @@ |
64
|
<li>
|
64
|
<li>
|
65
|
<div class="form-leading"><b>*</b><span>公司与品牌关系:</span></div>
|
65
|
<div class="form-leading"><b>*</b><span>公司与品牌关系:</span></div>
|
66
|
<div class="form-control">
|
66
|
<div class="form-control">
|
67
|
- <input type="radio" name="relation" value="0"/>
|
67
|
+ <input type="radio" name="relation" value="0" checked/>
|
68
|
<label>品牌商</label>
|
68
|
<label>品牌商</label>
|
69
|
|
69
|
|
70
|
<input type="radio" name="relation" value="1"/>
|
70
|
<input type="radio" name="relation" value="1"/>
|