|
|
@ -492,7 +492,7 @@ export default { |
|
|
//console.log('/api/app/peisreport/getpatientregisterreport',body) |
|
|
//console.log('/api/app/peisreport/getpatientregisterreport',body) |
|
|
// 带收费信息 /api/app/PeisReport/GetPatientRegisterReportWithCharge |
|
|
// 带收费信息 /api/app/PeisReport/GetPatientRegisterReportWithCharge |
|
|
// 不带收费信息 /api/app/patientregister/getlistinfilter |
|
|
// 不带收费信息 /api/app/patientregister/getlistinfilter |
|
|
postapi('/api/app/patientregister/getlistinfilter', body).then(res => { |
|
|
|
|
|
|
|
|
postapi('/api/app/peisreport/getpatientregisterreport', body).then(res => { |
|
|
if (res.code > -1) { |
|
|
if (res.code > -1) { |
|
|
|
|
|
|
|
|
if (this.patientRegister.query.isSeries == 'Y' && this.patientRegister.query.patientRegisterNo) { |
|
|
if (this.patientRegister.query.isSeries == 'Y' && this.patientRegister.query.patientRegisterNo) { |
|
|
|