Skip to content

Commit

Permalink
Improved: Added support to set userLoginId as comments/description wh…
Browse files Browse the repository at this point in the history
…ile recording variance.
  • Loading branch information
ravilodhi committed Feb 23, 2024
1 parent e939a04 commit 4f7d909
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/count.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
...mapGetters({
product: "product/getCurrent",
facility: 'user/getCurrentFacility',
QOHConfig: 'user/getViewQOHConfig'
QOHConfig: 'user/getViewQOHConfig',
userProfile: 'user/getUserProfile',
})
},
data(){
Expand Down Expand Up @@ -365,7 +366,8 @@
"quantity": parseInt(this.product.varianceQuantity),
"facilityId": this.facility.facilityId,
"locationSeqId": this.product.locationId,
"varianceReasonId": this.product.varianceReasonId
"varianceReasonId": this.product.varianceReasonId,
"comments": this.userProfile.userLoginId
}
}
Expand Down

0 comments on commit 4f7d909

Please sign in to comment.