门诊挂号
{
form.serviceTypeId = undefined;
setchargeItem;
}
"
@clear="handleOrgClear"
clearable
/>
当日已挂号
全部
正常挂号
退号记录
{{ scope.$index + 1 }}
{{ scope.row.age ? `${scope.row.age}` : '-' }}
{{ scope.row.totalPrice ? scope.row.totalPrice.toFixed(2) + ' 元' : '0.00 元' }}
{{ scope.row.statusEnum_enumText || '未知' }}
{{ parseTime(scope.row.registerTime) }}
{{ scope.row.returnDate ? parseTime(scope.row.returnDate) : '-' }}
{{ scope.row.returnReason || '-' }}
{{ scope.row.operatorName || '-' }}
{{ scope.row.operatorId || '-' }}
{{ scope.row.refundAmount ? scope.row.refundAmount.toFixed(2) + ' 元' : '-' }}
{{ scope.row.refundMethod || '-' }}
退号
{
if (value == 'success') {
proxy.$modal.msgSuccess('操作成功');
getList();
}
openRefundDialog = false;
}
"
:totalAmount="totalAmount"
:patientInfo="patientInfo"
:paymentId="paymentId"
:chargeItemIds="chargeItemIdList"
:feeType="patientInfo.medfeePaymtdCode || ''"
:contractName="patientInfo.contractName || ''"
:medfee_paymtd_code="medfee_paymtd_code"
:registerInfo="registerInfo"
/>
{
if (value == 'success') {
getList();
}
openReprintDialog = false;
}
"
/>