diff --git a/src/pages/productReceipt/job/productReceiptJob.vue b/src/pages/productReceipt/job/productReceiptJob.vue index 38eb5ffd..51f49dd7 100644 --- a/src/pages/productReceipt/job/productReceiptJob.vue +++ b/src/pages/productReceipt/job/productReceiptJob.vue @@ -367,7 +367,12 @@ column: "itemCode", action: "==", value: result.label.itemCode - }, + }, + { + column: "type", + action: "==", + value: this.type + } // { // column: "fromLocationCode", // action: "==",