Commit 121e67e1 authored by zw's avatar zw

Merge branch '1030-v2.9.6' of https://gitee.com/zwyjjc/tl_estate into 1030-v2.9.6

parents efed2dab b56ae448
...@@ -105,7 +105,7 @@ class BrokerService ...@@ -105,7 +105,7 @@ class BrokerService
$old_site_id = $m_district->getDistrictKeyById('site_id', ['id'=>$agent_data['district_id']]); $old_site_id = $m_district->getDistrictKeyById('site_id', ['id'=>$agent_data['district_id']]);
$new_site_id = $m_district->getDistrictKeyById('site_id', ['id'=>$data['district_id']]); $new_site_id = $m_district->getDistrictKeyById('site_id', ['id'=>$data['district_id']]);
if ($old_site_id != $new_site_id) { if ($old_site_id != $new_site_id && empty($data['confirm_old'])) {
$result['msg'] = '编辑部门,导致所属城市不一致'; $result['msg'] = '编辑部门,导致所属城市不一致';
return $result; return $result;
} }
......
...@@ -413,6 +413,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css ...@@ -413,6 +413,7 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
params.district_id = $("select[name='district_id'] option:selected").val(); params.district_id = $("select[name='district_id'] option:selected").val();
params.pay_type = $("select[name='maintable_shop_type_2'] option:selected").val(); params.pay_type = $("select[name='maintable_shop_type_2'] option:selected").val();
params.type = $("select[name='maintable_shop_type_1'] option:selected").val(); params.type = $("select[name='maintable_shop_type_1'] option:selected").val();
params.agent_name = $("#submit_name").val();
params.pageNo = follow.pageNo; params.pageNo = follow.pageNo;
params.pageSize = follow.pageSize; params.pageSize = follow.pageSize;
......
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