|  |  |  | @ -63,7 +63,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-table-column | 
			
		
	
		
			
				
					|  |  |  |  |                     label="创建时间" | 
			
		
	
		
			
				
					|  |  |  |  |                     prop="actDate" | 
			
		
	
	
		
			
				
					|  |  |  | @ -163,6 +162,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             :visible.sync="codeDetailVisible" | 
			
		
	
		
			
				
					|  |  |  |  |             width="80%" | 
			
		
	
		
			
				
					|  |  |  |  |             v-if="codeDetailVisible" | 
			
		
	
		
			
				
					|  |  |  |  |             :close-on-click-modal="false" | 
			
		
	
		
			
				
					|  |  |  |  |             :close-on-press-escape="false" | 
			
		
	
		
			
				
					|  |  |  |  |         > | 
			
		
	
		
			
				
					|  |  |  |  |             <codeReplace | 
			
		
	
		
			
				
					|  |  |  |  |                 :idQuery="idQuery" | 
			
		
	
	
		
			
				
					|  |  |  | @ -170,7 +171,12 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             ></codeReplace> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-dialog> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-dialog title="校验信息" :visible.sync="errDialogVisible" width="30%"> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-dialog title="校验信息" | 
			
		
	
		
			
				
					|  |  |  |  |                    :visible.sync="errDialogVisible" | 
			
		
	
		
			
				
					|  |  |  |  |                    width="30%" | 
			
		
	
		
			
				
					|  |  |  |  |                    :close-on-click-modal="false" | 
			
		
	
		
			
				
					|  |  |  |  |                    :close-on-press-escape="false" | 
			
		
	
		
			
				
					|  |  |  |  |         > | 
			
		
	
		
			
				
					|  |  |  |  |             <span>{{ errorDetail }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |             <span slot="footer" class="dialog-footer"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-button type="primary" @click="errDialogVisible = false">关 闭</el-button> | 
			
		
	
	
		
			
				
					|  |  |  | @ -182,6 +188,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             :visible.sync="editOrderVisible" | 
			
		
	
		
			
				
					|  |  |  |  |             width="35%" | 
			
		
	
		
			
				
					|  |  |  |  |             v-if="editOrderVisible" | 
			
		
	
		
			
				
					|  |  |  |  |             :close-on-click-modal="false" | 
			
		
	
		
			
				
					|  |  |  |  |             :close-on-press-escape="false" | 
			
		
	
		
			
				
					|  |  |  |  |         > | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             <el-row style="width: 100%"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -271,7 +279,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |                 "6": "缺量补录单据", | 
			
		
	
		
			
				
					|  |  |  |  |                 "7": "UDI供应商平台", | 
			
		
	
		
			
				
					|  |  |  |  |                 "8": "平衡补录单据", | 
			
		
	
		
			
				
					|  |  |  |  |                 "10":"手动补单" | 
			
		
	
		
			
				
					|  |  |  |  |                 "10": "手动补单" | 
			
		
	
		
			
				
					|  |  |  |  |             }, | 
			
		
	
		
			
				
					|  |  |  |  |             erpCheckStatus: { | 
			
		
	
		
			
				
					|  |  |  |  |                 // error: "校验异常", | 
			
		
	
	
		
			
				
					|  |  |  | 
 |