diff --git a/pages/index/index.vue b/pages/index/index.vue
index a476927..0f012e3 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -71,12 +71,7 @@
{{item.rescuePosition || ''}}
-
-
-
-
- 详情
-
+
@@ -142,6 +137,18 @@
查看详情
+
+
+
+
+ 转维修
+
+
+
+
+
+ 查看详情
+
@@ -327,7 +334,25 @@
components: {
tabBar,
},
- methods: {
+ methods: {
+ GOrepair(item){
+ let data ={
+ id: item.id
+ }
+ request({
+ url: '/app/rescueInfo/toRepair',
+ method: 'post',
+ params: data
+ }).then((res) => {
+ if (res.code == 200) {
+ uni.showToast({
+ title: '操作成功'
+ })
+ this.singleList = []
+ this.driverRescuePage()
+ }
+ })
+ },
jyPushStart() {
// 暂时只有安卓支持
jyJPush.registerSDKCallBack(sdkCallBack => {
@@ -1174,7 +1199,7 @@
}
.ja-you {
- width: 60%;
+ width: 80%;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
diff --git a/pages/orderDetails/details.vue b/pages/orderDetails/details.vue
index 3b2b14d..b69cf12 100644
--- a/pages/orderDetails/details.vue
+++ b/pages/orderDetails/details.vue
@@ -152,6 +152,18 @@
救援类型:
{{detailsData.rescueTypeStr || ''}}
+
+
+
+ 是否扣车:
+ {{detailsData.isKouChe=='1'?'是' : '否'}}
+
+
+
+
+ 是否维修:
+ {{detailsData.isWeiXiu=='1'?'是' : '否'}}
+
@@ -188,8 +200,42 @@
救援进程
-
-
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+ {{item.createTime}}
+
+
+
+ {{item.remark}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -606,13 +652,13 @@
}
- .lan-ga {
- width: 100%;
- margin: 10px auto;
- box-sizing: border-box;
- padding-bottom: 15px;
- border-bottom: 1px solid #EEEEEE;
- }
+ // .lan-ga {
+ // width: 100%;
+ // margin: 10px auto;
+ // box-sizing: border-box;
+ // padding-bottom: 15px;
+ // border-bottom: 1px solid #EEEEEE;
+ // }
.ga-top {
display: flex;
@@ -1062,5 +1108,110 @@
.actbox {
background: #0D2E8D !important;
color: white;
+ }
+
+
+ .lan-ga {
+ width: 100%;
+ margin: 20rpx auto;
+ box-sizing: border-box;
+ padding-bottom: 40rpx;
+ position: relative;
+
+ .lan-ga-line {
+ position: absolute;
+ width: 2rpx;
+ height: calc(100% - 56rpx);
+ background-color: #979797;
+ left: calc(56rpx / 2 - 2rpx);
+ transform: translate(-50%, 0);
+ top: calc(56rpx + 10rpx);
+ }
+ }
+
+ .ga-top-box {
+ display: flex;
+ justify-content: space-between;
+ }
+
+ .ga-content {
+ flex: 1;
+ width: 0;
+
+ .ga-content-top {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ column-gap: 8rpx;
+ padding-bottom: 14rpx;
+ }
+
+ .ga-content-title {
+ font-weight: bold;
+ flex: 1;
+ width: 0;
+ word-break: break-all
+ }
+
+ .xhui {
+ font-size: 22rpx;
+ color: #929292;
+ flex-shrink: 0;
+ }
+
+ .beizh {
+ font-size: 28rpx;
+ color: #000000;
+ }
+ }
+
+ .ga-top {
+ display: flex;
+ align-items: center;
+ color: #000;
+ font-weight: bold;
+ font-size: 16px;
+ }
+
+ .img-box {
+ width: 70px;
+ height: 70px;
+ border-radius: 6px;
+ overflow: hidden;
+ margin-top: 10px;
+ margin-right: 10px;
+
+ image {
+ width: 100%;
+ height: 100%;
+ }
+ }
+
+ .wrap-box {
+ width: 100%;
+ display: flex;
+ flex-wrap: wrap;
+ }
+
+
+ .gain {
+ box-sizing: border-box;
+ width: 52rpx;
+ height: 52rpx;
+ font-size: 34rpx;
+ color: #327DFB;
+ margin-right: 20rpx;
+ border: 2rpx solid #327DFB;
+ border-radius: 50%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ line-height: 1;
+ font-weight: bold;
+
+ .gainIcon {
+ width: 100%;
+ height: 100%;
+ }
}
diff --git a/static/icons/currentDetails.png b/static/icons/currentDetails.png
new file mode 100644
index 0000000..feee510
Binary files /dev/null and b/static/icons/currentDetails.png differ