From d0343f5e1435b45141962d7a90c6c2e3fedb8cbb Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 19 十月 2023 10:28:42 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into dev --- src/views/reportForm/inboundOutboundDetail/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/reportForm/inboundOutboundDetail/index.vue b/src/views/reportForm/inboundOutboundDetail/index.vue index 46a21b5..c31f520 100644 --- a/src/views/reportForm/inboundOutboundDetail/index.vue +++ b/src/views/reportForm/inboundOutboundDetail/index.vue @@ -168,7 +168,10 @@ async getData() { if (this.params.name === "鎶ヨ〃") { await getHistory({ - productId: this.params.id, + keyWord:this.params.row.productTypeName, + produceId:this.params.row.id, + productName:this.params.row.productName, + unit:this.params.row.unit, page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize }).then((res) => { -- Gitblit v1.8.0