Commit db653475 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

提货默认时间格式化

parent 44ac9d5a
......@@ -88,7 +88,7 @@ export default {
this.order = res.data
this.$set(this.form, 'pickType', this.order.consigneeVO.harvestMethod)
});
this.form.pickTime = new Date();
this.form.pickTime = new Date().format('yyyy-MM-dd hh:mm:ss');
},
submit(){
create(Object.assign({orderId: this.order.orderNo}, this.form)).then(res => {
......
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