forked from ddrilling/AsbCloudServer
nit report design fixes
This commit is contained in:
parent
93a8a7bd7f
commit
af72eceb47
@ -15,7 +15,7 @@ namespace AsbCloudInfrastructure.Services.ProcessMap
|
|||||||
const int firstColumn = 2;
|
const int firstColumn = 2;
|
||||||
const int lastColumn = 49;
|
const int lastColumn = 49;
|
||||||
|
|
||||||
const int headerRowsCount = 6;
|
const int headerRowsCount = 5;
|
||||||
|
|
||||||
private readonly IProcessMapReportService processMapService;
|
private readonly IProcessMapReportService processMapService;
|
||||||
|
|
||||||
|
Binary file not shown.
@ -11,4 +11,10 @@ GET {{baseUrl}}/api/processMap/getDrillProcessMap/{{wellId}}
|
|||||||
Content-Type: {{contentType}}
|
Content-Type: {{contentType}}
|
||||||
accept: */*
|
accept: */*
|
||||||
Authorization: {{auth}}
|
Authorization: {{auth}}
|
||||||
l
|
|
||||||
|
|
||||||
|
###
|
||||||
|
GET {{baseUrl}}/api/processMap/getReportFile/{{wellId}}
|
||||||
|
Content-Type: {{contentType}}
|
||||||
|
accept: */*
|
||||||
|
Authorization: {{auth}}
|
Loading…
Reference in New Issue
Block a user