|  | @@ -1179,7 +1179,7 @@
 | 
	
		
			
				|  |  |      <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  |        <el-button type="primary" @click="submitForm('acceptDate')">接 单</el-button>
 | 
	
		
			
				|  |  |        <el-button type="primary" @click="submitForm('loadDate')">提 箱</el-button>
 | 
	
		
			
				|  |  | -      <el-button type="primary" @click="submitForm('mdLoadDate')">还卸货</el-button>
 | 
	
		
			
				|  |  | +      <el-button type="primary" @click="submitForm('mdLoadDate')">装卸货</el-button>
 | 
	
		
			
				|  |  |        <el-button type="primary" @click="submitForm('unLoadDate')">还卸柜</el-button>
 | 
	
		
			
				|  |  |        <el-button type="primary" @click="submitForm('waybillDate')">回 单</el-button>
 | 
	
		
			
				|  |  |        <el-button type="success" @click="submitAllowChanges">修 改</el-button>
 | 
	
	
		
			
				|  | @@ -1429,7 +1429,6 @@ export default {
 | 
	
		
			
				|  |  |              if (response.code == 200) {
 | 
	
		
			
				|  |  |                this.msgSuccess("提交成功");
 | 
	
		
			
				|  |  |                this.$parent.getList();
 | 
	
		
			
				|  |  | -              this.showDialog = false;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |          }
 |