|
@@ -204,6 +204,7 @@
|
|
|
<script>
|
|
<script>
|
|
|
import { getWarehouseList } from '@/api/classifyManage/itemInformation';
|
|
import { getWarehouseList } from '@/api/classifyManage/itemInformation';
|
|
|
import warehouseDefinition from '@/api/warehouseManagement/warehouseDefinition';
|
|
import warehouseDefinition from '@/api/warehouseManagement/warehouseDefinition';
|
|
|
|
|
+ import en from '@/i18n/lang/en';
|
|
|
export default {
|
|
export default {
|
|
|
data() {
|
|
data() {
|
|
|
// 默认表单数据
|
|
// 默认表单数据
|
|
@@ -224,7 +225,8 @@
|
|
|
keyWord: '',
|
|
keyWord: '',
|
|
|
deptIds: '',
|
|
deptIds: '',
|
|
|
warehouseId: '',
|
|
warehouseId: '',
|
|
|
- startTime: ''
|
|
|
|
|
|
|
+ startTime: '',
|
|
|
|
|
+ endTime: ''
|
|
|
};
|
|
};
|
|
|
return {
|
|
return {
|
|
|
// 表单数据
|
|
// 表单数据
|
|
@@ -307,7 +309,8 @@
|
|
|
},
|
|
},
|
|
|
/* 搜索 */
|
|
/* 搜索 */
|
|
|
search() {
|
|
search() {
|
|
|
- console.log(this.current);
|
|
|
|
|
|
|
+ this.params.endTime = this.params.startTime;
|
|
|
|
|
+
|
|
|
this.$emit('search', {
|
|
this.$emit('search', {
|
|
|
...this.params
|
|
...this.params
|
|
|
});
|
|
});
|