From 6e5dddd39f051cfe564c32ae5608729ad9260409 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 13 八月 2024 15:26:07 +0800 Subject: [PATCH] feat:申请入场改为修改预约时间 --- pages/driver-page/drvier-my/drvier-my.vue | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/pages/driver-page/drvier-my/drvier-my.vue b/pages/driver-page/drvier-my/drvier-my.vue index 2f1026e..347082a 100644 --- a/pages/driver-page/drvier-my/drvier-my.vue +++ b/pages/driver-page/drvier-my/drvier-my.vue @@ -90,10 +90,11 @@ {{ userInfo.weight || '' }} </view> </view> - <view class="information-line" - @click="modifyPrint"> <!-- 鐢变簬鏄嚜瀹氫箟icon 闈炶璁″浘icon 鎵�浠ヨ鍔犱笂杩欎釜style="margin-left: 1.5%;" icon 涓嬭浇鏍煎紡涓�18x18--> + <!-- <view class="information-line" + @click="modifyPrint"> + <view class="line-label" style="margin-left: 1.5%;"> <image src="https://wrzs.czjlchem.com:9090/appimg/image/banner/printer.png" @@ -108,7 +109,7 @@ <u-icon name="arrow-right" size="36"></u-icon> </view> - </view> + </view> --> <!-- <view class="information-line" @click="addressManageHandle"> <view class="line-label" @@ -521,8 +522,9 @@ @confirm="logoutConfirm" @cancel="logoutCancel"></u-modal> </view> - <printerStyle ref="printerStyleRef" - @selectedPrintStyle='selectedPrintStyleHandle' /> + <!-- <printerStyle ref="printerStyleRef" + v-if="printerVisible" + @selectedPrintStyle='selectedPrintStyleHandle' /> --> </view> </template> @@ -531,16 +533,17 @@ import { BaseUrl } from '@/api/publicInterface.js'; import previewImage from '@/components/kxj-previewImage/kxj-previewImage.vue'; import noobTour from '@/components/noobTour/noobTour.vue' - import printerStyle from '@/subPages/bill-of-lading-details/printerStyle/printerStyle.vue' + // import printerStyle from '@/subPages/bill-of-lading-details/printerStyle/printerStyle.vue' import { mapMutations, mapState } from 'vuex'; import qianTree from '@/components/qian-tree/qian-tree.vue'; export default { - components: { previewImage, noobTour, printerStyle,qianTree }, + components: { previewImage, noobTour,qianTree }, data() { return { tablist:[], minDate: this.getToday(), customerName:"", + printerVisible:false, // 鑾峰彇鐨勫徃鏈鸿鎯� userInfo: {}, productName:"", @@ -1100,6 +1103,8 @@ }, //淇敼纾呭崟鎵撳嵃鏍峰紡 modifyPrint() { + this.printerVisible = true; + console.log(printerStyle,'123') this.$nextTick(() => { this.$refs.printerStyleRef.init() }) -- Gitblit v1.9.1