From 76f7755f7830d8230af25196bdf4ffc89abb27bd Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 18 六月 2024 17:40:39 +0800 Subject: [PATCH] feat:验质增加出场时间 --- pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue index 43adabc..1c8f230 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue @@ -767,6 +767,7 @@ previewImageShow:false, qualityInstructions:"", previewImageSrc: '', + outDate:'', penaltyType:[], indexFlag:0, // 涓嬫爣鏍囧織浣� remarks:'', @@ -1067,6 +1068,8 @@ uni.hideLoading() this.coalDetailsData = res.data; this.remarks = res.data.remarks; + this.dateValue = res.data.startTime; + this.outDate = res.data.startTime; this.qualityInstructions = res.data.qualityInstructions this.orderCode = res.data.orderCode this.showWeigh = this.coalDetailsData.tmTaskCoalItems ? this.coalDetailsData @@ -1171,6 +1174,7 @@ let params = {},unqualifiedWeightAll; params.qualityInstructions = this.qualityInstructions; params.remarks = this.remarks; + params.startTime = this.dateValue; console.log( this.showWeigh,' this.showWeigh') this.showWeigh = this.showWeigh.map((v, i) => { console.log(this.penaltyType,this.$refs.checkbox,'123') -- Gitblit v1.9.1