|  | @@ -343,7 +343,9 @@
 | 
	
		
			
				|  |  |                v-if="
 | 
	
		
			
				|  |  |                scope.row.fBillstatus == '录入' ||
 | 
	
		
			
				|  |  |                scope.row.fBillstatus == '暂存'  ||
 | 
	
		
			
				|  |  | -              scope.row.fBillstatus == '审核驳回'
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '审核驳回' ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '保存' ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '请核驳回'
 | 
	
		
			
				|  |  |              "
 | 
	
		
			
				|  |  |                @click="handleUpdate(scope.row, false)"
 | 
	
		
			
				|  |  |                v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
 | 
	
	
		
			
				|  | @@ -356,7 +358,9 @@
 | 
	
		
			
				|  |  |                v-if="
 | 
	
		
			
				|  |  |                scope.row.fBillstatus == '录入' ||
 | 
	
		
			
				|  |  |                scope.row.fBillstatus == '暂存'  ||
 | 
	
		
			
				|  |  | -              scope.row.fBillstatus == '审核驳回'
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '审核驳回' ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '保存' ||
 | 
	
		
			
				|  |  | +              scope.row.fBillstatus == '请核驳回'
 | 
	
		
			
				|  |  |              "
 | 
	
		
			
				|  |  |                @click="handleDelete(scope.row)"
 | 
	
		
			
				|  |  |                v-hasPermi="['warehouseBusiness:storageFeeCalculation:remove']"
 |