Commit 4d0a32e1 authored by hailiang.sun's avatar hailiang.sun

预约日期格式变更

parent d39fc892
......@@ -370,7 +370,7 @@ export default {
customerId: this.id, //客户id
servicepackageId: this.servicepackageId, //套餐id
checkUnitCode: JSON.stringify(this.hospitalId), //预约门店code
serviceDate: this.serviceDate, //预约使用服务时间
serviceDate: moment(this.serviceDate).format("YYYYMMDD"), //预约使用服务时间
chooseList: JSON.parse(window.localStorage.getItem("chooseList")), //选择服务列表
payList: [],
supplierId: this.supplierId, //供应商id
......
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