Browse Source

修改首件校验的校验状态和提示信息

pull/120/head
zhangxin 3 years ago
parent
commit
22ec6cffbc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      services/qm/implments/ReclinerReclst.service.impl.go

+ 2
- 2
services/qm/implments/ReclinerReclst.service.impl.go View File

@ -868,9 +868,9 @@ func (impl *ReclinerReclstServiceImplement) FirstPartRepair(user *global.User, e
session.Rollback()
return grmi.NewBusinessError("不存在指定记录!")
}
if serialOrderStatus.Status != bmodel.WO_STATUS_STOP {
if serialOrderStatus.Status != bmodel.WO_STATUS_UNCHECKED {
session.Rollback()
return grmi.NewBusinessError("条码状态不是79!")
return grmi.NewBusinessError("条码状态不需要首件校验!")
}
orderId := entity.SerialOrderId


Loading…
Cancel
Save