Commit 08ca3e24 authored by 邓春圆's avatar 邓春圆

提货时间和送货时间去掉默认值

parent fa7e461b
......@@ -94,8 +94,6 @@ export default {
this.$set(this.form, 'pickType', this.order.consigneeVO.harvestMethod)
});
// this.form.pickTime = new Date().format('yyyy-MM-dd hh:mm:ss');
this.pickupTime = new Date().format('yyyy-MM-dd hh:mm:ss');
this.signingTime = new Date().format('yyyy-MM-dd hh:mm:ss');
},
submit(){
if(this.form.pickType === 1){
......
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