Commit 45b6ef81 authored by 曹云霄's avatar 曹云霄

客户搜索时去掉门店参数

parent f6ce3576
......@@ -701,7 +701,9 @@
if ([BaseViewController isBlankString:self.searchPersonInformationField.text]) {
self.condition.nameEquals = nil;
self.condition.mobileEquals = nil;
self.condition.resellerCodeEquals = [Shoppersmanager manager].shoppers.employee.currentDepart.orgCode;
}else {
self.condition.resellerCodeEquals = nil;
self.condition.nameEquals = self.searchPersonInformationField.text;
self.condition.mobileEquals = self.searchPersonInformationField.text;
}
......
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