|
|
|
|
@ -1,9 +1,8 @@
|
|
|
|
|
class URLs {
|
|
|
|
|
URLs._();
|
|
|
|
|
|
|
|
|
|
// static const host1 = "https://atomsm.hmg.com"; // production url
|
|
|
|
|
static const host1 = "https://atomsmdev.hmg.com"; // local UAT url
|
|
|
|
|
|
|
|
|
|
static const host1 = "https://atomsm.hmg.com"; // production url
|
|
|
|
|
// static const host1 = "https://atomsmdev.hmg.com"; // local UAT url
|
|
|
|
|
|
|
|
|
|
static String _baseUrl = "$_host/mobile";
|
|
|
|
|
|
|
|
|
|
@ -43,6 +42,7 @@ class URLs {
|
|
|
|
|
static get getRepairLocation => "$_baseUrl/Lookups/GetLookup?lookupEnum=504";
|
|
|
|
|
|
|
|
|
|
static get equipmentStatus => "$_baseUrl/Lookups/GetLookup?lookupEnum=601";
|
|
|
|
|
|
|
|
|
|
static get commissioningStatus => "$_baseUrl/Lookups/GetLookup?lookupEnum=601";
|
|
|
|
|
|
|
|
|
|
static get getDateOperators => "$_baseUrl/Lookups/GetLookup?lookupEnum=200";
|
|
|
|
|
@ -75,7 +75,7 @@ class URLs {
|
|
|
|
|
static get getSubWorkerInfoAccordingToPreviousStep => "$_baseUrl/WorkOrder/GetDataPreviousStep";
|
|
|
|
|
|
|
|
|
|
static get getPpmReasons => "$_baseUrl/Lookups/GetLookup?lookupEnum=522"; // get for ppm po reason, in mobile there is no use of it.
|
|
|
|
|
static get getPpmAssetAvailability => "$_baseUrl/Lookups/GetLookup?lookupEnum=1205"; // get for ppm po reason, in mobile there is no use of it.
|
|
|
|
|
static get getPpmAssetAvailability => "$_baseUrl/Lookups/GetLookup?lookupEnum=1205"; // get for ppm po reason, in mobile there is no use of it.
|
|
|
|
|
static get getPpmElectricalSafety => "$_baseUrl/Lookups/GetLookup?lookupEnum=480"; // get for ppm po reason, in mobile there is no use of it.
|
|
|
|
|
static get getPpmTaskStatus => "$_baseUrl/Lookups/GetLookup?lookupEnum=403"; // get for ppm po reason, in mobile there is no use of it.
|
|
|
|
|
static get getPpmService => "$_baseUrl/Lookups/GetLookup?lookupEnum=34"; // get for ppm po reason, in mobile there is no use of it.
|
|
|
|
|
|