|  | @@ -767,6 +767,7 @@
 | 
	
		
			
				|  |  |                    ref="eqCode"
 | 
	
		
			
				|  |  |                    v-model="createTemp.eqCode"
 | 
	
		
			
				|  |  |                    placeholder="请输入设备内部编号"
 | 
	
		
			
				|  |  | +                  :disabled="createTemp.eqCode != ''"
 | 
	
		
			
				|  |  |                  />
 | 
	
		
			
				|  |  |                </el-form-item>
 | 
	
		
			
				|  |  |              </el-col>
 | 
	
	
		
			
				|  | @@ -4479,6 +4480,7 @@ export default {
 | 
	
		
			
				|  |  |        this.edit = 0
 | 
	
		
			
				|  |  |        this.getDepartParam.parammaps.pastureId = row.pastureId
 | 
	
		
			
				|  |  |        this.getCreateDepartDownList()
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |        this.createTemp = Object.assign({}, row) // copy obj
 | 
	
		
			
				|  |  |        if (row.inputUser !== undefined) {
 | 
	
		
			
				|  |  |          this.createTemp.inputUser = parseInt(row.inputUser)
 |