From c3b81170be0d29da0228707db8e90c5ded4db999 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 25 一月 2024 18:55:01 +0800 Subject: [PATCH] 报表-库存报表--点击产品历史调整入库明细表带上对应的产品名称到改列表搜索 --- src/views/reportForm/inventoryReport/index.vue | 2 +- src/views/reportForm/inboundOutboundDetail/index.vue | 1 + src/views/reportForm/locationReport/index.vue | 2 +- src/views/operate/outEnterLibrary/index.vue | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/operate/outEnterLibrary/index.vue b/src/views/operate/outEnterLibrary/index.vue index 846578e..a6cb4a6 100644 --- a/src/views/operate/outEnterLibrary/index.vue +++ b/src/views/operate/outEnterLibrary/index.vue @@ -7,6 +7,7 @@ :placeholder="'璇锋牴鎹崟鍙枫�佷骇鍝併�佷笟鍔$被鍨嬭繘琛屾悳绱�'" :amount-view="false" @addCommonClick="addBtnClick" + :inputName="params.keyWord" @searchClick="getList" /> </div> diff --git a/src/views/reportForm/inboundOutboundDetail/index.vue b/src/views/reportForm/inboundOutboundDetail/index.vue index fe60a74..62f8ea5 100644 --- a/src/views/reportForm/inboundOutboundDetail/index.vue +++ b/src/views/reportForm/inboundOutboundDetail/index.vue @@ -6,6 +6,7 @@ :showAdd="false" :placeholder="'璇锋牴鎹崟鍙枫�佷骇鍝併�佷笟鍔$被鍨嬭繘琛屾悳绱�'" :amount-view="false" + :inputName="params.keyWord" @addCommonClick="addBtnClick" @searchClick="getList" /> diff --git a/src/views/reportForm/inventoryReport/index.vue b/src/views/reportForm/inventoryReport/index.vue index 9198a5c..52fa318 100644 --- a/src/views/reportForm/inventoryReport/index.vue +++ b/src/views/reportForm/inventoryReport/index.vue @@ -308,7 +308,7 @@ this.$router.push({ name: "inboundOutboundDetail", params: { - keyWord: row.productType, + keyWord: row.productName, produceId: row.produceId, unit: row.unit, productName: row.productName, diff --git a/src/views/reportForm/locationReport/index.vue b/src/views/reportForm/locationReport/index.vue index 4fb850f..378c2e4 100644 --- a/src/views/reportForm/locationReport/index.vue +++ b/src/views/reportForm/locationReport/index.vue @@ -262,7 +262,7 @@ this.$router.push({ name: "outEnterLibrary", params: { - keyWord:row.productTypeName, + keyWord:row.productName, produceId:row.produceId, productName:row.productName, unit:row.unit, -- Gitblit v1.8.0