|  |  | @ -43,7 +43,7 @@ | 
			
		
	
		
			
				
					|  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |           <el-button type="primary" size="mini" style="margin:0 0 0 20px;height:30px" @click="handleBuild">生成盘点单</el-button> | 
			
		
	
		
			
				
					|  |  |  |         </el-form> | 
			
		
	
		
			
				
					|  |  |  |         <el-table v-loading="loading" :data="tableData" height="299px" :cell-class-name="cell"> | 
			
		
	
		
			
				
					|  |  |  |         <el-table v-loading="loading" :data="tableData" height="400px" :cell-class-name="cell"> | 
			
		
	
		
			
				
					|  |  |  |           <el-table-column type="index" align="center" label="序号" width="80" /> | 
			
		
	
		
			
				
					|  |  |  |           <el-table-column align="center" label="状态" width="100"> | 
			
		
	
		
			
				
					|  |  |  |             <template> | 
			
		
	
	
		
			
				
					|  |  | @ -321,7 +321,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | ::v-deep .el-dialog{ | 
			
		
	
		
			
				
					|  |  |  |   width: 950px; | 
			
		
	
		
			
				
					|  |  |  |   height: 520px; | 
			
		
	
		
			
				
					|  |  |  |   // height: 520px; | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | ::v-deep .el-dialog .el-dialog__header .el-dialog__close::before{ | 
			
		
	
		
			
				
					|  |  |  |   position: absolute; | 
			
		
	
	
		
			
				
					|  |  | @ -331,6 +331,9 @@ export default { | 
			
		
	
		
			
				
					|  |  |  | ::v-deep .el-dialog__body{ | 
			
		
	
		
			
				
					|  |  |  |   padding: 30px 0; | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | ::v-deep .el-dialog .dialog-footer{ | 
			
		
	
		
			
				
					|  |  |  |   margin: 0 auto !important; | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | ::v-deep .el-tag.el-tag--info{ | 
			
		
	
		
			
				
					|  |  |  |   height: 24px !important; | 
			
		
	
		
			
				
					|  |  |  |   line-height: 24px !important; | 
			
		
	
	
		
			
				
					|  |  | 
 |