Commit 7f82e008 authored by 李驰骋's avatar 李驰骋

排程添加时间参数

parent 83aaaee1
......@@ -857,7 +857,7 @@ export default {
let formData = this.$refs.orderListRef.selectedRows.map(item => {
return {
workorderId: item.workorderId,
scheduleDate: item.scheduleDate,
scheduleDate: dayjs(item.scheduleDate).format('YYYY-MM-DD HH:mm'),
scheduleQuantity: item.scheduleQuantity
}
});
......
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