|
@ -2,7 +2,6 @@ |
|
|
<div> |
|
|
<div> |
|
|
<div class="collect-header"> |
|
|
<div class="collect-header"> |
|
|
<h4 :class="classType">{{ collectTitle }} </h4> |
|
|
<h4 :class="classType">{{ collectTitle }} </h4> |
|
|
<!-- :class="[!(isRecycle && (isTitleType === 2 || (isTitleType === 3 && selectedCategory.arrangeType !== 3))) ? 'head-search is-recycle':'head-search']" --> |
|
|
|
|
|
<div class="collect-filter"> |
|
|
<div class="collect-filter"> |
|
|
<treeselect |
|
|
<treeselect |
|
|
v-if="selectedCategory.arrangeType === 3 && isTitleType !== 4 && isTitleType !== 6 && activeIndex !== 1" |
|
|
v-if="selectedCategory.arrangeType === 3 && isTitleType !== 4 && isTitleType !== 6 && activeIndex !== 1" |
|
@ -67,7 +66,7 @@ |
|
|
<el-menu-item v-if="isTitleType !== 2" index="2-1" @click="handleBlukImport">批量导入</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType !== 2" index="2-1" @click="handleBlukImport">批量导入</el-menu-item> |
|
|
<!-- 项目 / 案卷 / 卷内 / 文件--> |
|
|
<!-- 项目 / 案卷 / 卷内 / 文件--> |
|
|
<el-menu-item v-if="activeIndex !== 1 || (isTitleType === 3 && selectedCategory.arrangeType === 1 && activeIndex === 1)" index="2-2" @click="handleBlukEditing">批量修改</el-menu-item> |
|
|
<el-menu-item v-if="activeIndex !== 1 || (isTitleType === 3 && selectedCategory.arrangeType === 1 && activeIndex === 1)" index="2-2" @click="handleBlukEditing">批量修改</el-menu-item> |
|
|
<el-menu-item v-if="(isTitleType === 3) && activeIndex === 0" index="2-3" @click="handleJnSeqAdjustment('anjuan')">案卷顺序调整</el-menu-item> |
|
|
|
|
|
|
|
|
<el-menu-item v-if="isTitleType === 3 && activeIndex === 0 && selectedCategory.arrangeType !== 1" index="2-3" @click="handleJnSeqAdjustment('anjuan')">案卷顺序调整</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType === 3 && activeIndex === 0 && selectedCategory.arrangeType !== 1 " index="2-12" @click="handleJnSeqAdjustment('juannei')">卷内顺序调整</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType === 3 && activeIndex === 0 && selectedCategory.arrangeType !== 1 " index="2-12" @click="handleJnSeqAdjustment('juannei')">卷内顺序调整</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType === 3 && selectedCategory.arrangeType === 1" index="2-3" @click="handleJnSeqAdjustment('file')">文件顺序调整</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType === 3 && selectedCategory.arrangeType === 1" index="2-3" @click="handleJnSeqAdjustment('file')">文件顺序调整</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType !== 2 && !(isTitleType === 3 && (selectedCategory.arrangeType === 1|| selectedCategory.arrangeType === 2) && activeIndex === 1) && isTitleType !== 4" index="2-4" @click="handleFileNumberUpdate(0)">档号更新</el-menu-item> |
|
|
<el-menu-item v-if="isTitleType !== 2 && !(isTitleType === 3 && (selectedCategory.arrangeType === 1|| selectedCategory.arrangeType === 2) && activeIndex === 1) && isTitleType !== 4" index="2-4" @click="handleFileNumberUpdate(0)">档号更新</el-menu-item> |
|
@ -199,7 +198,12 @@ |
|
|
<!-- 归档 --> |
|
|
<!-- 归档 --> |
|
|
<ArchivesFilling ref="archivesFillingRef" :selected-category="selectedCategory" :collect-level="collectLevel" :selections="selections" @close-dialog="closeDialog" /> |
|
|
<ArchivesFilling ref="archivesFillingRef" :selected-category="selectedCategory" :collect-level="collectLevel" :selections="selections" @close-dialog="closeDialog" /> |
|
|
</div> |
|
|
</div> |
|
|
<div style="height: 30px; line-height: 30px; padding: 0 20px; font-size: 12px;"> <span v-if="(isTitleType !== 2 && selectedCategory.arrangeType === 3 ) || ((isTitleType === 4 || isTitleType === 6) && selectedCategory.arrangeType === 2) || (isTitleType === 6 && selectedCategory.arrangeType === 1)">{{ test }}</span></div> |
|
|
|
|
|
|
|
|
<div style="display: flex; justify-content: space-between; height: 30px; line-height: 30px; padding: 0 20px; "> |
|
|
|
|
|
<span v-if="(isTitleType !== 2 && selectedCategory.arrangeType === 3 ) || ((isTitleType === 4 || isTitleType === 6) && selectedCategory.arrangeType === 2) || (isTitleType === 6 && selectedCategory.arrangeType === 1)" style="font-size: 12px;">{{ test }}</span> |
|
|
|
|
|
<div v-if="isTitleType !== 2 && !isRecycle && isTitleType !== 6 && !(isTitleType === 3 && activeIndex === 1 && selectedCategory.arrangeType !== 1 )" class="mangement-fixed-top"> |
|
|
|
|
|
<el-checkbox v-model="parentsData.fixedStatusBar" @change="statusBarChecked">隐藏状态栏</el-checkbox> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -336,7 +340,15 @@ export default { |
|
|
if (this.isTitleType === 2) { |
|
|
if (this.isTitleType === 2) { |
|
|
return '' |
|
|
return '' |
|
|
} else if (this.isTitleType === 3) { |
|
|
} else if (this.isTitleType === 3) { |
|
|
|
|
|
if (this.selectedCategory.arrangeType === 1) { |
|
|
|
|
|
return 'is-juannei' |
|
|
|
|
|
} else { |
|
|
|
|
|
if (this.activeIndex === 1) { |
|
|
|
|
|
return 'is-juannei' |
|
|
|
|
|
} else { |
|
|
return 'is-anjuan' |
|
|
return 'is-anjuan' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} else if (this.isTitleType === 4) { |
|
|
} else if (this.isTitleType === 4) { |
|
|
return 'is-juannei' |
|
|
return 'is-juannei' |
|
|
} else if (this.isTitleType === 6) { |
|
|
} else if (this.isTitleType === 6) { |
|
@ -469,6 +481,10 @@ export default { |
|
|
// 著录界面-form/详情-api |
|
|
// 著录界面-form/详情-api |
|
|
handleForm(type) { |
|
|
handleForm(type) { |
|
|
if (type === 'add') { |
|
|
if (type === 'add') { |
|
|
|
|
|
if (this.parentsData.parentsAnjuanRow && this.parentsData.parentsAnjuanRow.collect_formal === 2) { |
|
|
|
|
|
this.$message('当前档案处于归档流程中,不可操作新增,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.formTitle = '新增' + this.collectTitle |
|
|
this.formTitle = '新增' + this.collectTitle |
|
|
this.arcId = null |
|
|
this.arcId = null |
|
|
} else if (type === 'edit') { |
|
|
} else if (type === 'edit') { |
|
@ -478,6 +494,9 @@ export default { |
|
|
} else if (this.selections.length > 1) { |
|
|
} else if (this.selections.length > 1) { |
|
|
this.$message('编辑操作只可勾选唯一目标条目,请先确认!') |
|
|
this.$message('编辑操作只可勾选唯一目标条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
|
|
|
} else if (this.selections[0].collect_formal === 2) { |
|
|
|
|
|
this.$message('当前所选的档案处于归档流程中,不可操作编辑,请先确认!') |
|
|
|
|
|
return false |
|
|
} |
|
|
} |
|
|
this.arcId = this.selections[0].id |
|
|
this.arcId = this.selections[0].id |
|
|
this.formTitle = '编辑' + this.collectTitle |
|
|
this.formTitle = '编辑' + this.collectTitle |
|
@ -528,7 +547,7 @@ export default { |
|
|
handlerArchivesSubmit() { |
|
|
handlerArchivesSubmit() { |
|
|
this.$refs.previewForm.submitForm('addOrUpdateForm', this.selectedCategory.id, this.quickPaperArcId) |
|
|
this.$refs.previewForm.submitForm('addOrUpdateForm', this.selectedCategory.id, this.quickPaperArcId) |
|
|
}, |
|
|
}, |
|
|
// 删除 - 关闭 |
|
|
|
|
|
|
|
|
// 关闭 |
|
|
handleClose(done) { |
|
|
handleClose(done) { |
|
|
this.formVisible = false |
|
|
this.formVisible = false |
|
|
done() |
|
|
done() |
|
@ -539,6 +558,17 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作删除,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
|
|
|
if (this.collectLevel === 4) { |
|
|
|
|
|
if (this.parentsData.parentsAnjuanRow && this.parentsData.parentsAnjuanRow.collect_formal === 2) { |
|
|
|
|
|
this.$message('当前档案处于归档流程中,不可操作删除,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
this.deleteVisible = true |
|
|
this.deleteVisible = true |
|
|
}, |
|
|
}, |
|
|
// 卷内 - 移除 |
|
|
// 卷内 - 移除 |
|
@ -547,6 +577,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作删除,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.moveVisible = true |
|
|
this.moveVisible = true |
|
|
}, |
|
|
}, |
|
|
// 删除 - 确认 |
|
|
// 删除 - 确认 |
|
@ -636,8 +671,18 @@ export default { |
|
|
this.$message('上传操作只可勾选唯一目标条目,请先确认!') |
|
|
this.$message('上传操作只可勾选唯一目标条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作原文上传,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.arcId = this.selections[0].id |
|
|
this.arcId = this.selections[0].id |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
if (this.parentsData.parentsAnjuanRow && this.parentsData.parentsAnjuanRow.collect_formal === 2) { |
|
|
|
|
|
this.$message('当前档案处于归档流程中,不可操作原文上传,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (this.selectedCategory.arrangeType === 1) { |
|
|
if (this.selectedCategory.arrangeType === 1) { |
|
|
this.arcId = this.parentsData.parentsAnjuanId |
|
|
this.arcId = this.parentsData.parentsAnjuanId |
|
|
} else { |
|
|
} else { |
|
@ -665,6 +710,10 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 批量导入 |
|
|
// 批量导入 |
|
|
handleBlukImport() { |
|
|
handleBlukImport() { |
|
|
|
|
|
if (this.parentsData.parentsAnjuanRow && this.parentsData.parentsAnjuanRow.collect_formal === 2) { |
|
|
|
|
|
this.$message('当前档案处于归档流程中,不可操作批量导入,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$refs.blukImportRef.bulkImportVisible = true |
|
|
this.$refs.blukImportRef.bulkImportVisible = true |
|
|
}, |
|
|
}, |
|
|
// 批量修改 |
|
|
// 批量修改 |
|
@ -673,6 +722,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作批量修改,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
this.$refs.blukEditingRef.bulkEditingVisible = true |
|
|
this.$refs.blukEditingRef.bulkEditingVisible = true |
|
|
}) |
|
|
}) |
|
@ -688,6 +742,11 @@ export default { |
|
|
this.$message('卷内顺序调整操作只可勾选唯一目标条目,请先确认!') |
|
|
this.$message('卷内顺序调整操作只可勾选唯一目标条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作卷内顺序调整,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
this.$refs.fileSeqAdjustmentRef.titleAdjustment = '卷内顺序调整' |
|
|
this.$refs.fileSeqAdjustmentRef.titleAdjustment = '卷内顺序调整' |
|
|
this.$refs.fileSeqAdjustmentRef.isJuannei = true |
|
|
this.$refs.fileSeqAdjustmentRef.isJuannei = true |
|
@ -697,6 +756,11 @@ export default { |
|
|
this.$message('请选择多个' + (type === 'file' ? '文件' : '案卷') + '后进行操作!') |
|
|
this.$message('请选择多个' + (type === 'file' ? '文件' : '案卷') + '后进行操作!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作案卷/文件顺序调整,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
if (type === 'anjuan') { |
|
|
if (type === 'anjuan') { |
|
|
this.$refs.fileSeqAdjustmentRef.titleAdjustment = '案卷顺序调整' |
|
|
this.$refs.fileSeqAdjustmentRef.titleAdjustment = '案卷顺序调整' |
|
@ -716,6 +780,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作档号更新,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$confirm('此操作将会自动重新生成档号' + '<span>你是否还要继续?</span>', '提示', { |
|
|
this.$confirm('此操作将会自动重新生成档号' + '<span>你是否还要继续?</span>', '提示', { |
|
|
confirmButtonText: '继续', |
|
|
confirmButtonText: '继续', |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
@ -758,6 +827,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作拆卷,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$confirm('拆卷之后,对应的案卷数据将会自动删除' + '<span>你是否还要继续?</span>', '提示', { |
|
|
this.$confirm('拆卷之后,对应的案卷数据将会自动删除' + '<span>你是否还要继续?</span>', '提示', { |
|
|
confirmButtonText: '继续', |
|
|
confirmButtonText: '继续', |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
@ -791,6 +865,11 @@ export default { |
|
|
this.$message('合卷操作至少勾选2个案卷,请重试!') |
|
|
this.$message('合卷操作至少勾选2个案卷,请重试!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作合卷,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$refs.combineFileRef.getTargetList() |
|
|
this.$refs.combineFileRef.getTargetList() |
|
|
}, |
|
|
}, |
|
|
// 插件 |
|
|
// 插件 |
|
@ -811,9 +890,13 @@ export default { |
|
|
this.$refs.insertFileRef.getInsertViewTable() |
|
|
this.$refs.insertFileRef.getInsertViewTable() |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
if (this.selections.length !== 1) { |
|
|
if (this.selections.length !== 1) { |
|
|
this.$message('插卷操作只可勾选唯一目标条目,请先确认!') |
|
|
this.$message('插卷操作只可勾选唯一目标条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
|
|
|
} else if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作插件,请先确认!') |
|
|
|
|
|
return false |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.insertFileRef.getInsertViewTable() |
|
|
this.$refs.insertFileRef.getInsertViewTable() |
|
|
} |
|
|
} |
|
@ -825,6 +908,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作移动,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$refs.collectMoveFileRef.collectMoveFileVisible = true |
|
|
this.$refs.collectMoveFileRef.collectMoveFileVisible = true |
|
|
}, |
|
|
}, |
|
|
// 归档 |
|
|
// 归档 |
|
@ -833,6 +921,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,勿重复操作,请先确认!!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$refs.archivesFillingRef.archivesFillingVisible = true |
|
|
this.$refs.archivesFillingRef.archivesFillingVisible = true |
|
|
// this.$confirm('此操作将会把所选条目提交归档' + '<span>你是否还要继续?</span>', '提示', { |
|
|
// this.$confirm('此操作将会把所选条目提交归档' + '<span>你是否还要继续?</span>', '提示', { |
|
|
// confirmButtonText: '继续', |
|
|
// confirmButtonText: '继续', |
|
@ -867,6 +960,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作退回预归档库,请先确认!!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$confirm('此操作将把会所选条目退回到预归档库' + '<span>你是否还要继续?</span>', '提示', { |
|
|
this.$confirm('此操作将把会所选条目退回到预归档库' + '<span>你是否还要继续?</span>', '提示', { |
|
|
confirmButtonText: '继续', |
|
|
confirmButtonText: '继续', |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
@ -946,6 +1044,11 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
const isHasFillFormal = this.selections.some(item => item.collect_formal === 2) |
|
|
|
|
|
if (isHasFillFormal) { |
|
|
|
|
|
this.$message('您所选的条目有正在归档流程中,不可操作四性检测,请先确认!') |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
this.$refs.fourTestRef.fourTestVisible = true |
|
|
this.$refs.fourTestRef.fourTestVisible = true |
|
|
this.$refs.fourTestRef.tableData = this.selections |
|
|
this.$refs.fourTestRef.tableData = this.selections |
|
|
}, |
|
|
}, |
|
@ -1042,7 +1145,6 @@ export default { |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
this.$message('您还未勾选需要操作的条目,请先确认!') |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.$confirm('此删除将把会所选条目与其子集彻底删除' + '<span>你是否还要继续?</span>', '提示', { |
|
|
this.$confirm('此删除将把会所选条目与其子集彻底删除' + '<span>你是否还要继续?</span>', '提示', { |
|
|
confirmButtonText: '继续', |
|
|
confirmButtonText: '继续', |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
|