From ce98268bbb252da9691d8809ae7c6bd7aa37a96f Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 4 Jan 2026 14:05:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=9F=E4=BA=A7=E7=89=A9=E6=96=99):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=87=BA=E5=BA=93=E7=B1=BB=E5=9E=8B=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在出库记录页面添加出库类型选择下拉框 - 修改出库类型显示方式,移除字典标签组件 - 统一出入库类型选项的数据结构 - 添加批次号查询条件 - 设置库存列表默认按创建时间降序排序 - 调整库存列表列顺序,显示最后更新时间 --- .../productionMaterial/MmInventory.vue | 31 +++++++++-------- .../productionMaterial/MmRecordOutbound.vue | 33 ++++++++++++++----- 2 files changed, 43 insertions(+), 21 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index 5868d9e..dc3e73e 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -14,6 +14,9 @@ {{ item.materialName }} + + + @@ -56,8 +59,10 @@ border header-cell-class-name="el-table-header-cell" highlight-current-row - @sort-change="sortChange"> + @sort-change="sortChange" + :default-sort="{ prop: 'createdTime', order: 'descending' }"> + @@ -68,7 +73,6 @@ -