Prechádzať zdrojové kódy

Merge branch 'master' of http://git.iamberry.com/hexiugang/iamberry-common-parent

wangxiang 7 rokov pred
rodič
commit
ba1cce496f

+ 6 - 6
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/add_customer.ftl

@@ -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>