生产领料-打印

This commit is contained in:
mzr 2025-09-19 14:25:11 +08:00
parent 9c6c656dd4
commit 4296caf74f
2 changed files with 76 additions and 77 deletions

View File

@ -18,6 +18,6 @@ public class IssuePrintAction extends AbstractPrintAction {
}
public WebFileType getWebFileType() {
return WebFileType.Excel;
return WebFileType.Pdf;
}
}

View File

@ -70,7 +70,6 @@
<label>生产领料下游单据按钮查看是否为云原生环境</label>
<clazz>nccloud.web.mmpac.issue.action.IssueCheckIsNccNative</clazz>
</action>
<action>
<name>mmpac.issue.printAction</name>
<label>生产领料-备料计划打印</label>