Browse Source

2025-09-02 优化BM工艺中更新模板按钮不显示

master
fengyuan_yang 4 months ago
parent
commit
211afb283f
  1. 8
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

8
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

@ -252,9 +252,9 @@
})
tsdBasicInformationSearch(this.searchData).then(({data}) => {
this.baseForm = data.row
if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') {
//if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument' || this.searchData.fieldId === 'routing') {
this.getNodeAuthority(data.row)
}
//}
})
console.log(this.filteredTableData)
this.$clearHighLight()
@ -281,9 +281,9 @@
})
tsdBasicInformationSearch(this.searchData).then(({data}) => {
this.baseForm = data.row
if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') {
//if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument' || this.searchData.type === 'routing') {
this.getNodeAuthority(data.row)
}
//}
})
this.$clearHighLight()
},

Loading…
Cancel
Save