| 
														
															@@ -163,7 +163,7 @@ import { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   deleteAllMzReceipts, 
														 | 
														
														 | 
														
															   deleteAllMzReceipts, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   getHistoryMzReceipts, 
														 | 
														
														 | 
														
															   getHistoryMzReceipts, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   getHistoryReceiptDetail, 
														 | 
														
														 | 
														
															   getHistoryReceiptDetail, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  insertSiMzFees, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  insertSiMzFeesForSupplement, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   outpatientPreSettlement, 
														 | 
														
														 | 
														
															   outpatientPreSettlement, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   outpatientRegistration, 
														 | 
														
														 | 
														
															   outpatientRegistration, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   revokeOutpatientFeeDetails, 
														 | 
														
														 | 
														
															   revokeOutpatientFeeDetails, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -381,20 +381,17 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         type: 'warning', 
														 | 
														
														 | 
														
															         type: 'warning', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         confirmButtonText: '生成', 
														 | 
														
														 | 
														
															         confirmButtonText: '生成', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         cancelButtonText: '取消', 
														 | 
														
														 | 
														
															         cancelButtonText: '取消', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          .then(() => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            insertSiMzFees(currentReceipts.value).then(() => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              currentRow.value.status = '1' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              ElMessage({ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                message: '已成功生成医保处方。', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                type: 'success', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                duration: 2500, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                showClose: true, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          .catch(() => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }).then(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        insertSiMzFeesForSupplement(currentReceipts.value).then(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          currentRow.value.status = '1' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          ElMessage({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            message: '已成功生成医保处方。', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            type: 'success', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            duration: 2500, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            showClose: true, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }) 
														 | 
														
														 | 
														
															           }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }).catch(() => {}) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const matnDises = ref([]) 
														 | 
														
														 | 
														
															     const matnDises = ref([]) 
														 |