|
@@ -142,7 +142,7 @@
|
|
|
break;
|
|
|
}
|
|
|
html += '<tr class="text-c">' +
|
|
|
- ' <td><input type="radio" class="customer_id" id="" value="'+ customer.customerId +'" ></td>' +
|
|
|
+ ' <td><input type="radio" class="customer_id" id="" name="customerId" value="'+ customer.customerId +'" ></td>' +
|
|
|
' <td>'+ cufte(customer.customerId) +'</td>' +
|
|
|
' <td>'+ cufte(customer.customerWechatName) +'</td>' +
|
|
|
' <td>'+ cufte(customer.customerName) +'</td>' +
|