| 
					
				 | 
			
			
				@@ -33,6 +33,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-input v-model="dataForm.materials" placeholder="材料" disabled></el-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <el-col :span="8"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <el-form-item label="图号" prop="mapNumber"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <el-input v-model="dataForm.mapNumber" placeholder="图号" disabled></el-input> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-row class="my-row"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-col :span="8"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -123,6 +128,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.specifications = item.specifications 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.dataForm.cnt = item.cnt 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.dataForm.materialId = item.materialId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.dataForm.mapNumber = item.mapNumber 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 |