|  | @@ -778,7 +778,7 @@
 | 
	
		
			
				|  |  |                        icon="el-icon-document-checked"
 | 
	
		
			
				|  |  |                        @click.native.prevent="addplansRow(scope.row)"
 | 
	
		
			
				|  |  |                        :disabled="
 | 
	
		
			
				|  |  | -                        scope.row.billStatus == 3 || scope.row.billStatus == 6
 | 
	
		
			
				|  |  | +                        scope.row.billStatus == 6
 | 
	
		
			
				|  |  |                        "
 | 
	
		
			
				|  |  |                        v-hasPermi="['fleet:ftmsorderbillsplans:edit']"
 | 
	
		
			
				|  |  |                        >提交</el-button
 |