Browse Source

2024.7.13 产品文档收集-项目信息进一步优化

java8
yuejiayang 2 years ago
parent
commit
4b4a7fde96
  1. 1
      src/views/modules/common/uploadFileList1.vue
  2. 3
      src/views/modules/eam/eamProjectInfo.vue

1
src/views/modules/common/uploadFileList1.vue

@ -311,7 +311,6 @@ export default {
for (let i = 0; i < this.proofDocumentList.length; i++) {
this.proofDocumentList[i].buNo = this.proofDocumenCurrentRow.buNo
}
console.log(this.proofDocumentList)
if (this.totalPage > 0) {
//
this.$refs.proofDocumentTable.setCurrentRow(this.proofDocumentList[0])

3
src/views/modules/eam/eamProjectInfo.vue

@ -4282,9 +4282,6 @@ import {downLoadObjectFile} from "../../../api/eam/eam_object_list";
}
},
shouldShowDelete(row) {
console.log('row.documentId',row.documentId)
console.log('row.projectPhase',row.projectPhase)
console.log('Y/N',row.documentId !== null || row.projectPhase !== 'SOP文档')
//
if (row.projectPhase === 'SOP文档') {
return false

Loading…
Cancel
Save