z_yu
3 years ago
7 changed files with 147 additions and 43 deletions
-
2src/assets/styles/yxk-admin.scss
-
18src/views/archivesManage/caseManage/index.vue
-
34src/views/archivesManage/caseManage/module/openCaseDlg.vue
-
8src/views/category/baseInfo/index.vue
-
8src/views/category/listBrowsing/index.vue
-
2src/views/category/orderingRule/module/form.vue
-
118src/views/components/BindingTagDlg.vue
@ -0,0 +1,34 @@ |
|||
<template> |
|||
<el-dialog :close-on-click-modal="false" title="拆盒" :visible.sync="openCaseVisible"> |
|||
<span class="dialog-right-top" /> |
|||
<span class="dialog-left-bottom" /> |
|||
<div class="setting-dialog"> |
|||
<p><span style="color:#fff;">确定拆除当前选择的所有档案盒吗?</span></p> |
|||
<p><span style="color:#f00;">提示:1.确定拆盒后,当前盒号下绑定的所有档案数据将一并清除;</span></p> |
|||
<p><span style="color:#f00;">提示:2.若案卷存在多个盒,选择其中一个分盒则自动拆掉该案卷的全部档案盒</span></p> |
|||
<div slot="footer" class="dialog-footer"> |
|||
<el-button type="primary" @click.native="handleConfirm">确定</el-button> |
|||
<el-button type="primary" @click.native="handleConfirm">取消</el-button> |
|||
</div> |
|||
</div> |
|||
</el-dialog> |
|||
</template> |
|||
|
|||
<script> |
|||
|
|||
export default { |
|||
data() { |
|||
return { |
|||
caseData: [], |
|||
openCaseVisible: false |
|||
} |
|||
}, |
|||
methods: { |
|||
handleConfirm() { |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style rel="stylesheet/scss" lang="scss" scoped> |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue