Browse Source

体检报告

master
luobinjie 4 months ago
parent
commit
85346031cf
  1. 2
      src/components/report/PatientRegisterListNobtn.vue

2
src/components/report/PatientRegisterListNobtn.vue

@ -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) {

Loading…
Cancel
Save