From f5427eeb16cadd3b0534454ab3c92df6f0ec1536 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 02 七月 2023 16:49:13 +0800 Subject: [PATCH] 图片地址替换 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 441 +++++++++++++++++++++++++++++++----------------------- 1 files changed, 252 insertions(+), 189 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index 6831ae7..69817f9 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -1,63 +1,83 @@ <template> <view class="bill-of-lading-details"> <view class="top-banner" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/loadingbanner.png') no-repeat;background-size: cover;"> - <view class="top-information"> - <view class="cutomer-name" - v-if="orderType == '杞叆' || orderType == '杞嚭'">鐓ゅ満:{{ coalDetailsData.toFiledName || '' }}</view> - <view class="cutomer-name" - v-else>瀹㈡埛:{{ coalDetailsData.customerName || '' }}</view> - <view class="fild-name"> - <view class="">鐭垮満:{{ coalDetailsData.deptName || '鏆傛棤' }}</view> - <view class="" - v-if="orderType == '杞叆' || orderType == '杞嚭'">鐓ゅ満:{{ coalDetailsData.filedName || '' }}</view> - <view class="" - v-else>鐓ゅ満:{{ coalDetailsData.filedName || '鏆傛棤' }}</view> - </view> + :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/loadingbanner.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> + </view> + <view class="top-information"> + <view class="cutomer-name" + v-if="orderType == '杞叆' || orderType == '杞嚭'">鐓ゅ満:{{ coalDetailsData.toFiledName || '' }}</view> + <view class="cutomer-name" + v-else>瀹㈡埛:{{ coalDetailsData.customerName || '' }}</view> + <view class="fild-name"> + <view class="">鐭垮満:{{ coalDetailsData.deptName || '鏆傛棤' }}</view> + <view class="" + v-if="orderType == '杞叆' || orderType == '杞嚭'">鐓ゅ満:{{ coalDetailsData.filedName || '' }}</view> + <view class="" + v-else>鐓ゅ満:{{ coalDetailsData.filedName || '鏆傛棤' }}</view> </view> - <view class="block-information"> - <view class="block-main"> - <view class="basic"> - <view class="coalName">{{ coalDetailsData.coalName }}</view> - <view class="status-button" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/statusbutton.png') no-repeat; - background-size: cover;"> - {{ coalStatus[coalDetailsData.status] || '' }} - </view> + </view> + <view class="block-information"> + <view class="block-main"> + <view class="basic"> + <view class="coalName">{{ coalDetailsData.coalName||'' }}</view> + <view class="status-button" + :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/statusbutton.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> + {{ coalStatus[coalDetailsData.statusWeigh] || '' }} </view> - <view class="time"> - <view class="time-icon"><u-icon name="clock" - color="#515151" - size="40"></u-icon></view> - <view class="send-date">{{ coalDetailsData.sendDate }}</view> + </view> + <view class="time"> + <view class="time-icon"><u-icon name="clock" + color="#515151" + size="40"></u-icon></view> + <view class="send-date">{{ coalDetailsData.sendDate }}</view> + </view> + <view class="coal-code">鎻愮叅鍗曠紪鍙�: {{ coalDetailsData.code || '' }}</view> + <view class="order-code"> + 璁㈠崟缂栧彿: {{ coalDetailsData.orderCode || '' }}</view> + <view class="coal-code" + @click="jumpWeighDetail" + style="color: rgb(73, 123, 251);"> + 鏌ョ湅鏄庣粏 + </view> + + </view> + </view> + + <!-- 绉伴噸鍘嗗彶--> + <view class="weigh-history" + v-if="showWeigh.length!==0"> + <view class="block-main"> + <view class="weigh-item" + v-for='item in showWeigh' + :key="item.id"> + <view class="weigh-time"> + <u-tag :text="item.createTime.slice(-8,-3)" + plain></u-tag> </view> - <view class="coal-code">鎻愮叅鍗曠紪鍙�: {{ coalDetailsData.code || '' }}</view> - <view class="order-code"> - 璁㈠崟缂栧彿: {{ coalDetailsData.orderCode || '' }}</view> - <view class="weigh-item"> + <view class="item-block"> <view class="item"> <view class="concrete" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> + :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> 鐨�</view> - <view class="num">{{ coalDetailsData.skin }}</view> + <view class="num">{{ item.skin }}</view> </view> <view class="item"> <view class="concrete" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/hair.png') no-repeat;background-size: cover;"> + :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> 姣�</view> - <view class="num">{{ coalDetailsData.hair }}</view> + <view class="num">{{ item.hair }}</view> </view> <view class="item"> <view class="concrete" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/clean.png') no-repeat;background-size: cover;"> + :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }"> 鍑�</view> - <view class="num">{{ coalDetailsData.clean }}</view> + <view class="num">{{ item.clean }}</view> </view> </view> </view> </view> </view> - + <!-- 鏃堕棿绾� --> <view class="timeLine"> <u-steps :current="dayRZ.length - 1" direction="column" @@ -132,6 +152,7 @@ </template> <script> + import { onlineurl } from '@/api/request.js' import { webSocketUrl } from '@/api/request.js'; import { mapState, mapMutations } from 'vuex'; export default { @@ -174,9 +195,7 @@ openId: null, openName: '' }, - coalStatus: ['棰嗗彇', '棰勭害', '绛惧埌', '鍏ュ満', '绉扮毊', '绉版瘺', '绂诲満', '鍏ョ鎴�', '鍑虹鎴�', '鍏ョ叅浠�', '鍑虹叅浠�', '鏀剧┖', '浣滃簾', '鍏ュ満鐢宠', - '杩涘叆鍦洪櫌' - ], // 鐘舵�� + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'], // 鐘舵�� weighHouseCode: '', // 鏀剧┖寮圭獥鎺у埗鍙橀噺 evacuationModalShow: false, @@ -206,8 +225,10 @@ clean: "" }, completeOutSaleShow: false, - overTmWaixiao: null - + overTmWaixiao: null, + // 鍒よ缃戠粶鐘舵�侊紝 + normalCode: true, + onlineurl, }; }, onShow() { @@ -243,13 +264,16 @@ }, isapproach() { return this.currentPageCoalStatus !== 3; + }, + // 灞曠ず鐨瘺鍑� + showWeigh() { + return this.coalDetailsData.tmTaskCoalItems ? this.coalDetailsData.tmTaskCoalItems : [] } }, methods: { init() { this.$reqGet('coalDayPage', { id: this.orderPlanId }).then(res => { if (res.code == 0) { - // this.dayRZ = res.data; this.dayRZ = res.data.map(v => { let slicedate = v.taskStatusDes.slice(0, 10); if (slicedate == this.currentDate) { @@ -287,8 +311,8 @@ title: '鍔犺浇涓�' }); this.$reqGet('getTakeCoal', { takeCoalId: this.orderPlanId }).then(res => { + uni.hideLoading(); if (res.code == 0) { - uni.hideLoading(); console.log(res, '鎻愮叅鍗曡鎯�'); this.coalDetailsData = res.data; this.orderType = this.coalDetailsData.orderType; @@ -311,7 +335,7 @@ this.getServiceOpenid.deptId = this.coalDetailsData.deptId; this.getServiceOpenid.filedId = this.coalDetailsData.filedId; // 鑾峰彇鎻愮叅鍗曠姸鎬� - this.currentPageCoalStatus = this.coalDetailsData.status; + this.currentPageCoalStatus = this.coalDetailsData.statusWeigh; // 鑾峰彇鍘熷彂淇℃伅 this.primarySkin = this.coalDetailsData.skinTwo; this.primaryHair = this.coalDetailsData.hairTwo; @@ -339,24 +363,31 @@ }, // 鏃ュ織鏌ヨ coalDayPage() { - this.interval = setInterval(() => { - this.$reqGet('coalDayPage', { id: this.orderPlanId }).then(res => { - if (res.code == 0) { - // this.dayRZ = res.data; - this.dayRZ = res.data.map(v => { - let slicedate = v.taskStatusDes.slice(0, 10); - if (slicedate == this.currentDate) { - return { - ...v, - taskStatusDes: v.taskStatusDes.slice(10) - }; - } else { - return { ...v } - } - }); - } - }); - }, 5000); + if (this.normalCode) { + this.interval = setInterval(() => { + this.$reqGet('coalDayPage', { id: this.orderPlanId }).then(res => { + if (res.code == 0) { + this.normalCode = true; + this.dayRZ = res.data.map(v => { + let slicedate = v.taskStatusDes.slice(0, 10); + if (slicedate == this.currentDate) { + return { + ...v, + taskStatusDes: v.taskStatusDes.slice(10) + }; + } else { + return { ...v } + } + }); + } else { + this.normalCode = false; + } + }); + }, 10000); + } else { + clearInterval(this.interval) + this.$u.toast('鏈嶅姟鍣ㄩ敊璇�,璇风◢鍚庨噸璇�') + } }, // 灞曠ず鎻愮叅鍗曡鎯� showCaolPickUpBill() { @@ -493,6 +524,12 @@ completeOutSaleCancel() { this.completeOutSaleShow = false }, + // 鏌ョ湅璐ㄩ噺鏄庣粏 + jumpWeighDetail() { + uni.navigateTo({ + url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${this.orderPlanId}` + }) + } } }; </script> @@ -521,169 +558,195 @@ ::v-deep.bill-of-lading-details { width: 100%; - height: 100vh; + height: 100%; margin: 0 auto; - display: flex; - flex-direction: column; .top-banner { width: 100%; height: 346rpx; + position: fixed; + } - .top-information { - width: 94%; - margin: 0 auto; - height: vww(52); - @include flex position: relative; - flex-direction: column; + .top-information { + width: 94%; + margin: 0 auto; + height: vww(52); + @include flex position: relative; + flex-direction: column; + justify-content: space-between; + align-items: flex-start; + top: vww(25); + color: #ffffff; + font-size: 31rpx; + font-weight: 300; + + + .cutomer-name { + width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + .fild-name { + @include flex; justify-content: space-between; - align-items: flex-start; - top: vww(25); - color: #ffffff; - font-size: 31rpx; - font-weight: 300; + width: 100%; - .cutomer-name { - width: 100%; + view { + min-width: 296rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } + } + } - .fild-name { - @include flex; - justify-content: space-between; - width: 100%; + .block-information { + width: 690rpx; + height: 100%; + min-height: 420rpx; + margin: vww(40) auto; + background: #ffffff; + box-shadow: 4rpx 6rpx 51rpx 0rpx rgba(73, 120, 240, 0.11); + border-radius: 20rpx; + position: relative; + font-size: 30rpx; + font-weight: 300; + color: #303030; + overflow: hidden; - view { - min-width: 296rpx; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } + .block-main { + display: grid; + grid-template-columns: auto; + grid-template-rows: repeat(auto-fit, minmax(40rpx, 1fr)); + gap: auto 5rpx; + width: 94%; + height: 100%; + min-height: 380rpx; + margin: vww(18) vww(7) vww(11) vww(17); + } + + .status-button { + width: vww(71); + height: vww(36); + text-align: center; + line-height: vww(33); + font-size: 28rpx; + font-weight: 300; + position: absolute; + right: vww(10); + color: #fff; + } + + .basic { + width: 100%; + height: vww(15); + @include flex; + justify-content: flex-start; + + .coalName, + .order-type { + width: 45%; + height: 30rpx; + font-size: 30rpx; + font-weight: 300; + color: #515151; + position: relative; + } + + .black-block { + width: 2rpx; + height: 30rpx; + background: #515151; + position: relative; + top: vww(2); } } - .block-information { - width: 690rpx; - height: 396rpx; - margin: vww(40) auto; - background: #ffffff; - box-shadow: 4rpx 6rpx 51rpx 0rpx rgba(73, 120, 240, 0.11); - border-radius: 20rpx; - position: relative; - font-size: 30rpx; - font-weight: 300; - color: #303030; - overflow: hidden; + .time { + width: 35%; + height: vww(12); + display: flex; + justify-content: flex-start; - .block-main { - @include flex width: 94%; - height: 336rpx; - margin: vww(18) vww(7) vww(11) vww(17); - flex-direction: column; - justify-content: space-between; - align-items: flex-start; - } - - .status-button { - width: vww(71); - height: vww(36); - text-align: center; - line-height: vww(33); - font-size: 28rpx; - font-weight: 300; - position: absolute; - right: vww(10); - color: #fff; - } - - .basic { - width: 100%; - height: vww(15); - @include flex; - justify-content: flex-start; - - .coalName, - .order-type { - width: 45%; - height: 30rpx; - font-size: 30rpx; - font-weight: 300; - color: #515151; - position: relative; - } - - .black-block { - width: 2rpx; - height: 30rpx; - background: #515151; - position: relative; - top: vww(2); - } - } - - .time { - width: 35%; - height: vww(12); - display: flex; - justify-content: flex-start; - - .send-date { - width: 148rpx; - height: 24rpx; - margin-left: vww(14); - font-size: 28rpx; - font-weight: 300; - color: #515151; - } - } - - .coal-code, - .order-code { - width: 100%; + .send-date { + width: 148rpx; height: 24rpx; + margin-left: vww(14); font-size: 28rpx; font-weight: 300; - color: #7d7d7d; + color: #515151; } + } + + .coal-code, + .order-code { + width: 100%; + height: 24rpx; + font-size: 28rpx; + font-weight: 300; + color: #7d7d7d; + } + + + } + + // 绉伴噸鍘嗗彶 + .weigh-history { + @extend .block-information; + + .block-main { + @extend .block-main; + gap: 10rpx 20rpx; .weigh-item { width: 100%; - height: vww(36); + height: vww(80); @include flex; + flex-direction: column; justify-content: space-around; + align-items: flex-start; - .item { - min-width: vww(50); - height: vww(45); - font-size: 21rpx; - font-weight: 400; - color: #ffffff; - text-align: center; - line-height: vww(30); + .item-block { + width: 100%; + height: vww(36); @include flex; + justify-content: space-around; - .concrete { - width: vww(36); - height: vww(36); - } + .item { + min-width: vww(50); + height: vww(45); + font-size: 21rpx; + font-weight: 400; + color: #ffffff; + text-align: center; + line-height: vww(30); + @include flex; - .num { - font-size: 40rpx; - font-weight: 300; - color: #303030; + .concrete { + width: vww(36); + height: vww(36); + } + + .num { + font-size: 40rpx; + font-weight: 300; + color: #303030; + } } } } } } + // 鏃堕棿绾� .timeLine { - height: 40%; + height: 300rpx; + min-height: 300rpx; margin: vww(20); position: relative; - top: vww(120); + // top: vww(120); overflow-y: overlay; padding: vww(20); @@ -716,7 +779,7 @@ width: 94%; margin: 0 auto; position: relative; - top: vww(80); + // top: vww(80); .utils_chil { width: 100%; @@ -743,7 +806,7 @@ .weigh-ability { width: 631rpx; height: vww(100); - margin: vww(80) auto; + margin: vww(20) auto; margin-bottom: vww(10); @include flex; flex-direction: column; -- Gitblit v1.9.1