add:强制完成

This commit is contained in:
zhangzq
2024-07-17 09:47:06 +08:00
parent c882993f9e
commit 5a64f76080
2 changed files with 10 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ public enum StatusEnum {
/**
* 单据状态
*/
FORM_STATUS(ForkMap.of("生成", "10",null,"已分配", "13", null,"下发", "15", null,"执行中", "20",null,"暂停", "30",null,"完成", "80",null,"取消", "90",null)),
FORM_STATUS(ForkMap.of("生成", "10",null,"已分配", "13", null,"下发", "15", null,"执行中", "20",null,"暂停", "30",null,"完成", "80",null,"强制完成", "82",null,"取消", "90",null)),
/**
* 出入库单据类型