From 1cdec1142b87689ed2684c5370003e9282e786ff Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 5 Sep 2024 11:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B92024/7/1=20?= =?UTF-8?q?16:09:10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/count/job/countBlindDetail.vue | 6 +- src/pages/count/job/countJob.vue | 14 +- src/pages/count/job/countLightDetail.vue | 832 +++++++++++------------ 3 files changed, 415 insertions(+), 437 deletions(-) diff --git a/src/pages/count/job/countBlindDetail.vue b/src/pages/count/job/countBlindDetail.vue index e51218f5..3de457b8 100644 --- a/src/pages/count/job/countBlindDetail.vue +++ b/src/pages/count/job/countBlindDetail.vue @@ -25,8 +25,8 @@ - - + + @@ -535,7 +535,9 @@ page { .header { position: fixed; + /* #ifdef H5 */ top: 88rpx; + /* #endif */ left: 0; width: 100%; background-color: #fff; diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index 3e63ca9f..a3b7710b 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -165,17 +165,9 @@ const getList = (type) => { }) } const openJobDetail = (item) => { - // 明盘 - if (item.isOpenCount == 'TRUE') { - uni.navigateTo({ - url: `./countLightDetail?id=${item.id}&status=${item.status}` - }) - } else { - // 盲盘 - uni.navigateTo({ - url: `./countBlindDetail?id=${item.id}&status=${item.status}` - }) - } + uni.navigateTo({ + url: `./countDetail?id=${item.id}&status=${item.status}` + }) } const selectedItem = (item) => { openJobDetail(item) diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index 1dd5dbe4..bc2ca030 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -8,7 +8,7 @@ 阶段 - {{ getCountStageName(jobContent.stage) }} + {{ getCountStageNameValue(jobContent.stage) }} 策略 @@ -29,8 +29,8 @@ - - + + @@ -59,471 +59,453 @@ - - - + + + - @@ -543,7 +525,9 @@ page { .header { position: fixed; + /* #ifdef H5 */ top: 88rpx; + /* #endif */ left: 0; width: 100%; background-color: #fff;