和系统调试发现的问题的修改
This commit is contained in:
@ -104,7 +104,7 @@ namespace WCS.BLL.Services.Service
|
||||
ButtonColor = DbModels.Task.ButtonColorEnum.绿色,
|
||||
MatCode = orderDetail.MatCode,
|
||||
MatName = orderDetail.MatName,
|
||||
MatSpec = orderDetail.MatSpec,
|
||||
MatSpec = string.IsNullOrEmpty(orderDetail.MatSpec) ? "-" : orderDetail.MatSpec,
|
||||
MatBatch = orderDetail.MatBatch,
|
||||
MatSN = orderDetail.MatSN,
|
||||
Qty = orderDetail.Qty
|
||||
|
Reference in New Issue
Block a user