|  | @@ -1649,7 +1649,8 @@ export default {
 | 
	
		
			
				|  |  |      //修改
 | 
	
		
			
				|  |  |      submitAllowChanges() {
 | 
	
		
			
				|  |  |        if (this.form.billStatus < 60) {
 | 
	
		
			
				|  |  | -        this.$emit("fixDisabled", "false");
 | 
	
		
			
				|  |  | +        // this.$emit("fixDisabled", "false");
 | 
	
		
			
				|  |  | +        this.$emit("fixDisabled2", "false");
 | 
	
		
			
				|  |  |          this.msgSuccess("允许修改");
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  |           this.$confirm("该单据已经提交,是否进行变更操作?", "提示", {
 |