|  |  | @ -94,10 +94,10 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |           >查询 |  |  |  |           >查询 | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-button |  |  |  |           </el-button | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-button type="primary" icon="el-icon-position" @click="bindWorkPlace" |  |  |  |           <!--<el-button type="primary" icon="el-icon-position" @click="bindWorkPlace"--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           >绑定工位 |  |  |  |           <!-->绑定工位--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           </el-button |  |  |  |           <!--</el-button--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           <!-->--> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         </el-button-group> |  |  |  |         </el-button-group> | 
			
		
	
		
		
			
				
					
					|  |  |  |       </div> |  |  |  |       </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-divider style="margin: 15px"></el-divider> |  |  |  |       <el-divider style="margin: 15px"></el-divider> | 
			
		
	
	
		
		
			
				
					|  |  | @ -236,7 +236,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |       append-to-body |  |  |  |       append-to-body | 
			
		
	
		
		
			
				
					
					|  |  |  |     > |  |  |  |     > | 
			
		
	
		
		
			
				
					
					|  |  |  |       <bindWorkDialog |  |  |  |       <bindWorkDialog | 
			
		
	
		
		
			
				
					
					|  |  |  |         :prescribeList="this.multiplePreSelection" |  |  |  |         :prescribeListData="this.prescribeListData" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         :closeDialog="this.closeDialog" |  |  |  |         :closeDialog="this.closeDialog" | 
			
		
	
		
		
			
				
					
					|  |  |  |       ></bindWorkDialog> |  |  |  |       ></bindWorkDialog> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </el-dialog> |  |  |  |     </el-dialog> | 
			
		
	
	
		
		
			
				
					|  |  | @ -325,6 +325,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       bindWorkPlaceVisible: false, |  |  |  |       bindWorkPlaceVisible: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |       multiplePreSelection: [], |  |  |  |       multiplePreSelection: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       prescribeListData: {}, | 
			
		
	
		
		
			
				
					
					|  |  |  |       curRow: null, |  |  |  |       curRow: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |       panelALive: false, |  |  |  |       panelALive: false, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -374,12 +375,13 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getList(); |  |  |  |       this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     bindWorkPlace() { |  |  |  |     bindWorkPlace(_this,row) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       if (this.multiplePreSelection.length == 0) { |  |  |  |       // if (this.multiplePreSelection.length == 0) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         this.$message.warning('请先选择处方!'); |  |  |  |       //   this.$message.warning('请先选择处方!'); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         return |  |  |  |       //   return | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       // } | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       this.bindWorkPlaceVisible = true; |  |  |  |       _this.prescribeListData = row | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       _this.bindWorkPlaceVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |