From 96abd380479b2ea6338cdc7fc6b59762acadbd87 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 30 Dec 2025 17:25:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为出库记录、入库记录、库位管理和交易类型页面添加查询条件 - 统一将状态标签从"(0/1)"或"(停用/启用)"简化为"状态" - 为交易类型页面添加类别名称和操作方向的下拉选择 - 默认设置库位和交易类型的状态为"启用" --- .../productionMaterial/MmLocation.vue | 35 ++++++++-- .../productionMaterial/MmMaterialCategory.vue | 8 +-- .../productionMaterial/MmRecordInbound.vue | 14 +++- .../productionMaterial/MmRecordOutbound.vue | 6 ++ .../productionMaterial/MmTransactionType.vue | 64 +++++++++++++++---- 5 files changed, 103 insertions(+), 24 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmLocation.vue b/src/views/materialManagement/productionMaterial/MmLocation.vue index 00c8748..5447aca 100644 --- a/src/views/materialManagement/productionMaterial/MmLocation.vue +++ b/src/views/materialManagement/productionMaterial/MmLocation.vue @@ -6,6 +6,12 @@