From 5b96a18536354b8eb2eb99748ed18b4218e62115 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 24 Jan 2024 13:23:02 +0800 Subject: [PATCH] =?UTF-8?q?task#10094,=E5=8F=B8=E6=9C=BAapp=E9=9D=99?= =?UTF-8?q?=E6=80=81=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/driverCaseList/driverCaseList.vue | 113 ++++++++++++++------ 1 file changed, 83 insertions(+), 30 deletions(-) diff --git a/src/views/driverCaseList/driverCaseList.vue b/src/views/driverCaseList/driverCaseList.vue index e11ac7c3..0971360b 100644 --- a/src/views/driverCaseList/driverCaseList.vue +++ b/src/views/driverCaseList/driverCaseList.vue @@ -18,15 +18,38 @@
-
-
-
审核批次PC1234123443243232131
-
报销金额300
-
案件数量30
-
提交人员张三
-
提交时间2023-11-22 12:12:00
+
+
+
+
订单编号:PC230626124283
+
报销金额:1238元
+
+
+ +
待提交
+ +
+
+
+
+
+
订单编号:PC230626124283
+
报销金额:1238元
+
审核备注:缺失凭证照片
+
审核人员:张三
+
审核时间:2024-01-24 00:00:00
+
+
+ +
待提交
+ +
+
+ +
+
@@ -40,11 +63,12 @@ export default { mixins: [myMixins], data(){ return{ - tabArr: [{name: '待提交', status: 1}, {name: '已提交', status: 2},{name: '不可提交', status: 3},], + tabArr: [{name: '待报销', status: 1}, {name: '已报销', status: 2},{name: '报销失败', status: 3},], activeIndex: 0, pageList:[], pageNum:1, pageSize:10, + isCheck:false, } }, methods:{ @@ -73,26 +97,29 @@ export default { .navBar{ margin-bottom: 46px; } +::v-deep .van-nav-bar__content{ + background-color: #000000 !important; +} .tab_wrap { - @include fontWeightSize(bolder, 15px); - display: flex; - justify-content: space-around; - padding: 5px 0 5px 0; - @include colorOpa(#737373,0.7); + @include fontWeightSize(500, 15px); + @include flexColAround(); + padding: 2px 0 10px 0; + @include bgFontColor(#FFFFFF,#101011); div { padding-top: 8px; + @include colorOpa(#FFFFFF,0.5); } .active { - color: #3678FF; position: relative; + opacity: 1; } .active:after { content: ''; display: block; - @include wh(50px,3px); - background: linear-gradient(270deg, #33A3FF 0%, #176AFE 100%); - border-radius: 2px; + @include wh(18px,2px); + background: #FFFFFF; position: absolute; + border-radius: 2px; margin-top: 3px; left: 50%; transform: translateX(-50%); @@ -100,25 +127,51 @@ export default { } .listWrap{ width: 100%; - .listItem{ + height: calc(100% - 86px); + box-sizing: border-box; + padding: 10px 7px 10px 8px; + overflow-y: auto; + .itemWrap{ + position: relative; width: 100%; - //@include wh(100%,200px); - padding: 12px 12px; + //@include wh(100%,79px); + @include flexColBet(); box-sizing: border-box; - .item{ - @include wh(100%,100%); - box-sizing: border-box; - padding: 6px 0; - border-bottom: 1px solid #cccccc; - border-top: 1px solid #cccccc; - div{ - line-height: 22px; + padding: 14px 12px 11px 34px; + box-shadow: 0px 0px 8px 0px rgba(98,107,128,0.07); + border-radius: 10px; + border: 1px solid #4C81F5; + margin-bottom: 10px; + .contentWrap{ + width: 100%; + @include flexColBet(); + @include fontWeightSize(400,12px); + line-height: 27px; + .left{ span:first-child{ - display: inline-block; - margin-right: 8px; + display:inline-block; + width: 60px; + opacity: .5; } } + .right{ + @include flexCenter(); + //display: flex; + } + } + .checkImg{ + position: absolute; + top: 0; + left: 0; + @include wh(25px,27px) } } } +.commonImg{ + @include widHeiMar(13px,13px,4px); +} +.rightArrImg{ + @include wh(6px,9px); + margin-left: 6px; +}