| 
					
				 | 
			
			
				@@ -139,7 +139,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-loading="listLoading" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             :data="dataList" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             element-loading-text="Loading" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            max-height="600" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             border 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             fit 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             highlight-current-row 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -365,15 +365,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 @click="handleSave" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               >保存</el-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--            <el-pagination--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              :current-page="dcurrentPage"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              :page-sizes="pageSizeArr"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              :page-size="size"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              layout="total, sizes, prev, pager, next, jumper"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              :total="listTotal"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              @size-change="handleSizeChange2"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--              @current-change="handleCurrentChange2"--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <!--            />--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                       <el-pagination 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         :current-page="dcurrentPage" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         :page-sizes="pageSizeArr" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         :page-size="size" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         layout="total, sizes, prev, pager, next, jumper" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         :total="listTotal" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         @size-change="handleSizeChange2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                         @current-change="handleCurrentChange2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                       /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-row> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -531,7 +531,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       conditName:'', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       dataList: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       addList: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      pageSizeArr: [10, 20, 30, 50], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      pageSizeArr: [10], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       size: 10, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       listLoading: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       dialogVisible: false, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -923,11 +923,18 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (!this.dataList.length) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.dcurrentPage !== 1 ? this.dcurrentPage -= 1 : this.dcurrentPage = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      // this.listTotal -= 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.listTotal -= 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$successMsg('删除成功') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     handleNewInfo() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 物料列表 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       this.sleectBox.currentPage = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.listTotal += 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      //  if (this.dataList.length ===10 ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      //   this.dataList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      //   this.dcurrentPage +=(this.listTotal /10)+1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      //  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.dataList.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         id: '', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -945,8 +952,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         walletIds: [this.NoRebateWalletList[0].id], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         walletRelaList: [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.sleectBox.currentPage = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      // this.listTotal += 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // this.dataList.push(this.addList[this.addList.length-1]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     handleSave() { 
			 |