diff --git a/src/pages/productPutaway/job/productPutawayJob.vue b/src/pages/productPutaway/job/productPutawayJob.vue index 72d572fb..897a6cc6 100644 --- a/src/pages/productPutaway/job/productPutawayJob.vue +++ b/src/pages/productPutaway/job/productPutawayJob.vue @@ -366,11 +366,11 @@ action: "in", value: '1,2', }, - filters.push({ + { column: "accept_user_id", action: "==", value: this.$store.state.user.id - }) + } // { // column: "fromLocationCode", // action: "==", diff --git a/src/pages/productionReceipt/job/productionReceiptJob.vue b/src/pages/productionReceipt/job/productionReceiptJob.vue index e4055f6b..8a36e092 100644 --- a/src/pages/productionReceipt/job/productionReceiptJob.vue +++ b/src/pages/productionReceipt/job/productionReceiptJob.vue @@ -272,6 +272,11 @@ action: "==", value: code }) + filters.push({ + column: "accept_user_id", + action: "==", + value: this.$store.state.user.id + }) var params = { filters: filters, @@ -321,6 +326,11 @@ column: "itemCode", action: "==", value: result.label.itemCode + }, + { + column: "accept_user_id", + action: "==", + value: this.$store.state.user.id } ] getProductionReceiptJobList({ diff --git a/src/pages/purchaseReceipt/job/receiptJob.vue b/src/pages/purchaseReceipt/job/receiptJob.vue index 1d2e34d4..c8b3acf6 100644 --- a/src/pages/purchaseReceipt/job/receiptJob.vue +++ b/src/pages/purchaseReceipt/job/receiptJob.vue @@ -412,6 +412,11 @@ column: "status", action: "in", value: '1,2', + }, + { + column: "accept_user_id", + action: "==", + value: this.$store.state.user.id } // { // column: "fromLocationCode", @@ -420,13 +425,6 @@ // } ] } - filters.push({ - column: "accept_user_id", - action: "==", - value: this.$store.state.user.id - }) - - getPurchaseReceiptJobList({ filters: filters, pageNo: 1, diff --git a/src/pages/putaway/job/putawayJob.vue b/src/pages/putaway/job/putawayJob.vue index 37d199e7..7febda14 100644 --- a/src/pages/putaway/job/putawayJob.vue +++ b/src/pages/putaway/job/putawayJob.vue @@ -346,11 +346,11 @@ import { Exception } from 'sass'; action: "in", value: '1,2', }, - filters.push({ + { column: "accept_user_id", action: "==", value: this.$store.state.user.id - }) + } // { // column: "fromLocationCode", // action: "==",