Commit f79b84fd authored by agping's avatar agping

客户列表修改

parent dbe554da
......@@ -295,7 +295,7 @@
<input class="form-control btn2 margin-top-ld" data-rule-phoneus="false" data-rule-required="false" name="userID" placeholder="客户ID" type="text" value="">
<span class="fore-span ld-Marheight">VIP客户:</span>
<select class="form-control btn4 ld-Marheight" id="user_vip_select">
<option value="" class="successModel">请选择</option>
<option value="-1">请选择</option>
<option value="1"></option>
<option value="0"></option>
</select>
......
......@@ -372,7 +372,7 @@ define(['doT', 'text!temp/agent_template_tpl.html', 'text!temp/phoneBinding_temp
dataType: "json",
success: function(data) {
if(data.code == 200) {
alert('修改成功');
alert('提交成功');
$("#modal-edit").modal('hide');
} else {
alert(data.msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment