图纸下载

This commit is contained in:
mzr 2025-09-16 19:36:19 +08:00
parent 57f1caeef1
commit 521a729106
2 changed files with 0 additions and 6 deletions

View File

@ -348,10 +348,6 @@ function buttonClick(props, id, text, record, index) {
case BOM_CARD_HEAD_BUTTON.Download_plm: //图纸下载
{
downloadPlmBtnClick.call(this, props, id)
}
case BOM_CARD_HEAD_BUTTON.FDownload_plm: //文件下载
{
downloadPlmBtnClick.call(this, props, id, 'SIPM2')
}
break

View File

@ -45,8 +45,6 @@
Import: 'Import', //导入
LinkRepls : 'LinkRepls', //联查替代方案
Download_plm: 'download_plm', //图纸下载
FDownload_plm: 'fdownload_plm', //文件下载
}
/**