|
|
@ -427,8 +427,8 @@ func (impl *ParseMesWorkOrderServiceImplement) DealWorkOrder(pid int, |
|
|
|
//OpTimePerItem: article.OpTimePerItem,
|
|
|
|
//PlanResourceGroupId: article.PlanResourceGroupId,
|
|
|
|
ProjectId: baseModel.A30PorjectId, |
|
|
|
PlanResourceId: demandLst.ConfigKey, |
|
|
|
UsedResourceId: demandLst.ConfigKey, |
|
|
|
PlanResourceId: demandLst.ConfigDesc, |
|
|
|
UsedResourceId: demandLst.ConfigDesc, |
|
|
|
//QuantityPerHour: article.QuantityPerHour,
|
|
|
|
RatePerHourToggle: true, |
|
|
|
//BatchTime: article.BatchTime,
|
|
|
@ -1520,8 +1520,8 @@ func (impl *ParseMesWorkOrderServiceImplement) DealCacheWorkOrder(pid int, |
|
|
|
OrderType: baseModel.ODER_TYPE_SEQ, |
|
|
|
OrderInfo: demandLst.BarCodeDesc, |
|
|
|
OrderType2: model.CacheWorkOrderType, |
|
|
|
PlanResourceId: demandLst.ConfigKey, |
|
|
|
UsedResourceId: demandLst.ConfigKey, |
|
|
|
PlanResourceId: demandLst.ConfigDesc, |
|
|
|
UsedResourceId: demandLst.ConfigDesc, |
|
|
|
PlanQty: qty, |
|
|
|
ProjectId: baseModel.A30PorjectId, |
|
|
|
RatePerHourToggle: true, |
|
|
|