From d8ac6057eaad648687699e25a575f3b7b8c1b102 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 17 十一月 2023 18:52:19 +0800
Subject: [PATCH] modified: src/views/plan/customerorder/schedule-table.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