Browse Source

供应商文档

java8
常熟吴彦祖 5 months ago
parent
commit
3397e4aa4e
  1. 7
      src/views/modules/srmDocument/srmDocumentTypeDefinition.vue
  2. 3
      src/views/modules/srmSupplier/com_srmSupplier_DocumentDefinition.vue

7
src/views/modules/srmDocument/srmDocumentTypeDefinition.vue

@ -669,12 +669,7 @@ export default {
this.modalData.site = this.$store.state.user.site
getResponsibleDepartment(this.modalData).then(({data}) => {
if (data.code === 0) {
data.rows.forEach((item) => {
// roleNoA
if (item.roleNo.startsWith('R')) {
this.responsibleDepartmentList.push(item)
}
})
this.responsibleDepartmentList= data.rows
}
})
},

3
src/views/modules/srmSupplier/com_srmSupplier_DocumentDefinition.vue

@ -642,7 +642,10 @@ export default {
}
//uploadFlag model
this.refreshDocumentList();
this.searchFiles()
this.fileListModelFlag=true
},
refreshDocumentList(){
let inData={

Loading…
Cancel
Save