From aa93bc352d78015ecb407273e85a1b2d4247da79 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 1 Feb 2024 09:42:20 +0800 Subject: [PATCH] =?UTF-8?q?task#10595,h5=E5=88=B0app=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/caseList/caseDetail.vue | 6 +-- src/views/caseList/caseList.vue | 2 +- src/views/driverCaseList/driverCaseList.vue | 53 +++++---------------- 3 files changed, 17 insertions(+), 44 deletions(-) diff --git a/src/views/caseList/caseDetail.vue b/src/views/caseList/caseDetail.vue index 25669025..2ee2eaaf 100644 --- a/src/views/caseList/caseDetail.vue +++ b/src/views/caseList/caseDetail.vue @@ -8,7 +8,7 @@ :border="false" :fixed="true" :safe-area-inset-top="true" - @click-left="goPrePage" + @click-left="h5GoBack" />
@@ -256,12 +256,12 @@ export default { this.$toast('审核不通过原因是其他时审核原因必填') return } - let res = await reimburseOrderAudit({ + await reimburseOrderAudit({ id:this.id, state:this.state, auditRemark:this.other=='其他' ? this.other+ '/' + this.otherReason : this.other, }) - console.log("ressssss",res) + // console.log("ressssss",res) }, isUse(e){ this.states=e diff --git a/src/views/caseList/caseList.vue b/src/views/caseList/caseList.vue index 9244a34b..d51195fe 100644 --- a/src/views/caseList/caseList.vue +++ b/src/views/caseList/caseList.vue @@ -8,7 +8,7 @@ :border="false" :fixed="true" :safe-area-inset-top="true" - @click-left="h5GoBack" + @click-left="goBack" />
diff --git a/src/views/driverCaseList/driverCaseList.vue b/src/views/driverCaseList/driverCaseList.vue index 92bf3774..7f1eba02 100644 --- a/src/views/driverCaseList/driverCaseList.vue +++ b/src/views/driverCaseList/driverCaseList.vue @@ -20,8 +20,15 @@
{{item}}
- -
+ + + +
@@ -39,43 +46,8 @@
-
-
-
-
订单编号:{{item.userOrderCode}}
-
- -
{{item.stateStr}}
- -
-
-
报销金额:{{item.reimburseAmount}}
-
审核备注:{{item.auditRemark}}
-
审核人员:{{item.auditUser}}
-
审核时间:{{item.auditTime}}
-
- -
-
-
-
-
订单编号:{{item.userOrderCode}}
-
- -
{{item.stateStr}}
- -
-
-
报销金额:{{item.reimburseAmount}}
-
审核备注:{{item.auditRemark}}
-
审核人员:{{item.auditUser}}
-
审核时间:{{item.auditTime}}
-
- -
-
- +
提交
@@ -99,7 +71,7 @@ export default { pageSize:10, total: 0, isCheck:false, - driverId: '',//78948 + driverId: '',// submitData:[], noClick:true, loading:false, @@ -117,6 +89,7 @@ export default { async mounted() { const urlParams = new URLSearchParams(window.location.search); this.driverId = urlParams.get('driverId'); + // this.driverId = 78948; await this.getMonth(); await this.getList() }, @@ -277,7 +250,7 @@ export default { align-items: center; span{ display: inline-block; - @include wh(102px,25px); + @include wh(82px,25px); box-shadow: 0px 1px 2px 0px rgba(236,236,236,0.5); border-radius: 14px; margin-right: 8px;