生产领料-打印
This commit is contained in:
parent
9c6c656dd4
commit
4296caf74f
|
|
@ -18,6 +18,6 @@ public class IssuePrintAction extends AbstractPrintAction {
|
|||
}
|
||||
|
||||
public WebFileType getWebFileType() {
|
||||
return WebFileType.Excel;
|
||||
return WebFileType.Pdf;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@
|
|||
<label>生产领料下游单据按钮查看是否为云原生环境</label>
|
||||
<clazz>nccloud.web.mmpac.issue.action.IssueCheckIsNccNative</clazz>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>mmpac.issue.printAction</name>
|
||||
<label>生产领料-备料计划打印</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue