|
@@ -17,7 +17,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<a-form-item label="出库时间">
|
|
|
- <rangeDate ref="outWareRangeDate" :value="outWarehouseTime" @change="outWareDateChange" />
|
|
|
+ <rangeDate ref="outWareRangeDate" :value="outWareTime" @change="outWareDateChange" />
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
getDate.getCurrMonthDays().endtime
|
|
|
],
|
|
|
auditTime: [],
|
|
|
- outWarehouseTime: [],
|
|
|
+ outWareTime: [],
|
|
|
queryParam: { // 查询条件
|
|
|
beginDate: getDate.getCurrMonthDays().starttime,
|
|
|
endDate: getDate.getCurrMonthDays().endtime,
|