rev:盘点修改

This commit is contained in:
2023-06-01 16:04:46 +08:00
parent affbc9a481
commit eca2958d47
4 changed files with 4 additions and 6 deletions

View File

@@ -73,8 +73,6 @@ public class StIvtCheckdtlBcpServiceImpl extends ServiceImpl<StIvtCheckdtlBcpMap
if (ObjectUtil.isEmpty(structDao)) throw new BadRequestException("仓位不存在或未启用!");
row.setStruct_name(structDao.getStruct_name());
row.setStoragevehicle_id("999999");
row.setStoragevehicle_code("999999");
row.setStatus(CHECKEnum.DTL_STATUS.code("生成"));
this.save(row);

View File

@@ -294,7 +294,7 @@ public class StIvtCheckmstBcpServiceImpl extends ServiceImpl<StIvtCheckmstBcpMap
mol_jo.put("tableData", mol_rows);
mol_jo.put("auto_confirm", "1");
//创建损溢单
//moreorlessmstBcpService.create(mol_jo);
moreorlessmstBcpService.create(mol_jo);
dtl.setStatus(CHECKEnum.DTL_STATUS.code("确认完成"));