Commit b1a715e9 authored by 康振飞's avatar 康振飞

时间段调整

parent 6ea3f991
......@@ -89,15 +89,15 @@
<b class="span02">{{selectedRows.length}}</b>
</span>
<label for>批量设置:</label>
<a href="#" class="span" @click="openTimeModal">
<Icon type="md-add" />时间段
</a>
<a href="#" class="span" @click="setUsers">
<Icon type="md-add" />人员
</a>
<a href="#" class="span" @click="setEquip">
<Icon type="md-add" />设备
</a>
<a href="#" class="span" @click="openTimeModal">
<Icon type="md-add" />时间段
</a>
</div>
</div>
<!-- 拆分 fenModel -->
......@@ -142,9 +142,9 @@ export default {
{ title: '工序名称', key: 'detailTitle', width: 110 },
{ title: '料单板数', width: 115, key: 'boardQuantity', slot: 'boardQuantity' },
{ title: '投产数量', width: 100, key: 'quantity', },
{ title: '时间段', key: 'times', width: 260, slot: 'times' },
{ title: '人员', key: 'userTitles', slot: 'userTitles' },
{ title: '设备', key: 'equipTitle', slot: 'equipTitle' },
{ title: '时间段', key: 'times', width: 260, slot: 'times' },
{ title: '操作', width: 90, key: 'action', slot: 'action' }
],
dateRange: {//禁选时间
......
......@@ -109,15 +109,15 @@
已选择 <b class="span02">{{selectedRows.length}}</b>
</span>
<label for>批量设置:</label>
<a href="#" class="span" @click="openTimeModal">
<Icon type="md-add" />时间段
</a>
<a href="#" class="span" @click="setUsers">
<Icon type="md-add" />人员
</a>
<a href="#" class="span" @click="setEquip">
<Icon type="md-add" />设备
</a>
<a href="#" class="span" @click="openTimeModal">
<Icon type="md-add" />时间段
</a>
</div>
</div>
<!-- 拆分 fenModel -->
......@@ -163,9 +163,9 @@ export default {
{ title: '工序序号', key: 'detailNumber', width: 110 },
{ title: '工序名称', key: 'detailTitle', width: 110 },
{ title: '投产数量', width: 135, key: 'quantity', slot: 'boardQuantity' },
{ title: '时间段', key: 'times', width: 260, slot: 'times' },
{ title: '人员', key: 'userTitles', slot: 'userTitles' },
{ title: '设备', key: 'equipTitle', slot: 'equipTitle' },
{ title: '时间段', key: 'times', width: 260, slot: 'times' },
{ title: '操作', width: 90, key: 'action', slot: 'action' }
],
dateRange: { //不可选日期
......
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