diff --git a/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue b/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue index d5489c5..10b2672 100644 --- a/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue +++ b/src/views/collectReorganizi/collectionLibrary/module/collectHeader.vue @@ -328,7 +328,7 @@ - + @@ -468,7 +468,8 @@ export default { repeatVisible: false, repeatLoading: false, repeatResponseData: {}, - repeatData: [] + repeatData: [], + archiveInfo: {} } }, computed: { @@ -1005,7 +1006,9 @@ export default { return false } this.arcId = this.selections[0].id + this.archiveInfo = this.selections[0] } else { + console.log('this.parentsData', this.parentsData) if (this.parentsData.parentsAnjuanRow && this.parentsData.parentsAnjuanRow.collect_formal === 2) { this.$message({ message: '当前档案处于归档流程中,不可操作原文上传,请先确认!', offset: 8 }) return false @@ -1013,11 +1016,14 @@ export default { if (this.selectedCategory.arrangeType === 1) { this.arcId = this.parentsData.parentsAnjuanId + this.archiveInfo = this.parentsData.parentsAnjuanRow } else { if (this.parentsData.isTabFile) { this.arcId = this.parentsData.parentsAnjuanId + this.archiveInfo = this.parentsData.parentsAnjuanRow } else { this.arcId = this.parentsData.parentsJuanneiId + this.archiveInfo = this.parentsData.parentsJuanneiRow } } } diff --git a/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-20260129.vue b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-20260129.vue new file mode 100644 index 0000000..f2d8d1a --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-20260129.vue @@ -0,0 +1,898 @@ + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-bottom-1.vue b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-bottom-1.vue new file mode 100644 index 0000000..5dcb45e --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-bottom-1.vue @@ -0,0 +1,910 @@ + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-bottom.vue b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-bottom.vue new file mode 100644 index 0000000..5dcb45e --- /dev/null +++ b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload-bottom.vue @@ -0,0 +1,910 @@ + + + + + diff --git a/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload.vue b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload.vue index 173793d..f2d8d1a 100644 --- a/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload.vue +++ b/src/views/collectReorganizi/collectionLibrary/module/uploadOriginal/bigUpload.vue @@ -134,12 +134,6 @@ export default { default: '' } }, - - computed: { - ...mapGetters([ - 'baseApi' - ]) - }, data() { return { uploadMinioVisible: false, // 弹框显示状态 @@ -171,7 +165,11 @@ export default { catalogInfoData: [] } }, - + computed: { + ...mapGetters([ + 'baseApi' + ]) + }, mounted() { this.getCheckCaValidity() // 初始化时自动校验CA证书 }, diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue index d5d2cf9..d4342aa 100644 --- a/src/views/components/category/PreviewForm.vue +++ b/src/views/components/category/PreviewForm.vue @@ -15,7 +15,7 @@ (item.fieldName === 'fonds_no' && (isDesFormType === 'arcives' || isDesFormType === 'manageArcives')? ((collectLevel === 1 || (isTitleType === 3 && selectedCategory.arrangeType!== 1) || (isTitleType === 4 && selectedCategory.arrangeType!== 2))? 'disabled-fonds-xm' : 'disabled-fonds') : - (item.fieldName === 'fonds_no' && (isDesFormType === 'prearchiveLibrary' || isDesFormType === 'mergeFile')? + (item.fieldName === 'fonds_no' && (isDesFormType === 'prearchiveLibrary' || isDesFormType === 'mergeFile' )? 'disabled-fonds' : '') ) ]" @@ -130,7 +130,8 @@ - + + @@ -386,7 +387,9 @@ export default { }, preUplpadClose() { - this.$refs.preUploadRefs.handleCloseDialog() + if (this.$refs.preUploadRefs) { + this.$refs.preUploadRefs.handleCloseDialog() + } this.minioPreResult = [] this.jsonArrayStore = [] this.fileNameStore = [] @@ -771,6 +774,7 @@ export default { let response try { if (this.isDesFormType === 'mergeFile') { + console.log('mergeFile666') response = await FetchIsRepeatByArchivesNo({ archivesId: null, archivesNo: value }) if (response !== 0) { errorMessage = '请注意,该档号已被使用' @@ -1125,6 +1129,7 @@ export default { // 动态生成表单 editFormRow() { this.rules = {} + console.log('this.formPreviewData', this.formPreviewData) this.entityIndex = this.formPreviewData.findIndex(item => item.fieldName === 'is_entity') this.formPreviewData.map(item => { if (item.isInputClass === 'select') { @@ -1163,6 +1168,7 @@ export default { } if (item.fieldName === 'fonds_name' && this.isDesFormType !== 'category') { + console.log(' this.selectedCategory.fondName', this.selectedCategory.fondName) this.$set(this.addOrUpdateForm, item.fieldName, this.selectedCategory.fondName) } const rule = { diff --git a/src/views/prearchiveLibrary/index.vue b/src/views/prearchiveLibrary/index.vue index 1f1d5d5..64844c6 100644 --- a/src/views/prearchiveLibrary/index.vue +++ b/src/views/prearchiveLibrary/index.vue @@ -138,7 +138,7 @@ @close-dialog="closeDialog" @formLoadingShow="formLoadingShow" /> -