diff --git a/src/views/drugInventory/supInoutSearchOrder.vue b/src/views/drugInventory/supInoutSearchOrder.vue index 3bcf1636..9daaa290 100644 --- a/src/views/drugInventory/supInoutSearchOrder.vue +++ b/src/views/drugInventory/supInoutSearchOrder.vue @@ -591,7 +591,8 @@ export default { let query = { code: _this.$store.getters.locInvCode, enabled: true, - detailType: _this.actionType + detailType: _this.actionType, + productType:2 }; getOrderDetailBusOptimize(query) .then((response) => { diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 2040ac1d..f5a699d7 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -1,7 +1,7 @@