|
@@ -197,11 +197,11 @@
|
|
|
<div class="formControls col-10 col-sm-10 skin-minimal">
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="customerSecondaryCustomer1" name="customerSecondaryCustomer" value="1" >
|
|
|
- <label for="customer-type-1">是</label>
|
|
|
+ <label for="customerSecondaryCustomer1">是</label>
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="customerSecondaryCustomer2" name="customerSecondaryCustomer" value="2" checked>
|
|
|
- <label for="customer-type-2">否</label>
|
|
|
+ <label for="customerSecondaryCustomer2">否</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -209,12 +209,12 @@
|
|
|
<label class="form-label col-1 col-sm-1"><span class="c-red">*</span>开箱损:</label>
|
|
|
<div class="formControls col-10 col-sm-10 skin-minimal">
|
|
|
<div class="radio-box">
|
|
|
- <input type="radio" name="customerOutDamaged" value="1" >
|
|
|
- <label for="customer-type-1">是</label>
|
|
|
+ <input type="radio" id="customerOutDamaged1" name="customerOutDamaged" value="1" >
|
|
|
+ <label for="customerOutDamaged1">是</label>
|
|
|
</div>
|
|
|
<div class="radio-box">
|
|
|
- <input type="radio" name="customerOutDamaged" value="2" checked>
|
|
|
- <label for="customer-type-2">否</label>
|
|
|
+ <input type="radio" id="customerOutDamaged2" name="customerOutDamaged" value="2" checked>
|
|
|
+ <label for="customerOutDamaged2">否</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|