From a347d29b64884f244a9bbaa2d75a1edb35195fdb Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期四, 14 十二月 2023 15:30:52 +0800 Subject: [PATCH] 路由拦截放行出入库明细跳转 --- src/views/operate/outEnterLibrary/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/operate/outEnterLibrary/index.vue b/src/views/operate/outEnterLibrary/index.vue index 9eb2e60..315abca 100644 --- a/src/views/operate/outEnterLibrary/index.vue +++ b/src/views/operate/outEnterLibrary/index.vue @@ -42,6 +42,7 @@ v-if="editConfig.visible" :edit-common-config="editConfig" :add-name="addName" + :workType="workType" /> </div> </template> @@ -77,6 +78,7 @@ }, params: {}, baseOperationTypeList:getDataByType("baseOperationTypeTwo"), + workType:-1 } }, created() { @@ -268,6 +270,8 @@ this.getData() }, tableRowClick(row,val) { + console.log(row,"鐪嬬湅") + this.workType=row.baseOperationType this.editConfig.title = val getOperationInfo(row.operationId).then((res)=>{ this.editConfig.infomation = { ...res.data } -- Gitblit v1.8.0