Commit aafa0f34 authored by agping's avatar agping

新增客户 省份

parent 4ce4addb
......@@ -979,9 +979,13 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
params.type = 'add';
if($('#user_city_add').val() == 310100){
params.city = '上海市' ;
params.province = '上海市' ;
}
if($('#user_city_add').val() == 330100){
params.city = '杭州市' ;
params.province = '浙江省' ;
}
params.disc = $("#user_area_add").val();
params.user_label = $("#user_label_add").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 to comment