|
|
@ -86,7 +86,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import rrOperation from '@crud/RR.operation' |
|
|
|
import CRUD, { presenter, header } from '@crud/crud' |
|
|
|
import CRUD, { presenter } from '@crud/crud' |
|
|
|
// import crudJob from '@/api/system/job' |
|
|
|
// import crudOperation from '@crud/CRUD.operation' |
|
|
|
import pagination from '@crud/Pagination' |
|
|
@ -97,20 +97,22 @@ import checkDetail from './module/checkDetail.vue' |
|
|
|
export default { |
|
|
|
name: 'ArchivesCheck', |
|
|
|
components: { pagination, rrOperation, addCheck, checkDetail }, |
|
|
|
mixins: [header(), presenter()], |
|
|
|
mixins: [presenter()], |
|
|
|
cruds() { |
|
|
|
return CRUD({ |
|
|
|
title: '档案盘点', |
|
|
|
url: 'api/case/initCaseList', |
|
|
|
// crudMethod: caseCrudMethod, |
|
|
|
title: '档案盒', |
|
|
|
optShow: { |
|
|
|
// add: false, |
|
|
|
// edit: false, |
|
|
|
// del: false, |
|
|
|
// download: true, |
|
|
|
// group: false |
|
|
|
add: false, |
|
|
|
edit: false, |
|
|
|
del: false, |
|
|
|
download: false, |
|
|
|
group: false |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
dicts: ['job_status'], |
|
|
|
// dicts: ['job_status'], |
|
|
|
|
|
|
|
data() { |
|
|
|
return { |
|
|
@ -139,7 +141,7 @@ export default { |
|
|
|
this.$refs.addCheckDom.addFormVisible = true |
|
|
|
}, |
|
|
|
handleClose() { |
|
|
|
console.log('close') |
|
|
|
this.deleteVisible = false |
|
|
|
}, |
|
|
|
cell({ row, columnIndex }) { |
|
|
|
if (row.checkState === '已执行' && columnIndex === 4) { |
|
|
|