|
|
|
@ -145,6 +145,10 @@ export default { |
|
|
|
{ label: "锁住", prop: "isLock", minWidth: 60, align: "center" }, |
|
|
|
{ label: "预约备单", prop: "isUploadAppoint", minWidth: 90, align: "center" }, |
|
|
|
{ label: "上传", prop: "isUpload", minWidth: 60, align: "center" }, |
|
|
|
{ label: "标准金额", prop: "standardAmount", minWidth: 80, align: "center" }, |
|
|
|
{ label: "应收金额", prop: "receivableAmount", minWidth: 80, align: "center" }, |
|
|
|
{ label: "实收金额", prop: "chargeAmount", minWidth: 80, align: "center" }, |
|
|
|
{ label: "支付方式", prop: "chargePayMode", minWidth: 80, align: "center" }, |
|
|
|
], |
|
|
|
|
|
|
|
}; |
|
|
|
@ -395,7 +399,9 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
console.log('/api/app/patientregister/getlistinfilter', body) |
|
|
|
postapi('/api/app/patientregister/getlistinfilter', body) |
|
|
|
// 带收费信息 /api/app/PeisReport/GetPatientRegisterReportWithCharge |
|
|
|
// 不带收费信息 /api/app/patientregister/getlistinfilter |
|
|
|
postapi('/api/app/PeisReport/GetPatientRegisterReportWithCharge', body) |
|
|
|
.then((res) => { |
|
|
|
if (res.code != -1) { |
|
|
|
this.patientRegister.prList = this.prListTrans(res.data.items); |
|
|
|
@ -484,8 +490,9 @@ export default { |
|
|
|
if (this.patientRegister.query.medicalConclusionId && this.patientRegister.query.medicalConclusionId.length > 0) body.medicalConclusionIds = this.patientRegister.query.medicalConclusionId |
|
|
|
|
|
|
|
//console.log('/api/app/peisreport/getpatientregisterreport',body) |
|
|
|
|
|
|
|
postapi('/api/app/peisreport/getpatientregisterreport', body).then(res => { |
|
|
|
// 带收费信息 /api/app/PeisReport/GetPatientRegisterReportWithCharge |
|
|
|
// 不带收费信息 /api/app/patientregister/getlistinfilter |
|
|
|
postapi('/api/app/PeisReport/GetPatientRegisterReportWithCharge', body).then(res => { |
|
|
|
if (res.code > -1) { |
|
|
|
|
|
|
|
if (this.patientRegister.query.isSeries == 'Y' && this.patientRegister.query.patientRegisterNo) { |
|
|
|
|