From f0946f1ba648c6fa8d015cee3aa3dd54ca7db42f Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 3 Jun 2025 15:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.styl | 30 +++++++++++------------ locale/en.json | 3 +++ locale/id.json | 11 ++++++--- locale/zh-Hans.json | 3 +++ pages/SecondPhase/EmptyBoxInStore.vue | 12 ++++----- pages/SecondPhase/EmptyVehicleInStore.vue | 12 ++++----- 6 files changed, 40 insertions(+), 31 deletions(-) diff --git a/common/style/layout.styl b/common/style/layout.styl index df51dc7..c8cbaa2 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -142,30 +142,30 @@ uni-button:after { padding: 14rpx 14rpx 0 14rpx; } .filter_item { - display: flex; - align-items: center; + // display: flex; + // align-items: center; width: 100%; margin-bottom: 10rpx; } .filter_item:last-child { - margin-bottom: 0; + // margin-bottom: 0; } .filter_label_wraper { - flex: none; - width: 140rpx; - text-align:justify; - text-align-last: justify; - text-justify: inter-ideograph;/*兼容ie*/ + // flex: none; + // width: 140rpx; + // text-align:justify; + // text-align-last: justify; + // text-justify: inter-ideograph;/*兼容ie*/ } .filter_label { - display: block; - width: 140rpx; + // display: block; + // width: 140rpx; line-height: 80rpx; font-size: 28rpx; color: #323232; - text-align:justify; - text-align-last: justify; - text-justify: inter-ideograph;/*兼容ie*/ + // text-align:justify; + // text-align-last: justify; + // text-justify: inter-ideograph;/*兼容ie*/ } .filter_label_1 { line-height: 30rpx; @@ -189,11 +189,11 @@ uni-button:after { } .filter_input_wraper { /* flex: 1; */ - width: calc(100% - 170rpx); + // width: calc(100% - 170rpx); height: 80rpx; line-height: 80rpx; padding: 5rpx 0; - margin-left: 30rpx; + // margin-left: 30rpx; display: flex; justify-content: flex-start; align-items: center; diff --git a/locale/en.json b/locale/en.json index fa9d9c7..d55722a 100644 --- a/locale/en.json +++ b/locale/en.json @@ -6,6 +6,7 @@ "utils.no-more": "No more", "button.confirm": "OK", "button.cancel": "Cancel", + "button.clear": "Clear", "button.search": "Query", "button.confirm-receipt": "Confirm receipt", "button.confirm-outbound": "Confirm outbound", @@ -108,6 +109,8 @@ "filter.document-type": "Document type", "filter.keywords": "Keywords", "filter.warehouse-area": "Warehouse area", + "filter.vehicle-type": "Vehicle type", + "filter.layers": "Layers", "grid.number": "No.", "grid.select": "Select", "grid.work-order-number": "Work order number", diff --git a/locale/id.json b/locale/id.json index 0ea29ec..0e3856a 100644 --- a/locale/id.json +++ b/locale/id.json @@ -6,6 +6,7 @@ "utils.no-more": "Tidak lagi", "button.confirm": "OK", "button.cancel": "Batalkan", + "button.clear": "Hapus", "button.search": "pertanyaan", "button.confirm-receipt": "Konfirmasi penerimaan", "button.confirm-outbound": "Konfirmasi keluar", @@ -90,10 +91,6 @@ "menu.task-management": "Manajemen tugas", "menu.rgv-status-query": "Pertanyaan status RGV", "filter.area": "Daerah", - "grid.number": "Nomor", - "grid.select": "Pilihan", - "filter.keywords": "Kata kunci", - "filter.warehouse-area": "Daerah gudang", "filter.point": "Posisi titik", "filter.mother-roll": "Mother roll", "filter.state": "Keadaan", @@ -110,6 +107,12 @@ "filter.virtual-library": "Pustaka Virtual", "filter.remark": "komentar", "filter.document-type": "Jenis dokumen", + "filter.keywords": "Kata kunci", + "filter.warehouse-area": "Daerah gudang", + "filter.vehicle-type": "Jenis kendaraan", + "filter.layers": "lapisan", + "grid.number": "Nomor", + "grid.select": "Pilihan", "grid.work-order-number": "Nomor urutan kerja", "grid.mother-roll-number": "Nomor roll ibu", "grid.sub-roll-number": "Nomor sub roll", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 6faa0ae..39d6a8e 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -6,6 +6,7 @@ "utils.no-more": "没有更多", "button.confirm": "确定", "button.cancel": "取消", + "button.clear": "清空", "button.search": "查询", "button.confirm-receipt": "确认入库", "button.confirm-outbound": "确认出库", @@ -108,6 +109,8 @@ "filter.document-type": "单据类型", "filter.keywords": "关键字", "filter.warehouse-area": "库区", + "filter.vehicle-type": "载具类型", + "filter.layers": "层数", "grid.number": "序号", "grid.select": "选择", "grid.work-order-number": "工单号", diff --git a/pages/SecondPhase/EmptyBoxInStore.vue b/pages/SecondPhase/EmptyBoxInStore.vue index 4edb2e7..8416300 100644 --- a/pages/SecondPhase/EmptyBoxInStore.vue +++ b/pages/SecondPhase/EmptyBoxInStore.vue @@ -6,7 +6,7 @@ - 木箱号 + {{$t('filter.wooden-box-code')}} @@ -14,23 +14,23 @@ - 点位 + {{$t('grid.point-code')}} - 层数 + {{$t('filter.layers')}} - + - - + + diff --git a/pages/SecondPhase/EmptyVehicleInStore.vue b/pages/SecondPhase/EmptyVehicleInStore.vue index 77f100c..f1c7400 100644 --- a/pages/SecondPhase/EmptyVehicleInStore.vue +++ b/pages/SecondPhase/EmptyVehicleInStore.vue @@ -6,21 +6,21 @@ - 载具号 + {{$t('filter.vehicle-code')}} - 载具类型 + {{$t('filter.vehicle-type')}} - + - 点位 + {{$t('grid.point-code')}} @@ -29,8 +29,8 @@ - - + +