修改
This commit is contained in:
@@ -263,6 +263,7 @@ import { getDepts } from '@/api/system/dept'
|
|||||||
import crudClassstandard from '@/api/wms/basedata/master/classstandard'
|
import crudClassstandard from '@/api/wms/basedata/master/classstandard'
|
||||||
import crudMaterialbase from '@/api/wms/basedata/master/materialbase'
|
import crudMaterialbase from '@/api/wms/basedata/master/materialbase'
|
||||||
|
|
||||||
|
const start = new Date()
|
||||||
export default {
|
export default {
|
||||||
name: 'equipmentfile',
|
name: 'equipmentfile',
|
||||||
components: { Treeselect, ChangeDialog, ViewDialog, AddDialog, crudOperation, rrOperation, udOperation, pagination },
|
components: { Treeselect, ChangeDialog, ViewDialog, AddDialog, crudOperation, rrOperation, udOperation, pagination },
|
||||||
@@ -274,6 +275,9 @@ export default {
|
|||||||
del: false,
|
del: false,
|
||||||
reset: true,
|
reset: true,
|
||||||
download: false
|
download: false
|
||||||
|
},
|
||||||
|
query: {
|
||||||
|
createTime: [start, start]
|
||||||
}})
|
}})
|
||||||
},
|
},
|
||||||
mixins: [presenter(), header(), crud()],
|
mixins: [presenter(), header(), crud()],
|
||||||
@@ -321,9 +325,6 @@ export default {
|
|||||||
this.queryClassId()
|
this.queryClassId()
|
||||||
})
|
})
|
||||||
this.getDepts()
|
this.getDepts()
|
||||||
|
|
||||||
this.crud.query.createTime = [new Date(), new Date()]
|
|
||||||
this.crud.toQuery()
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
canUd(row) {
|
canUd(row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user