From e5ed44879d7722c160b9af63ba51b333bc7f4d1d Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 17 十一月 2023 16:43:41 +0800 Subject: [PATCH] modified: src/views/plan/manufacturingorder/index.vue --- src/views/warehouse/stock/index.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/views/warehouse/stock/index.vue b/src/views/warehouse/stock/index.vue index c95ee8d..5b6d7f8 100644 --- a/src/views/warehouse/stock/index.vue +++ b/src/views/warehouse/stock/index.vue @@ -8,6 +8,7 @@ :prelang="prelang" :options="options" :ajaxFun="ajaxFun" + :paramObj="paramObj" ref="warehouseStockTable" > <template #toolbar> @@ -60,6 +61,7 @@ export default { data() { return { + paramObj: {}, stockVisible: false, ajaxFun: realTimeStockPage, multipleSelection: [], @@ -392,6 +394,9 @@ ...mapGetters(['permissions']) }, activated() { + this.paramObj = { + partNo: this.$route.query.partNo + } this.getData() }, methods: { -- Gitblit v1.9.3