|
@@ -564,9 +564,9 @@ public class StorageBillController extends JeecgController<StorageBill, IStorage
|
|
|
return Result.error("钢坯装运单信息为空,移除装运明细失败!");
|
|
|
}
|
|
|
//已发车的钢坯不能移除
|
|
|
- if (oConvertUtils.isNotEmpty(storageBill.getOutTime())){
|
|
|
- return Result.error("该钢坯装运单已发车,移除装运明细失败!");
|
|
|
- }
|
|
|
+// if (oConvertUtils.isNotEmpty(storageBill.getOutTime())){
|
|
|
+// return Result.error("该钢坯装运单已发车,移除装运明细失败!");
|
|
|
+// }
|
|
|
if ("1024".equals(storageBill.getTypeConfigId())){
|
|
|
return Result.error("未选择目的地,无法移除装运明细!");
|
|
|
}
|