From ec7438d90b8f938ad45d1ea722a8267f846529a0 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 16 Sep 2025 16:41:52 +0800 Subject: [PATCH] bug --- pages/General/distribution-box.vue | 5 +++-- pages/General/pick-place-goods.vue | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/General/distribution-box.vue b/pages/General/distribution-box.vue index 5051a48..1ec10bb 100644 --- a/pages/General/distribution-box.vue +++ b/pages/General/distribution-box.vue @@ -81,6 +81,7 @@ {{e.material_spec}} {{e.material_model}} {{e.quality_time_day}} + {{e.execution_stand}} {{['', '待检', '合格', '不合格'][Number(e.quality_type)]}} {{e.bake_num}} @@ -91,7 +92,7 @@ - + @@ -160,7 +161,7 @@ }, async _deliveryBox () { this.disabled = true - if (JSON.stringify(this.deviceData) === '{}' || (!this.materialInfo && this.qty) || (this.materialInfo && !this.qty)) { + if (JSON.stringify(this.deviceData) === '{}') { this.disabled = false return } diff --git a/pages/General/pick-place-goods.vue b/pages/General/pick-place-goods.vue index 88ccb5d..28582df 100644 --- a/pages/General/pick-place-goods.vue +++ b/pages/General/pick-place-goods.vue @@ -17,7 +17,7 @@ 当前站点 - + @@ -39,13 +39,13 @@ 起点 - + 终点 - +