From 31a4cc5bf42f8a33bb5f89cc1eb8dc95f68383da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Fri, 25 Oct 2024 15:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=202024/8/3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/pdabasic.css | 2 +- src/mycomponents/location/locationCompare.vue | 33 ++++++++++--------- .../productionReturn/job/returnDetail.vue | 3 +- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/common/style/pdabasic.css b/src/common/style/pdabasic.css index 841653fc..65f1521e 100644 --- a/src/common/style/pdabasic.css +++ b/src/common/style/pdabasic.css @@ -773,7 +773,7 @@ page { .page-footer { /* color: #fff; */ - line-height: 100rpx; + /* line-height: 100rpx; */ /* 不放大不缩小固定100rpx */ flex: 0 0 100rpx; /* background-color: #00AAFF; */ diff --git a/src/mycomponents/location/locationCompare.vue b/src/mycomponents/location/locationCompare.vue index 76c47399..54d968be 100644 --- a/src/mycomponents/location/locationCompare.vue +++ b/src/mycomponents/location/locationCompare.vue @@ -1,30 +1,31 @@ diff --git a/src/pages/productionReturn/job/returnDetail.vue b/src/pages/productionReturn/job/returnDetail.vue index aaf3e51d..983baaf4 100644 --- a/src/pages/productionReturn/job/returnDetail.vue +++ b/src/pages/productionReturn/job/returnDetail.vue @@ -156,6 +156,7 @@ const getDetail = () => { detailSource.value = getDataSource(subList.value) titleInfo.value = subList.value[0] uni.hideLoading() + toLocationAreaTypeList.value = getDirectoryItemArray(jobContent.value.toAreaTypes) } else { showMessage('列表数据为0') } @@ -315,7 +316,7 @@ const checkLocation = () => { comScanLocation.value.showLocation() }) - return (isPass = false) + return isPass = false } return isPass }