已审核入库单电子签名也显示;

This commit is contained in:
王奎兴
2026-08-10 10:03:35 +08:00
parent 1241256787
commit 176a0aa879
2 changed files with 9 additions and 0 deletions
@@ -314,6 +314,14 @@ public class StockInOrderApplicationService {
if (status != null) {
if (status == 5) {
stockInOrderPO.setStatusName("已入库");
} else if (status == 4) {
stockInOrderPO.setStatusName("上架中");
} else if (status == 3) {
stockInOrderPO.setStatusName("收货中");
} else if (status == 2) {
stockInOrderPO.setStatusName("已审核");
} else if (status == 1) {
stockInOrderPO.setStatusName("已创建");
}
}
// 签名状态名称
@@ -138,6 +138,7 @@ public class StockInOrderDomainService {
if (stockInOrderDO.getStatus() == null) {
// stockInOrderDO.setStatus(5);
List<Integer> list = new ArrayList<>();
list.add(2);
list.add(3);
list.add(4);
list.add(5);