From 2106cddb990fcf173659e97585c19dfc73401946 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Thu, 13 Jun 2024 11:02:39 +0530 Subject: [PATCH] Updated: Replace externalId with facilityId in payload & increase the viewSize to 250. (#289) --- src/store/modules/util/actions.ts | 2 +- src/views/ScheduledRestock.vue | 2 +- src/views/ScheduledRestockReview.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/store/modules/util/actions.ts b/src/store/modules/util/actions.ts index 453b288..d7a2494 100644 --- a/src/store/modules/util/actions.ts +++ b/src/store/modules/util/actions.ts @@ -18,7 +18,7 @@ const actions: ActionTree = { "facilityTypeId_op": "notEqual", }, "fieldList": ["facilityId", "facilityName", "parentTypeId", "externalId"], - "viewSize": 50, + "viewSize": 250, "entityName": "FacilityAndType", "noConditionFind": "Y" } diff --git a/src/views/ScheduledRestock.vue b/src/views/ScheduledRestock.vue index c363657..50b0def 100644 --- a/src/views/ScheduledRestock.vue +++ b/src/views/ScheduledRestock.vue @@ -70,7 +70,7 @@ - + {{ facility.facilityName || facility.facilityId }} diff --git a/src/views/ScheduledRestockReview.vue b/src/views/ScheduledRestockReview.vue index 555a429..af1365b 100644 --- a/src/views/ScheduledRestockReview.vue +++ b/src/views/ScheduledRestockReview.vue @@ -41,7 +41,7 @@ - + {{ facility.facilityName || facility.facilityId }} @@ -244,7 +244,7 @@ export default defineComponent({ const uploadData = { payload: { - externalDestinationFacilityId: destinationFacilityId, + destinationFacilityId: destinationFacilityId, items: items } };