fix: 合并多件档口入库码回写 (#240)
This commit is contained in:
@@ -215,10 +215,6 @@ func planInnerCodeRowsWithReserved(records []model.InnerCodeRecord, stockIDsByOr
|
||||
plans = append(plans, innerCodeSkippedPlan(plan, "Excel 清洗后规格为空,跳过"))
|
||||
continue
|
||||
}
|
||||
if record.SourceDuplicateCount > 1 {
|
||||
plans = append(plans, innerCodeSkippedPlan(plan, "同订单同规格同档口在 Excel 中出现多次,跳过"))
|
||||
continue
|
||||
}
|
||||
stockIDs := stockIDsByOrder[record.OrderNumber]
|
||||
if len(stockIDs) == 0 {
|
||||
plan.Status = model.InnerCodeFailed
|
||||
|
||||
Reference in New Issue
Block a user