Browse Source

协销人员管理bugfix

chao 3 năm trước cách đây
mục cha
commit
e00dee7cb3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/webapp/WEB-INF/views/modules/user/cmSpSelect.jsp

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/user/cmSpSelect.jsp

@@ -31,7 +31,7 @@
 			<label>协销姓名:</label>
 			<form:input path="linkMan" htmlEscape="false" maxlength="50" class="input-medium"/>
 			<label>手机号:</label>
-			<form:input path="contractMobile1" htmlEscape="false" maxlength="20" class="input-medium"/>
+			<form:input path="contractMobile" htmlEscape="false" maxlength="20" class="input-medium"/>
 			<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
 			<div class="clearfix"></div>
 		</div>
@@ -51,7 +51,7 @@
 				<td><input class="check-item" type="radio" name="newCmSp" checked= "checked"
 						   value='${newCmSp.serviceProviderID}'/></td>
 				<td>${newCmSp.linkMan}</td>
-				<td>${newCmSp.contractMobile1}</td>
+				<td>${newCmSp.contractMobile}</td>
 			</tr>
 		</c:forEach>
 		</tbody>