diff --git a/src/views/index/driverManage.vue b/src/views/index/driverManage.vue index 5b425ddc..a7765e15 100644 --- a/src/views/index/driverManage.vue +++ b/src/views/index/driverManage.vue @@ -73,6 +73,7 @@ export default { mounted() { const urlParams = new URLSearchParams(window.location.search); this.supplierType = urlParams.get('supplierType'); + this.$toast('页面supplierType:'+this.supplierType) this.getDriverList() }, methods:{ diff --git a/src/views/index/supplySettlement.vue b/src/views/index/supplySettlement.vue index 4dd45f8d..66ed62b2 100644 --- a/src/views/index/supplySettlement.vue +++ b/src/views/index/supplySettlement.vue @@ -22,8 +22,8 @@
AB段路桥费
-
BC段路桥费
-
CA段路桥费
+
BC段路桥费
+
CA段路桥费
@@ -81,6 +81,7 @@ export default { waitAmount:'', dilemmaFee:'', customerAmount:'', + taskFlowId:'' } } }, @@ -196,12 +197,13 @@ export default { } } .btn { -margin-top: 20px; + //position:absolute; display: flex; align-items: center; justify-content: center; - margin-top: 20px; + margin-top: 40px; margin-bottom: 20px; + //bottom: 20px; button { border: none; border-radius: 5px; diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 8ef5161a..005bd968 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -123,7 +123,6 @@
-
@@ -194,8 +193,18 @@
审核失败原因
{{orderInfo.auditRemark}}
-
- +
+ + + + + + + + + + +
@@ -218,10 +227,6 @@
- - - - @@ -233,6 +238,7 @@ import { updateAccountRecordInfo, selectRecordPictureList,deleteImage } from "@/api/mine" +import { ImagePreview } from "vant"; import TwoCommonBtn from "@/components/twoBtnCommon.vue" export default { name: "accountingView", @@ -366,6 +372,12 @@ export default { }, }, methods:{ + previewPhoto(index) { + ImagePreview({ + images: this.auditPhotoList, + startPosition: index, + }); + }, handleFileRead(file) { console.log("file",file) },