From b08d6dd897626cfbcf4b2471cee47abe357725d4 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 25 一月 2024 18:31:42 +0800 Subject: [PATCH] wms 产品模块 进货,出货2个区别开,进货跳转到入库明细表,出货跳转到出库明细表 --- src/views/reportForm/locationReport/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/reportForm/locationReport/index.vue b/src/views/reportForm/locationReport/index.vue index 2759b0b..4fb850f 100644 --- a/src/views/reportForm/locationReport/index.vue +++ b/src/views/reportForm/locationReport/index.vue @@ -235,6 +235,8 @@ // 鎼滅储 getList(val) { this.keyWord=val + this.pagerOptions.currPage=1 + this.pagerOptions.pageSize=15 this.getData() }, // 琛岀偣鍑� -- Gitblit v1.8.0