From e4dc63eeeb30bf97e1767eb1da49031216ed24ac Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 23 十月 2023 14:07:20 +0800 Subject: [PATCH] 库存调整,库存调拨,api修改 --- src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue b/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue index 4971c40..8e9290c 100644 --- a/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue +++ b/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue @@ -38,6 +38,7 @@ this.setTable() this.locationId = this.$route.params.locationId this.productId = this.$route.params.productId + this.baseOperationType=this.$route.params.baseOperationType this.getData() }, methods: { @@ -132,7 +133,8 @@ locationId: this.locationId, page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize, - productId: this.productId + productId: this.productId, + baseOperationType:this.baseOperationType }).then((res) => { if (res.code === 200) { const list = res.data.map((item) => { -- Gitblit v1.8.0