From c3b81170be0d29da0228707db8e90c5ded4db999 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 25 一月 2024 18:55:01 +0800 Subject: [PATCH] 报表-库存报表--点击产品历史调整入库明细表带上对应的产品名称到改列表搜索 --- src/views/operate/outEnterLibrary/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/operate/outEnterLibrary/index.vue b/src/views/operate/outEnterLibrary/index.vue index 315abca..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> @@ -83,7 +84,6 @@ }, created() { this.setTable() - console.log(this.$route.params) var paramsList = sessionStorage.getItem("paramsList") let params = {} if (paramsList) { @@ -147,11 +147,11 @@ }, { label: "涓氬姟绫诲瀷", - prop: "baseOperationType", + prop: "operationTypeName", isShowColumn: true, default: true, - conversion: true, - getStatus: this.getBaseOperationTypeList + // conversion: true, + // getStatus: this.getBaseOperationTypeList }, { label: "浠�", @@ -221,6 +221,7 @@ async getData() { if (this.params.name === "鎶ヨ〃") { await listByCondition({ + // condition:"", keyWord:this.params.keyWord, produceId:this.params.produceId, unit:this.params.unit, @@ -270,7 +271,6 @@ this.getData() }, tableRowClick(row,val) { - console.log(row,"鐪嬬湅") this.workType=row.baseOperationType this.editConfig.title = val getOperationInfo(row.operationId).then((res)=>{ -- Gitblit v1.8.0