From e43c66500b398713f1af49b5ea76812de3cef3b0 Mon Sep 17 00:00:00 2001 From: siontion Date: Sun, 21 Jan 2024 20:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=20=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 出入库 按钮控制 --- .../src/views/heli/storage/StorageForm.vue | 38 ++++++++++++++----- .../src/views/heli/storage/StorageOut.vue | 36 ++++++++++-------- 2 files changed, 49 insertions(+), 25 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue index 758d893c..4048ed93 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/storage/StorageForm.vue @@ -3,7 +3,8 @@ - + @@ -206,9 +208,8 @@ + :show-file-list="false" :auto-upload="false" :data="matUploadData" :on-change="matUploadChange" + class="upload-file-uploader"> 上传 @@ -227,7 +228,8 @@