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 @@ 起点 - + 终点 - +