Commit 8952768a authored by 李驰骋's avatar 李驰骋

排程添加时间参数

parent 2ae35adb
...@@ -857,6 +857,7 @@ export default { ...@@ -857,6 +857,7 @@ export default {
let formData = this.$refs.orderListRef.selectedRows.map(item => { let formData = this.$refs.orderListRef.selectedRows.map(item => {
return { return {
workorderId: item.workorderId, workorderId: item.workorderId,
scheduleDate: item.scheduleDate,
scheduleQuantity: item.scheduleQuantity scheduleQuantity: item.scheduleQuantity
} }
}); });
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<el-table-column <el-table-column
:label="$t('排程日期')" :label="$t('排程日期')"
align="center" align="center"
prop="scheduleStartDate" prop="scheduleDate"
width="200" width="200"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
......
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