Commit a96e3fbf by Huang Linyu

录入数据时增加980, 360选项

parent aa47c012
Showing with 9 additions and 0 deletions
......@@ -71,6 +71,13 @@
销售业绩提交
</div>
<div style="color:red">请务必上传以下真实信息,否则业绩审核将无法通过!!!!!</div>
<div class="label">产品类型</div>
<div>
<select id="productName">
<option value="980">入社980</option>
<option value="360">续费360</option>
</select>
</div>
<div class="label">客户姓名</div>
<div><input type="text" id="username"></div>
<div class="label">客户手机号</div>
......@@ -81,6 +88,7 @@
<option value="M"></option>
<option value="F"></option>
</select>
</div>
<div class="label">上传支付凭证</div>
<div>
<form enctype="multipart/form-data" id="uploadForm">
......@@ -146,6 +154,7 @@
return
}
var params = {
productName:$('#productName').val(),
customerMobile: $('#userPhone').val(),
customerName: $('#username').val(),
saleMobile: $('#phone').val(),
......
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 sign in to comment