From c77a12ce7f16b55f951e946bffdd5e4366cf9c91 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 14 Jan 2026 18:23:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(MmInventory):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6=E5=92=8C=E6=92=A4=E9=94=80?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为表格添加固定高度以优化显示 - 在出入库记录表格中添加撤销操作按钮 - 调整对话框位置和分页参数绑定 --- .../productionMaterial/MmInventory.vue | 40 ++++++++++++++----- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index 40eb440..0c499e9 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -41,13 +41,6 @@ - {{ $t('btn.search') }} {{ $t('btn.reset') }} @@ -79,6 +72,7 @@ - + @@ -578,6 +572,7 @@ + + + + + + - +