| 
					
				 | 
			
			
				@@ -46,17 +46,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   allowClear /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <a-form-item label="创建时间"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <a-range-picker 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  style="width:100%" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  id="customerManagementList-creatTime" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  :disabledDate="disabledDate" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  @change="creatTimechange" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  :format="dateFormat" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  :placeholder="['开始时间', '结束时间']" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              </a-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            </a-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <a-col :md="6" :sm="24"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-form-item label="状态"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <v-select code="ENABLE_FLAG" id="productInfoList-enabledFlag" v-model="queryParam.enabledFlag" allowClear placeholder="请选择状态"></v-select> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -143,13 +132,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         productTypeSn1: '', //  产品一级分类 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         productTypeSn2: '', //  产品二级分类 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         productTypeSn3: '', //  产品三级分类 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        enabledFlag: undefined, //  状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        beginDate: '', //  创建时间  开始时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        endDate: '' //  创建时间  结束时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        enabledFlag: undefined //  状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       disabled: false, //  查询、重置按钮是否可操作 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       exportLoading: false, // 导出loading 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      dateFormat: 'YYYY-MM-DD', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       columns: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { title: '序号', dataIndex: 'no', width: 80, align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { title: '产品编码', dataIndex: 'code', width: 140, align: 'center' }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -186,15 +172,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    // 不可选日期 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    disabledDate (date, dateStrings) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      return date && date.valueOf() > Date.now() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    //  创建时间  change 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    creatTimechange (dates, dateStrings) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.beginDate = dateStrings[0] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.endDate = dateStrings[1] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //  重置 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     resetSearchForm () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.code = '' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -205,8 +182,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.productTypeSn2 = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.productTypeSn3 = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.enabledFlag = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.beginDate = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.endDate = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs.table.refresh(true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //  新增/编辑 
			 |