rev:盘点修改
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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("确认完成"));
|
||||
|
||||
Reference in New Issue
Block a user