|
@@ -492,7 +492,6 @@ const handleClickInjuryinfo = row => {
|
|
|
}
|
|
|
injuryOutpatientRegister(row).then(() => {
|
|
|
showInsuinfo.value = false;
|
|
|
- clearReadCardData();
|
|
|
xcMessage.success("登记成功");
|
|
|
});
|
|
|
};
|
|
@@ -761,6 +760,7 @@ const readCardData = reactive({
|
|
|
mdtrtCertType: null,
|
|
|
readCardResult: null,
|
|
|
readCardBizType: null,
|
|
|
+ busCardInfo: null,
|
|
|
});
|
|
|
|
|
|
const clearReadCardData = () => {
|
|
@@ -825,7 +825,6 @@ function revokeEmergencyRescue(param) {
|
|
|
function normalOutpatientRegister(param) {
|
|
|
outpatientRegistration(param).then(res => {
|
|
|
showInsuinfo.value = false;
|
|
|
- clearReadCardData();
|
|
|
xcMessage.success(res);
|
|
|
});
|
|
|
}
|
|
@@ -952,6 +951,7 @@ const mzSettle = () => {
|
|
|
mdtrtCertType: readCardData.mdtrtCertType,
|
|
|
readCardResult: readCardData.readCardResult,
|
|
|
readCardBizType: readCardData.readCardBizType,
|
|
|
+ busCardInfo: readCardData.busCardInfo,
|
|
|
expContent: JSON.stringify(expContent),
|
|
|
};
|
|
|
outpatientSettlement(param).then(res => {
|