|  | @@ -5341,7 +5341,6 @@ export default {
 | 
	
		
			
				|  |  |          selection.map((item) => item.fBillstatus) == 6 ||
 | 
	
		
			
				|  |  |          selection.map((item) => item.fBillstatus) == 4;
 | 
	
		
			
				|  |  |        this.multiple = !selection.length;
 | 
	
		
			
				|  |  | -      this.mum = 0
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 库存明细多选
 | 
	
		
			
				|  |  |      Selectinventory(selection) {
 | 
	
	
		
			
				|  | @@ -5427,6 +5426,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      /** 修改按钮操作 */
 | 
	
		
			
				|  |  |      handleUpdate(row, status) {
 | 
	
		
			
				|  |  | +      this.mum = 0
 | 
	
		
			
				|  |  |        let queryParams = { pageNum: 1, fDc: "C" };
 | 
	
		
			
				|  |  |        listFees(queryParams).then((response) => {
 | 
	
		
			
				|  |  |          this.fCNameOptions = response.rows;
 |