|  | @@ -1285,7 +1285,6 @@
 | 
	
		
			
				|  |  |        <el-button
 | 
	
		
			
				|  |  |          type="success"
 | 
	
		
			
				|  |  |          @click="submitAllowChanges"
 | 
	
		
			
				|  |  | -        :disabled="this.form.billStatus < 6"
 | 
	
		
			
				|  |  |          >修 改</el-button
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |        <el-button type="info" @click="submitSave" :disabled="disabled"
 | 
	
	
		
			
				|  | @@ -1294,7 +1293,6 @@
 | 
	
		
			
				|  |  |        <el-button
 | 
	
		
			
				|  |  |          type="warning"
 | 
	
		
			
				|  |  |          @click="submitRetreat"
 | 
	
		
			
				|  |  | -        :disabled="this.form.billStatus < 6"
 | 
	
		
			
				|  |  |          >撤 回</el-button
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |        <el-button @click="showDialog = false">取 消</el-button>
 | 
	
	
		
			
				|  | @@ -1340,6 +1338,10 @@ export default {
 | 
	
		
			
				|  |  |        type: Boolean,
 | 
	
		
			
				|  |  |        default: false,
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | +    disabled2: {
 | 
	
		
			
				|  |  | +      type: Boolean,
 | 
	
		
			
				|  |  | +      default: false,
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  |      planList: {
 | 
	
		
			
				|  |  |        type: Array,
 | 
	
		
			
				|  |  |        default: [],
 |