From 5248cfc3ad49d0b5ba3339eb6da29af168b372c1 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 28 二月 2024 14:39:29 +0800 Subject: [PATCH] fix:打印磅禁止点击修复 --- pages/driver-page/driver-index/driver-index.vue | 214 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 194 insertions(+), 20 deletions(-) diff --git a/pages/driver-page/driver-index/driver-index.vue b/pages/driver-page/driver-index/driver-index.vue index 13f4f87..4dc7c57 100644 --- a/pages/driver-page/driver-index/driver-index.vue +++ b/pages/driver-page/driver-index/driver-index.vue @@ -2,9 +2,28 @@ <view class=""> <view class="driver-index"> <view class="driver-index-body"> - <!-- 寰呴鍙栨彁鐓ゅ崟 --> + <!-- 寰呴鍙栭�氱煡鍗� --> <view class="wait-collection" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/diverbanner.png') no-repeat;background-size:contain"> + :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/diverbanner.png)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }"> + </view> + <!-- 寮曞椤� --> + <view class="noob-tour" + v-if="roleType===3&&isFirstLogin"> + <combined-title title="鎿嶄綔鎸囧紩"></combined-title> + <u-cell-group> + <u-cell title="鏂版墜鎸囧紩" + name='1' + :clickable="true" + @click="noobTour"> + <u-badge type="primary" + value="01" + slot='icon'></u-badge> + <u-icon slot="value" + name="arrow-right" + size="30" + color="#b8b8b8"></u-icon> + </u-cell> + </u-cell-group> </view> <view class="collection-form"> <view class="collection-form-item" @@ -54,6 +73,15 @@ <view class="coal-name">{{ item.coalName }}</view> </view> </view> + <!-- 鍒涘缓鏃堕棿 --> + <view class="created-box"> + <view class="clock-create"> + <view class="time-icon"><u-icon name="clock" + color="#515151" + size="40"></u-icon></view> + <text class="create-date"> {{ item.createTime }}</text> + </view> + </view> <view class="fourth-line" @click.stop="qiangDanBtn(item)" v-if="item.carNum - item.taskNum !== 0"> @@ -71,20 +99,25 @@ @cancel="qiangDanCancel"></u-modal> </view> - <!-- 寰呴绾︽彁鐓ゅ崟 --> + <!-- 寰呴绾﹂�氱煡鍗� --> <view class="wait-appointment"> - <combined-title title="寰呴绾︽彁鐓ゅ崟"></combined-title> + <combined-title title="寰呴绾﹂�氱煡鍗�"></combined-title> <u-empty mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png" textSize="30" iconSize="1000" + text="鏆傛棤鏁版嵁" v-if="driverBillOfLoadingData.list3 ? (driverBillOfLoadingData.list3.length == 0 ? true : false) : true"></u-empty> <view class="appointment-form"> <view class="appointment-form-item" v-for="(item, index) in driverBillOfLoadingData.list3" - :key="index"> + :key="index" + @click.stop="list3CardIconClick(item)" + > + <view class="main-divider"></view> + <view class="orderCode">璁㈠崟鍙凤細{{ item.orderCode }}</view> <view class="first-line"> <view class="main-information"> <view class="sign">瑁�</view> @@ -141,21 +174,31 @@ <!-- <view class="order-type">{{ item.orderType }}</view> --> </view> </view> + <!-- 鍒涘缓鏃堕棿 --> + <view class="created-box"> + <view class="clock-create"> + <view class="time-icon"><u-icon name="clock" + color="#515151" + size="40"></u-icon></view> + <text class="create-date"> {{ item.createTime }}</text> + </view> + </view> <view class="fourth-line" - @click="toAppointmentClick(item)"> + @click.stop="toAppointmentClick(item)"> <view class="button-img">绔嬪嵆棰勭害</view> </view> </view> </view> </view> - <!-- 宸查绾︽彁鐓ゅ崟 --> + <!-- 宸查绾﹂�氱煡鍗� --> <view class="Reserved"> - <combined-title title="宸查绾︽彁鐓ゅ崟"></combined-title> + <combined-title title="宸查绾﹂�氱煡鍗�"></combined-title> <u-empty mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png" textSize="30" iconSize="1000" + text="鏆傛棤鏁版嵁" v-if="driverBillOfLoadingData.list2 ? (driverBillOfLoadingData.list2.length == 0 ? true : false) : true"></u-empty> <view class="appointment-form"> <view class="appointment-form-item" @@ -163,6 +206,7 @@ :key="index" @click="list3CardIconClick(item)"> <view class="main-divider"></view> + <view class="orderCode">璁㈠崟鍙凤細{{ item.orderCode }}</view> <view class="first-line"> <view class="main-information"> <view class="sign">瑁�</view> @@ -205,6 +249,15 @@ size="40"></u-icon></view> </view> </view> + <!-- 鍒涘缓鏃堕棿 --> + <view class="created-box"> + <view class="clock-create"> + <view class="time-icon"><u-icon name="clock" + color="#515151" + size="40"></u-icon></view> + <text class="create-date"> {{ item.createTime }}</text> + </view> + </view> <view class="status"> <u-tag :text="coalStatus[item.statusWeigh] || ''" plain> @@ -222,9 +275,17 @@ <!-- <view class="order-type">{{ item.orderType }}</view> --> </view> </view> + <view class="fourth-line" style="opacity: 0;"> + </view> </view> </view> <view class="white-block"></view> + </view> + <!-- 鍥剧墖棰勮寮瑰嚭妗� --> + <view class="previewImage-container"> + <previewImage ref="previewImage" + :imgs="driverTourImgList" + :saveBtn='false'></previewImage> </view> </view> </view> @@ -234,10 +295,15 @@ <script> import { customerId } from '@/utils/status'; import combinedTitle from '@/components/combined-title/combined-title.vue'; - + import { onlineurl } from '@/api/request.js' + import { BaseUrl } from '@/api/publicInterface.js' + import previewImage from '@/components/kxj-previewImage/kxj-previewImage.vue'; + import { mapState } from 'vuex'; + import { Debounce } from '../../../utils/util'; export default { components: { - combinedTitle + combinedTitle, + previewImage }, props: { indexdriverBillOfLoadingData: { @@ -252,7 +318,13 @@ }, deep: true, immediate: true - } + }, + }, + computed: { + ...mapState(['driverTourImgList']), + roleType() { + return uni.getStorageSync('roleType'); + }, }, data() { return { @@ -269,8 +341,16 @@ fleetId: '', xsUserId: '', customerId: '', - coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'] + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '澶勭悊瀹屾垚'], + onlineurl, + phone: "", + isFirstLogin: true //鏄惁鏄涓�娆$櫥褰� }; + }, + mounted() { + // this.TourImgList = TourImgList + this.getLogOn() + }, onShow() { this.init(); @@ -298,7 +378,7 @@ }); }, // 鎶㈠崟鎸夐挳 - qiangDanBtn(value) { + qiangDanBtn:Debounce(function(value){ if (value.tmcCount == '0') { this.qiangDan(value.orderPlanId, value.fleetId, value.customerId === null ? '0' : value.customerId, value.xsUserId === null ? '0' : value.xsUserId); @@ -310,7 +390,9 @@ this.qiangDanShow = true; this.qiangDanContent = `宸叉姠${value.tmcCount}鍗曪紝纭畾鎶㈠崟锛焋; } - }, + } ,500) + + , // 鎶㈠崟妯℃�佹 qiangDanConfirm() { this.qiangDanContent = ''; @@ -346,7 +428,7 @@ url: `/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details?orderPlanId=${value.id}&yyId=${value.yyId}` }); }, - // 鎻愮叅鍗曡鎯� + // 閫氱煡鍗曡鎯� cardBodyClick(name) { uni.navigateTo({ url: `/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details?orderPlanId=${name}` @@ -357,13 +439,53 @@ uni.navigateTo({ url: `/pages/driver-page/appointment/appointment?takeCoalId=${value.id}&filedId=${value.filedId}&deptId=${value.deptId}&sendDate=${value.sendDate}` }); - } + }, + noobTour() { + this.$refs.previewImage.open('https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj1.jpg') + }, + getLogOn() { + this.$reqGet('getUserEntity').then(res => { + this.phone = res.data.phone + }).then(() => { + uni.request({ + url: `${BaseUrl}/admin/log/getLogOnType?phone=${this.phone}`, + success: res => { + // res.data.data 涓�1 浠h〃绗竴娆$櫥褰� 涓�0鍙栨秷瀛︿範鎸囧紩 涓�2 浠h〃瀛樺湪 + if (res.data.data === 1) { + this.noobTour() + } else if (res.data.data === 2) { + this.isFirstLogin = true + } else { + this.isFirstLogin = false + } + } + }); + }) + }, } }; </script> <style lang="scss" scoped> + .created-box{ + display: flex; + position: absolute; + bottom: 20rpx; + left: 35rpx; + .clock-create{ + display: flex; + } + .create-date{ + height: 24rpx; + line-height: 37rpx; + font-size: 28rpx; + font-weight: 300; + color: #515151; + margin-left: 28rpx; + } + + } @mixin formItem { width: vww(345); height: vww(150); @@ -392,6 +514,16 @@ display: flex; justify-content: space-between; align-items: center; + .clock-create{ + width: 100%; + height: 42rpx; + margin-right: 100rpx; + line-height: 42rpx; + display: flex; + justify-content: space-between; + align-items: center; + justify-content: flex-start; + } .send-date { width: 148rpx; @@ -399,6 +531,13 @@ line-height: 24rpx; font-size: 28rpx; font-weight: 300; + color: #515151; + } + .create-date { + line-height: 24rpx; + font-size: 28rpx; + font-weight: 300; + margin-left: 28rpx; color: #515151; } @@ -441,6 +580,16 @@ } } + .fade-enter-active, + .fade-leave-active { + transition: opacity 0.5s; + } + + .fade-enter, + .fade-leave-to { + opacity: 0; + } + .exceedHide { white-space: nowrap; overflow: hidden; @@ -455,7 +604,7 @@ .driver-index-body { // margin-bottom: vww(56); - // 寰呴鍙栨彁鐓ゅ崟 + // 寰呴鍙栭�氱煡鍗� .wait-collection { width: 100%; height: 600rpx; @@ -690,17 +839,19 @@ .appointment-form-item { @include formItem; - height: vww(220); + height: vww(240); justify-content: space-between; overflow: hidden; - .main-divider { width: 560rpx; height: 1rpx; background: #e3e3e3; position: absolute; - top: 122rpx; + top: 200rpx; left: 128rpx; + } + .orderCode{ + padding: 10px; } .first-line { @@ -846,6 +997,29 @@ margin-top: vww(10); } } + + .noob-tour { + margin-bottom: vww(10); + position: relative; + top: -240rpx; + } + + .u-popup { + .u-transition { + .u-popup__content { + .editDriverPopup-container-box {} + + //closeIcon + .u-popup__content__close--top-right { + .u-icon { + .u-icon__icon { + font-size: vww(20) !important; + } + } + } + } + } + } } } </style> \ No newline at end of file -- Gitblit v1.9.1