|  | @ -1,7 +1,7 @@ | 
		
	
		
			
				|  |  | <template> |  |  | <template> | 
		
	
		
			
				|  |  |   <div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always"> |  |  |   <div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always"> | 
		
	
		
			
				|  |  |     <div v-if="!onlyRead" class="btnBox"> |  |  |     <div v-if="!onlyRead" class="btnBox"> | 
		
	
		
			
				|  |  |       <el-button v-print="printObj" size="small">打印</el-button> |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       <el-button v-print="printObj" size="small" @click="handleSaveTable">打印</el-button> | 
		
	
		
			
				|  |  |       <el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> |  |  |       <el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> | 
		
	
		
			
				|  |  |       <el-button type="danger" size="small" @click="handleDelete">删除</el-button> |  |  |       <el-button type="danger" size="small" @click="handleDelete">删除</el-button> | 
		
	
		
			
				|  |  |     </div> |  |  |     </div> | 
		
	
	
		
			
				|  | @ -325,7 +325,6 @@ export default { | 
		
	
		
			
				|  |  |         extraHead: '<meta http-equiv="Content-Language"content="zh-cn"/>,<style>  #printId { width: 100%; !important; }  .el-input__prefix { display: none } <style>' |  |  |         extraHead: '<meta http-equiv="Content-Language"content="zh-cn"/>,<style>  #printId { width: 100%; !important; }  .el-input__prefix { display: none } <style>' | 
		
	
		
			
				|  |  |       }, |  |  |       }, | 
		
	
		
			
				|  |  |       dataForm: { |  |  |       dataForm: { | 
		
	
		
			
				|  |  |         id: '', |  |  |  | 
		
	
		
			
				|  |  |         patientId: '', |  |  |         patientId: '', | 
		
	
		
			
				|  |  |         patientName: '', |  |  |         patientName: '', | 
		
	
		
			
				|  |  |         patientSex: '', |  |  |         patientSex: '', | 
		
	
	
		
			
				|  | @ -512,8 +511,6 @@ export default { | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |   }, |  |  |   }, | 
		
	
		
			
				|  |  |   mounted() { |  |  |   mounted() { | 
		
	
		
			
				|  |  |     // this.originTableData = JSON.parse(JSON.stringify(this.tableData)) |  |  |  | 
		
	
		
			
				|  |  |     // this.originHeadData = JSON.parse(JSON.stringify(this.headData)) |  |  |  | 
		
	
		
			
				|  |  |     this.getPatientData() |  |  |     this.getPatientData() | 
		
	
		
			
				|  |  |   }, |  |  |   }, | 
		
	
		
			
				|  |  |   methods: { |  |  |   methods: { | 
		
	
	
		
			
				|  | @ -607,11 +604,8 @@ export default { | 
		
	
		
			
				|  |  |         } |  |  |         } | 
		
	
		
			
				|  |  |       } |  |  |       } | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     handlePrint() { |  |  |  | 
		
	
		
			
				|  |  |       this.printPage('development') |  |  |  | 
		
	
		
			
				|  |  |     }, |  |  |  | 
		
	
		
			
				|  |  |     handleSaveTable() { |  |  |     handleSaveTable() { | 
		
	
		
			
				|  |  |       this.$http.post('/qgfyda/saveQgfyda', this.dataForm).then(({ data: res }) => { |  |  |  | 
		
	
		
			
				|  |  |  |  |  |       this.$http.post('/qgfyda/saveQgfyda', { caseId: this.caseId, ...this.dataForm }).then(({ data: res }) => { | 
		
	
		
			
				|  |  |         if (res.code !== 0) { |  |  |         if (res.code !== 0) { | 
		
	
		
			
				|  |  |           return this.$message.error(res.msg) |  |  |           return this.$message.error(res.msg) | 
		
	
		
			
				|  |  |         } |  |  |         } | 
		
	
	
		
			
				|  | @ -630,6 +624,9 @@ export default { | 
		
	
		
			
				|  |  | </script> |  |  | </script> | 
		
	
		
			
				|  |  | <style lang="scss"> |  |  | <style lang="scss"> | 
		
	
		
			
				|  |  | #development { |  |  | #development { | 
		
	
		
			
				|  |  |  |  |  |   .el-table__cell{ | 
		
	
		
			
				|  |  |  |  |  |     padding: 7px 0 !important; | 
		
	
		
			
				|  |  |  |  |  |   } | 
		
	
		
			
				|  |  |   .el-input__inner { |  |  |   .el-input__inner { | 
		
	
		
			
				|  |  |     border: none; |  |  |     border: none; | 
		
	
		
			
				|  |  |     height: 26px !important; |  |  |     height: 26px !important; | 
		
	
	
		
			
				|  | 
 |