LLJ20200424V1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<span slot="label">领料单</span>
|
||||
<div style="margin-top: 2px;margin-bottom: 2px">
|
||||
<!--<span style="margin: 5px">领料单编号:</span>-->
|
||||
<el-input v-model="pickingListNumber" placeholder="领料单编号或领料人" clearable size="small" style="width:200px" />
|
||||
<el-input v-model="pickingListNumber" placeholder="领料单编号/领料人/机床号" clearable size="small" style="width:200px" />
|
||||
<span style="margin: 5px">创建时间:</span>
|
||||
<el-date-picker
|
||||
v-model="dateRange"
|
||||
@@ -35,7 +35,7 @@
|
||||
{{ scope.row.姓名 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" prop="备注" show-overflow-tooltip align="center" min-width="140px">
|
||||
<el-table-column label="机床" prop="备注" show-overflow-tooltip align="center" min-width="140px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.领料单备注 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user