фиксй
This commit is contained in:
parent
cfb53f250b
commit
1d85083f97
@ -647,7 +647,7 @@ namespace DoctorApp.Controllers
|
||||
}
|
||||
APIDoctor.PostRequest("api/report/senddrugsvisitsreporttoemail", new ReportDrugsVisitsBindingModel
|
||||
{
|
||||
FileName = "C:\\Users\\1\\Downloads\\pdffile.pdf",
|
||||
FileName = "D:\\jopa\\pdffile.pdf",
|
||||
DoctorId = APIDoctor.Doctor.Id,
|
||||
DateFrom = dateFrom,
|
||||
DateTo = dateTo,
|
||||
|
@ -49,7 +49,7 @@
|
||||
if (dateFrom && dateTo) {
|
||||
$.ajax({
|
||||
method: "GET",
|
||||
url: "/Home/GetMedicinessReport",
|
||||
url: "/Home/GetMedicinesReport",
|
||||
data: { dateFrom: dateFrom, dateTo: dateTo },
|
||||
success: function (result) {
|
||||
if (result != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user