From 6e21cb25a8ceedf6b840c8ac70b5ac9319f9232b Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 9 Mar 2026 14:16:42 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E5=85=A5=E5=BA=93=E5=8D=95?= =?UTF-8?q?=E6=8D=AE/=E5=87=BA=E5=BA=93=E5=8D=95=E6=8D=AE-=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=85=A5=E5=8F=82=E5=8F=96=E6=B6=88=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/erp/stock/in/index.vue | 1 - src/views/erp/stock/out/index.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/views/erp/stock/in/index.vue b/src/views/erp/stock/in/index.vue index 6ac7236f..a11bdf18 100644 --- a/src/views/erp/stock/in/index.vue +++ b/src/views/erp/stock/in/index.vue @@ -302,7 +302,6 @@ const queryParams = reactive({ productId: undefined, supplierId: undefined, inTime: [], - status: 10, remark: undefined, inType: undefined, creator: undefined diff --git a/src/views/erp/stock/out/index.vue b/src/views/erp/stock/out/index.vue index cb8e940d..26bd4c79 100644 --- a/src/views/erp/stock/out/index.vue +++ b/src/views/erp/stock/out/index.vue @@ -307,7 +307,6 @@ const queryParams = reactive({ outType: undefined, warehouseId: undefined, outTime: [], - status: 10, remark: undefined, creator: undefined })