0429文档相关修改

This commit is contained in:
liulujia
2020-04-29 17:28:20 +08:00
parent 11959d8ab9
commit 0b6bfc1655
6 changed files with 75 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
:label="item.label"
:value="item.value"/>
</el-select>
<span>备料时间:</span>
<span>接收时间:</span>
<el-date-picker
v-model="dateRange"
:picker-options="pickerOptions"
@@ -97,6 +97,16 @@
{{ scope.row.开票时间 ? scope.row.开票时间.split(' ')[0] : '' }}
</template>
</el-table-column>
<el-table-column label="接收时间" align="center" width="100">
<template slot-scope="scope">
{{ scope.row.备料任务接受时间 ? scope.row.备料任务接受时间.split(' ')[0] : '' }}
</template>
</el-table-column>
<el-table-column label="分配时间" align="center" width="100">
<template slot-scope="scope">
{{ scope.row.备料任务分配时间 ? scope.row.备料任务分配时间.split(' ')[0] : '' }}
</template>
</el-table-column>
</el-table>
<div class="block" style="margin-top: 10px;">
<el-pagination