Commit 83aaaee1 authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/ximai/mes-ui into dev

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