From d7667fac02b7ac49ea96c50283605fedd87d0e26 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 8 Sep 2025 15:41:33 +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 | 93 +++--- pages/General/line-transfer.vue | 56 ++-- pages/General/machine-order.vue | 81 ++---- pages/General/material.vue | 59 +--- pages/General/pick-place-goods.vue | 96 +++--- pages/General/pt-update.vue | 142 +++++---- pages/General/supplier.vue | 67 ++--- pages/General/warehouse-box.vue | 170 ++++++++--- utils/getData2.js | 130 +++++++++ utils/mork2.js | 452 ++++++----------------------- 10 files changed, 628 insertions(+), 718 deletions(-) diff --git a/pages/General/distribution-box.vue b/pages/General/distribution-box.vue index 8bd8659..492f6e0 100644 --- a/pages/General/distribution-box.vue +++ b/pages/General/distribution-box.vue @@ -9,7 +9,7 @@ 载具编码 - + @@ -17,7 +17,7 @@ 所属机台 - + @@ -26,7 +26,7 @@ 工单 - + @@ -34,7 +34,7 @@ 物料编码 - + @@ -42,7 +42,7 @@ 重量 - + KG @@ -71,13 +71,18 @@ {{i+1}} - {{e.source_form_type}} - {{e.source_form_date}} {{e.material_code}} - {{e.material_spec}} + {{e.material_name}} {{e.pcsn}} - {{e.assign_qty}} {{e.qty}} + {{e.produce_time}} + {{e.supp_code}} + {{e.supp_name}} + {{e.material_spec}} + {{e.material_model}} + {{e.quality_time_day}} + {{['待检', '合格', '不合格'][Number(e.quality_type) - 1]}} + {{e.bake_num}} @@ -86,7 +91,7 @@ - + @@ -94,7 +99,8 @@