...
|
...
|
@@ -230,7 +230,7 @@ func (productRecordService *ProductRecordService) GetProductCapacities(operateIn |
|
|
WorkerId: recordData.ProductWorker.UserId,
|
|
|
WorkerName: recordData.ProductWorker.UserName,
|
|
|
Weigh: recordData.ProductRecordInfo.Weigh,
|
|
|
ProductCode: recordData.ProductRecordInfo.BatchNumber,
|
|
|
BatchNumber: recordData.ProductRecordInfo.BatchNumber,
|
|
|
ProductName: recordData.ProductRecordInfo.PlanProductName,
|
|
|
// ParticipateType: recordData.ParticipateType,
|
|
|
RecordDate: recordData.CreatedAt.Format("2006-01-02"),
|
...
|
...
|
|