|
@@ -571,7 +571,7 @@ const openShouFee = ()=>{
|
|
|
ElMessage.error('请先查询出要缴费的病人信息')
|
|
|
return
|
|
|
}
|
|
|
- queryLastMzZyReq(formData.value.inpatientNo).then(res=>{
|
|
|
+ queryLastMzZyReq(formData.value.patientId).then(res=>{
|
|
|
if(res.deposit != null && res.deposit > 0){
|
|
|
shouFeeForm.value.depoAmount = res.deposit
|
|
|
}
|