|  |  | @ -185,10 +185,19 @@ | 
			
		
	
		
			
				
					|  |  |  |                 </div> | 
			
		
	
		
			
				
					|  |  |  |               </div> | 
			
		
	
		
			
				
					|  |  |  |               <div v-if="scope.row.name == '眼位'"> | 
			
		
	
		
			
				
					|  |  |  |                 <div class="width-180 center"> | 
			
		
	
		
			
				
					|  |  |  |                   <el-input v-model="formData.ywYuan" placeholder=""> | 
			
		
	
		
			
				
					|  |  |  |                 <div class="center"> | 
			
		
	
		
			
				
					|  |  |  |                   <el-input v-model="formData.ywYuan" placeholder="" style="width: 120px"> | 
			
		
	
		
			
				
					|  |  |  |                     <template slot="prepend">远:</template> | 
			
		
	
		
			
				
					|  |  |  |                   </el-input> | 
			
		
	
		
			
				
					|  |  |  |                   <span>△</span> | 
			
		
	
		
			
				
					|  |  |  |                   <el-select v-model="formData.ywYuanExtra" placeholder="" style="width: 100px"> | 
			
		
	
		
			
				
					|  |  |  |                     <el-option | 
			
		
	
		
			
				
					|  |  |  |                       v-for="item in position" | 
			
		
	
		
			
				
					|  |  |  |                       :key="item.id" | 
			
		
	
		
			
				
					|  |  |  |                       :label="item.name" | 
			
		
	
		
			
				
					|  |  |  |                       :value="item.name" | 
			
		
	
		
			
				
					|  |  |  |                     /> | 
			
		
	
		
			
				
					|  |  |  |                   </el-select> | 
			
		
	
		
			
				
					|  |  |  |                 </div> | 
			
		
	
		
			
				
					|  |  |  |               </div> | 
			
		
	
		
			
				
					|  |  |  |               <div v-if="scope.row.name == '梯度性AC/A'"> | 
			
		
	
	
		
			
				
					|  |  | @ -403,10 +412,19 @@ | 
			
		
	
		
			
				
					|  |  |  |                 </div> | 
			
		
	
		
			
				
					|  |  |  |               </div> | 
			
		
	
		
			
				
					|  |  |  |               <div v-if="scope.row.name == '眼位'"> | 
			
		
	
		
			
				
					|  |  |  |                 <div class="width-180 center"> | 
			
		
	
		
			
				
					|  |  |  |                   <el-input v-model="formData.ywJin" placeholder=""> | 
			
		
	
		
			
				
					|  |  |  |                 <div class="center"> | 
			
		
	
		
			
				
					|  |  |  |                   <el-input v-model="formData.ywJin" placeholder="" style="width: 120px"> | 
			
		
	
		
			
				
					|  |  |  |                     <template slot="prepend">近:</template> | 
			
		
	
		
			
				
					|  |  |  |                   </el-input> | 
			
		
	
		
			
				
					|  |  |  |                   <span>△</span> | 
			
		
	
		
			
				
					|  |  |  |                   <el-select v-model="formData.ywJinExtra" placeholder="" style="width: 100px"> | 
			
		
	
		
			
				
					|  |  |  |                     <el-option | 
			
		
	
		
			
				
					|  |  |  |                       v-for="item in position" | 
			
		
	
		
			
				
					|  |  |  |                       :key="item.id" | 
			
		
	
		
			
				
					|  |  |  |                       :label="item.name" | 
			
		
	
		
			
				
					|  |  |  |                       :value="item.name" | 
			
		
	
		
			
				
					|  |  |  |                     /> | 
			
		
	
		
			
				
					|  |  |  |                   </el-select> | 
			
		
	
		
			
				
					|  |  |  |                 </div> | 
			
		
	
		
			
				
					|  |  |  |               </div> | 
			
		
	
		
			
				
					|  |  |  |               <div v-if="scope.row.name == '梯度性AC/A'"> | 
			
		
	
	
		
			
				
					|  |  | @ -539,6 +557,8 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         // 眼位 | 
			
		
	
		
			
				
					|  |  |  |         ywYuan: '', | 
			
		
	
		
			
				
					|  |  |  |         ywJin: '', | 
			
		
	
		
			
				
					|  |  |  |         ywJinExtra: '', | 
			
		
	
		
			
				
					|  |  |  |         ywYuanExtra: '', | 
			
		
	
		
			
				
					|  |  |  |         // 梯度性AC/A | 
			
		
	
		
			
				
					|  |  |  |         aca1: '', | 
			
		
	
		
			
				
					|  |  |  |         aca2: '', | 
			
		
	
	
		
			
				
					|  |  | @ -592,6 +612,21 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         ysSign: '', | 
			
		
	
		
			
				
					|  |  |  |         riQi: '' | 
			
		
	
		
			
				
					|  |  |  |       }, | 
			
		
	
		
			
				
					|  |  |  |       position: [ | 
			
		
	
		
			
				
					|  |  |  |         { | 
			
		
	
		
			
				
					|  |  |  |           name: 'BI', | 
			
		
	
		
			
				
					|  |  |  |           id: '1' | 
			
		
	
		
			
				
					|  |  |  |         }, { | 
			
		
	
		
			
				
					|  |  |  |           name: 'BO', | 
			
		
	
		
			
				
					|  |  |  |           id: '2' | 
			
		
	
		
			
				
					|  |  |  |         }, { | 
			
		
	
		
			
				
					|  |  |  |           name: 'BD', | 
			
		
	
		
			
				
					|  |  |  |           id: '3' | 
			
		
	
		
			
				
					|  |  |  |         }, { | 
			
		
	
		
			
				
					|  |  |  |           name: 'BU', | 
			
		
	
		
			
				
					|  |  |  |           id: '4' | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |       ], | 
			
		
	
		
			
				
					|  |  |  |       ctList: [ | 
			
		
	
		
			
				
					|  |  |  |         { | 
			
		
	
		
			
				
					|  |  |  |           name: '正位', | 
			
		
	
	
		
			
				
					|  |  | @ -817,6 +852,8 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         if (!this.formData.id) { | 
			
		
	
		
			
				
					|  |  |  |           await this.queryProject() | 
			
		
	
		
			
				
					|  |  |  |           this.formData.ywJinExtra = 'BI' | 
			
		
	
		
			
				
					|  |  |  |           this.formData.ywYuanExtra = 'BI' | 
			
		
	
		
			
				
					|  |  |  |           this.formData.ctYuan = this.formData.ctJin = '正位' | 
			
		
	
		
			
				
					|  |  |  |           this.formData.ctYqyd = '正常' | 
			
		
	
		
			
				
					|  |  |  |           this.formData.worth1 = this.formData.worth3 = '4个' | 
			
		
	
	
		
			
				
					|  |  | 
 |