|  | @@ -261,6 +261,7 @@
 | 
	
		
			
				|  |  |            </a-dropdown>
 | 
	
		
			
				|  |  |          </span>
 | 
	
		
			
				|  |  |        </a-table>
 | 
	
		
			
				|  |  | +       <span style="position: absolute;bottom: 9%;">共勾选{{selectedNumber}}条数</span>
 | 
	
		
			
				|  |  |      </a-card>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 抽屉 -->
 | 
	
	
		
			
				|  | @@ -308,6 +309,7 @@ export default {
 | 
	
		
			
				|  |  |        range:[],//预发货日期数组
 | 
	
		
			
				|  |  |        rangeMode:['date','date'],
 | 
	
		
			
				|  |  |        timeRange:'',
 | 
	
		
			
				|  |  | +      selectedNumber:0,//已选择条数
 | 
	
		
			
				|  |  |        // 表头
 | 
	
		
			
				|  |  |        adPaListClothesColumns: [
 | 
	
		
			
				|  |  |          {
 | 
	
	
		
			
				|  | @@ -535,6 +537,11 @@ export default {
 | 
	
		
			
				|  |  |    created() {
 | 
	
		
			
				|  |  |      this.getadPaListClothes()
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  watch:{
 | 
	
		
			
				|  |  | +    selectedRowKeys(newVal){
 | 
	
		
			
				|  |  | +       this.selectedNumber =newVal.length
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      // 分页查询 预装箱单-成衣
 | 
	
		
			
				|  |  |      getadPaListClothes() {
 |