|  | @@ -148,8 +148,8 @@
 | 
	
		
			
				|  |  |                  $("#inputForm").validate().element($("#uscCode"));
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            var arr="${workClientInfo.clientType}".split(',');
 | 
	
		
			
				|  |  | -            $('#clientType').selectpicker('val',arr);
 | 
	
		
			
				|  |  | +            <%--var arr="${workClientInfo.clientType}".split(',');--%>
 | 
	
		
			
				|  |  | +            // $('#clientType').selectpicker('val',arr);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              //模糊查询
 | 
	
		
			
				|  |  |              $("#name").on("keyup",function () {
 | 
	
	
		
			
				|  | @@ -344,7 +344,7 @@
 | 
	
		
			
				|  |  |                  <div class="layui-item layui-col-sm6 lw7">
 | 
	
		
			
				|  |  |                      <label class="layui-form-label"><span class="require-item">*</span>客户性质:</label>
 | 
	
		
			
				|  |  |                      <div class="layui-input-block">
 | 
	
		
			
				|  |  | -                        <form:select path="companyType" class="form-control selectpicker required layui-input" id="companyType">
 | 
	
		
			
				|  |  | +                        <form:select path="companyType" class="form-control simple-select required" id="companyType">
 | 
	
		
			
				|  |  |                              <form:option value="" label="--请选择客户性质--"/>
 | 
	
		
			
				|  |  |                              <form:options items="${fns:getMainDictList('company_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -361,7 +361,7 @@
 | 
	
		
			
				|  |  |                  <div class="layui-item layui-col-sm6 lw7">
 | 
	
		
			
				|  |  |                      <label class="layui-form-label"><span class="require-item">*</span>所在行业:</label>
 | 
	
		
			
				|  |  |                      <div class="layui-input-block">
 | 
	
		
			
				|  |  | -                        <form:select path="companyIndustry" class="form-control selectpicker required layui-input">
 | 
	
		
			
				|  |  | +                        <form:select path="companyIndustry" class="form-control simple-select required">
 | 
	
		
			
				|  |  |                              <form:option value="" label="--请选择行业--"/>
 | 
	
		
			
				|  |  |                              <form:options items="${fns:getMainDictList('company_industry')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
 | 
	
		
			
				|  |  |                          </form:select>
 | 
	
	
		
			
				|  | @@ -397,9 +397,8 @@
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |                  <div class="layui-item layui-col-sm6 lw7">
 | 
	
		
			
				|  |  |                      <label class="layui-form-label"><span class="require-item">*</span>客户类型:</label>
 | 
	
		
			
				|  |  | -                    <div class="layui-input-block width-icon">
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -                        <form:select path="clientType" class="form-control selectpicker required layui-input">
 | 
	
		
			
				|  |  | +                    <div class="layui-input-block">
 | 
	
		
			
				|  |  | +                        <form:select path="clientType" class="form-control simple-select required">
 | 
	
		
			
				|  |  |                              <form:option value="" label="--请选择客户类型--"/>
 | 
	
		
			
				|  |  |                              <form:options items="${fns:getMainDictList('client_type')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
 | 
	
		
			
				|  |  |                          </form:select>
 |