From 040acd447439dc98536281414a6d43a54b00719d Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 09 八月 2024 13:34:42 +0800 Subject: [PATCH] feat:发版 --- pages/driver-page/delivery-my/delivery-my/delivery-my.vue | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue index c31551b..8207da2 100644 --- a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue +++ b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue @@ -46,6 +46,7 @@ borderBottom required v-if="daydata.isWeighing==1"> <u--input v-model="skin" + border="surround" placeholder="璇疯緭鍏ョ毊閲�" clearable></u--input> </u-form-item> @@ -55,6 +56,7 @@ borderBottom required v-if="daydata.isWeighing==1"> <u--input v-model="hair" + border="surround" placeholder="璇疯緭鍏ユ瘺閲�" clearable></u--input> </u-form-item> @@ -64,6 +66,7 @@ borderBottom required v-if="daydata.isWeighing==1"> <u--input v-model="clean" + border="surround" placeholder="璇疯緭鍏ュ噣閲�" clearable></u--input> </u-form-item> @@ -90,7 +93,7 @@ </uni-table> <u-form-item prop='contactPicture'> <view class="label-text"> - <text style="color: #f56c6c;">*</text>鍘熷彂纾呭崟 + <text style="color: #f56c6c;">*</text>鍘熷彂鍗曟嵁 </view> <u-upload :fileList="fileList1" @afterRead="afterRead" @@ -155,7 +158,7 @@ <view class="fourth"> <view class="fourth-icon"> <view - style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover"> + style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover"> </view> </view> <view class="senddate">{{ daydata.sendDate }}</view> @@ -163,7 +166,7 @@ <view class="fourth"> <view class="fourth-icon"> <view - style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;"> + style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;"> </view> </view> <view class="senddate">{{ daydata.orderCode }}</view> @@ -317,6 +320,25 @@ }, methods: { ...mapMutations(['changeisUploadimg']), + // input鑱氱劍 + inputFocus(v) { + if (v == 1) { + this.isfocus1 = true; + } else { + this.isfocus2 = true; + } + }, + // input澶辩劍 + inputBlur() { + this.isfocus1 = false; + this.isfocus2 = false; + }, + inputChange() { + if (Number(this.originInfoForm.coalContactHair) > 0 && Number(this.originInfoForm.coalContactSkin > + 0)) { + this.isInputOrigin = true; + } + }, deletePic(event) { this.changeisUploadimg(true); this[`fileList${event.name}`].splice(event.index, 1); @@ -399,7 +421,7 @@ }) }else{ let numDtoList=this.tmTaskCoalList.map(item=>{ - return {tmId:item.id,num:item.productQuantity,coalName:item.coalName} + return {tmId:item.productId,num:item.productQuantity,coalName:item.coalName} }) this.$reqPost('saveMyDelivery',{ productName:this.daydata.productName, -- Gitblit v1.9.1