From 6437c0c4086a9a29cd86c29d9c8f67fe867ad6c3 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 8 Jul 2026 14:59:03 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E5=BA=93=E5=AD=98=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2-=E6=B7=BB=E5=8A=A0=E5=BA=93=E5=8C=BA=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 1 + src/locales/zh-CN.ts | 1 + src/views/erp/stock/stock/index.vue | 53 +++++++++++++++++++++++++++-- 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 1da7ebe7..e343c371 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -694,6 +694,7 @@ export default { placeholderProduct: 'Please select product', placeholderCategory: 'Please select material category', placeholderWarehouse: 'Please select warehouse', + placeholderArea: 'Please select area', exportName: 'Product Stock.xls' }, In: { diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index c71062e8..7fa1f6c8 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -694,6 +694,7 @@ export default { placeholderProduct: '请选择产品', placeholderCategory: '请选择物料大类', placeholderWarehouse: '请选择仓库', + placeholderArea: '\u8bf7\u9009\u62e9\u5e93\u533a', exportName: '产品库存.xls' }, In: { diff --git a/src/views/erp/stock/stock/index.vue b/src/views/erp/stock/stock/index.vue index 4b8191aa..22d2e0fc 100644 --- a/src/views/erp/stock/stock/index.vue +++ b/src/views/erp/stock/stock/index.vue @@ -35,6 +35,7 @@ filterable :placeholder="t('ErpStock.Stock.placeholderWarehouse')" class="!w-240px" + @change="handleWarehouseChange" > + + + + + {{ t('common.query') }} {{ t('common.reset') }} @@ -135,11 +153,11 @@ - - +