From 2615f1adfc02ed6f3647426f17459448a6e156df Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 11 Jul 2024 11:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B9=B2=E7=BA=BFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/artery/VehicleStowage.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/distribution/artery/VehicleStowage.vue b/src/views/distribution/artery/VehicleStowage.vue index 4dec028e..5c282b73 100644 --- a/src/views/distribution/artery/VehicleStowage.vue +++ b/src/views/distribution/artery/VehicleStowage.vue @@ -190,7 +190,7 @@ slotProps.scope.row.loadStatus === '80' ? 'red' : ( - details.nodeStatus.find(val => val.value === Number(item.nodeStatus)) || { + loadStatus.find(val => val.value === Number(item.nodeStatus)) || { className: 'gray', } ).className + ' mr0' @@ -850,6 +850,9 @@ const searchHide = () => { const inputsc = (index, row) => { details.query[row.prop] = index; if (!index && index !== 0) delete details.query[row.prop]; + + if (row.prop === 'waybillNo') { + } initOnload(); };