|
@@ -5,7 +5,7 @@
|
|
|
<el-form-item>
|
|
|
<el-date-picker
|
|
|
v-model="startTime"
|
|
|
- type="date"
|
|
|
+ type="datetime"
|
|
|
placeholder="日期"
|
|
|
style="width: 180px;"
|
|
|
value-format="timestamp"
|
|
@@ -13,7 +13,7 @@
|
|
|
</el-date-picker>
|
|
|
<el-date-picker
|
|
|
v-model="endTime"
|
|
|
- type="date"
|
|
|
+ type="datetime"
|
|
|
placeholder="日期"
|
|
|
style="width: 180px;"
|
|
|
value-format="timestamp"
|
|
@@ -170,22 +170,22 @@ export default {
|
|
|
{ label: '总出库件数', prop: 'outboundMaterialNumber', width: '100px' },
|
|
|
{ label: '总出库重量', prop: 'outboundMaterialWeight', width: '100px' },
|
|
|
{
|
|
|
- label: '当日入库数量',
|
|
|
+ label: '当前入库数量',
|
|
|
prop: 'currentInboundMaterialNumber',
|
|
|
width: '100px'
|
|
|
},
|
|
|
{
|
|
|
- label: '当日入库重量',
|
|
|
+ label: '当前入库重量',
|
|
|
prop: 'currentInboundTheoryWeight',
|
|
|
width: '100px'
|
|
|
},
|
|
|
{
|
|
|
- label: '当日出库数量',
|
|
|
+ label: '当前出库数量',
|
|
|
prop: 'currentOutboundMaterialNumber',
|
|
|
width: '100px'
|
|
|
},
|
|
|
{
|
|
|
- label: '当日出库重量',
|
|
|
+ label: '当前出库重量',
|
|
|
prop: 'currentOutboundTheoryWeight',
|
|
|
width: '100px'
|
|
|
},
|