Commit 54789650 authored by dragondean@qq.com's avatar dragondean@qq.com

修复肤质订单送货日期异常

parent cda238a7
......@@ -465,7 +465,7 @@
<view class="corder-v5-v corder-picker" >
<view class="corder-v5-label"><span class="redcolor">*</span>{{$lang.lang.create.date}}</view>
<picker mode="date" class="date-picker" :value="date" :start="startDate" :end="endDate" @change="bindDateChange">
<view class="uni-input">{{date}}</view>
<view class="uni-input">{{params.deliveryDate ? params.deliveryDate.split(" ")[0] : '请选择'}}</view>
</picker>
<image class="rgt" src="../../static/img/rgt.png" mode="widthFix"></image>
</view>
......@@ -1106,7 +1106,7 @@
channelId:0,//渠道ID
orderItemVOList:[],
costVO:{},
deliveryDate:currentDate+' 00:00:00',
deliveryDate: null,
drawee:2,
number:'',
isCargoControl:false,
......@@ -1148,7 +1148,7 @@
dialCode:'',
id:0
},
date:currentDate,
date: '',
time:'00:00',
isClick:false,
link:'',
......@@ -1732,12 +1732,12 @@
title: this.$lang.lang.notices.consigneePhone,
icon: 'error',
})
}else if(!this.params.isCargoControl && this.params.countryCode==this.config.countrySn.value[0]){
}/*else if(!this.params.isCargoControl && this.params.countryCode==this.config.countrySn.value[0]){
return uni.showToast({
title: this.$lang.lang.notices.foreignConsignee,
icon: 'error',
})
}
}*/
if(this.params.consigneeEmail){
let email_reg = /[a-zA-Z0-9]+([-_.][A-Za-zd]+)*@([a-zA-Z0-9]+[-.])+[A-Za-zd]{2,5}$/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment