diff --git a/src/views/BrokeringQuery.vue b/src/views/BrokeringQuery.vue index 4b4382e..faefbc5 100644 --- a/src/views/BrokeringQuery.vue +++ b/src/views/BrokeringQuery.vue @@ -21,17 +21,17 @@

{{ "Select filter to apply" }}

- + {{ facility.facilityName || facilityId }} - + {{ shippingMethod.shippingMethodId || shippingMethodId }} - + {{ "High" }} {{ "Medium" }} {{ "Low" }} @@ -41,11 +41,11 @@ {{ "Promise date" }} - {{ getFilterValue(orderRoutingFilterOptions, ruleEnums, 'PROMISE_DATE').fieldValue || getFilterValue(orderRoutingFilterOptions, ruleEnums, 'PROMISE_DATE').fieldValue == 0 ? getFilterValue(orderRoutingFilterOptions, ruleEnums, 'PROMISE_DATE').fieldValue : '-' }} + {{ getFilterValue(orderRoutingFilterOptions, ruleEnums, 'PROMISE_DATE').fieldValue || getFilterValue(orderRoutingFilterOptions, ruleEnums, 'PROMISE_DATE').fieldValue == 0 ? getFilterValue(orderRoutingFilterOptions, ruleEnums, 'PROMISE_DATE').fieldValue : 'select range' }} - + {{ enumInfo.description || enumInfo.enumId }} @@ -100,7 +100,7 @@

{{ "Select filter to apply" }}

- + {{ facilityGroup.facilityGroupName || facilityGroupId }} @@ -108,7 +108,7 @@ {{ "Proximity" }} - + {{ "kms" }} {{ "miles" }} @@ -118,7 +118,7 @@ {{ "Brokering safety stock" }} - + {{ enumeration.description || enumeration.enumCode }} @@ -175,7 +175,7 @@ - + {{ "Next rule" }} @@ -187,13 +187,13 @@ - + {{ facility.facilityName || facilityId }} {{ "Auto cancel days" }} - {{ inventoryRuleActions[actionEnums['AUTO_CANCEL_DAYS'].id]?.actionValue ? `${inventoryRuleActions[actionEnums['AUTO_CANCEL_DAYS'].id].actionValue} days` : '-' }} + {{ inventoryRuleActions[actionEnums['AUTO_CANCEL_DAYS'].id]?.actionValue ? `${inventoryRuleActions[actionEnums['AUTO_CANCEL_DAYS'].id].actionValue} days` : 'select days' }} diff --git a/src/views/BrokeringRoute.vue b/src/views/BrokeringRoute.vue index a7d6b9e..144e74b 100644 --- a/src/views/BrokeringRoute.vue +++ b/src/views/BrokeringRoute.vue @@ -3,7 +3,7 @@ - + {{ "Brokering run name" }} @@ -32,7 +32,7 @@ - + {{ routingStatus[routing.statusId]?.desc || routing.statusId }} {{ routingStatus[routing.statusId]?.desc || routing.statusId }}