From 336cf4455e755f9b814b98ad929c9e672bc09f57 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 8 Sep 2025 16:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/General/distribution-box.vue | 6 +++--- pages/General/line-transfer.vue | 4 ++-- pages/General/machine-order.vue | 2 +- pages/General/material.vue | 2 +- pages/General/pick-place-goods.vue | 18 ++++++++++++------ pages/General/pt-update.vue | 4 ++-- pages/General/supplier.vue | 2 +- pages/General/warehouse-box.vue | 9 +++++---- 8 files changed, 27 insertions(+), 20 deletions(-) diff --git a/pages/General/distribution-box.vue b/pages/General/distribution-box.vue index 492f6e0..8485cea 100644 --- a/pages/General/distribution-box.vue +++ b/pages/General/distribution-box.vue @@ -81,7 +81,7 @@ {{e.material_spec}} {{e.material_model}} {{e.quality_time_day}} - {{['待检', '合格', '不合格'][Number(e.quality_type) - 1]}} + {{['', '待检', '合格', '不合格'][Number(e.quality_type)]}} {{e.bake_num}} @@ -99,8 +99,8 @@