|
@@ -163,7 +163,7 @@ import {
|
|
|
deleteAllMzReceipts,
|
|
|
getHistoryMzReceipts,
|
|
|
getHistoryReceiptDetail,
|
|
|
- insertSiMzFees,
|
|
|
+ insertSiMzFeesForSupplement,
|
|
|
outpatientPreSettlement,
|
|
|
outpatientRegistration,
|
|
|
revokeOutpatientFeeDetails,
|
|
@@ -381,20 +381,17 @@ export default {
|
|
|
type: 'warning',
|
|
|
confirmButtonText: '生成',
|
|
|
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([])
|