|  |  | @ -137,10 +137,10 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-input :disabled="scope.$index !== currentIndex" v-model="scope.row.remark"></el-input> |  |  |  |               <el-input :disabled="scope.$index !== currentIndex" v-model="scope.row.remark"></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="生产日期(yyMMdd)" prop="productionDate"></el-table-column> |  |  |  |           <el-table-column label="生产日期" prop="productionDate"></el-table-column> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="失效日期(yyMMdd)" prop="expireDate" |  |  |  |           <el-table-column label="失效日期" prop="expireDate" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                            show-overflow-tooltip></el-table-column> |  |  |  |                            show-overflow-tooltip></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="注册/备案凭证号" prop="zczbhhzbapzbh" |  |  |  |           <el-table-column width="150" label="注册/备案凭证号" prop="zczbhhzbapzbh" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                            show-overflow-tooltip></el-table-column> |  |  |  |                            show-overflow-tooltip></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column label="生产企业" prop="ylqxzcrbarmc" |  |  |  |           <el-table-column label="生产企业" prop="ylqxzcrbarmc" | 
			
		
	
		
		
			
				
					
					|  |  |  |                            show-overflow-tooltip></el-table-column> |  |  |  |                            show-overflow-tooltip></el-table-column> | 
			
		
	
	
		
		
			
				
					|  |  | @ -158,7 +158,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 type="text" |  |  |  |                 type="text" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 size="small" |  |  |  |                 size="small" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @click.stop="true" |  |  |  |                 @click.stop="true" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @click.native="updateOrderDetail(scope.row)" |  |  |  |                 @click.native="updateOrderDetail(scope.$index,scope.row)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |               >保存 |  |  |  |               >保存 | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-button |  |  |  |               </el-button | 
			
		
	
		
		
			
				
					
					|  |  |  |               > |  |  |  |               > | 
			
		
	
	
		
		
			
				
					|  |  | @ -473,13 +473,14 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |       }) |  |  |  |       }) | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     updateOrderDetail(row) { |  |  |  |     updateOrderDetail(index,row) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       updateInvMAOrderDetail(row).then((res) => { |  |  |  |       updateInvMAOrderDetail(row).then((res) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (res.code === 20000) { |  |  |  |         if (res.code === 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.$message.success("保存成功!") |  |  |  |           this.$message.success("保存成功!") | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.getList(); |  |  |  |           this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |       }) |  |  |  |       }) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.currentIndex = -1; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     editOrderDetail(index, row) { |  |  |  |     editOrderDetail(index, row) { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.currentIndex = index; |  |  |  |       this.currentIndex = index; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |