|
@@ -2353,7 +2353,7 @@ namespace Business.ResourceExamineManagement
|
|
|
workOrd.QtyOrded = item.need_number.GetValueOrDefault();
|
|
workOrd.QtyOrded = item.need_number.GetValueOrDefault();
|
|
|
workOrd.RoutingCode = item.product_code;
|
|
workOrd.RoutingCode = item.product_code;
|
|
|
workOrd.Period = 1;
|
|
workOrd.Period = 1;
|
|
|
- workOrd.Priority = 1;
|
|
|
|
|
|
|
+ workOrd.Priority = item.urgent;
|
|
|
workOrd.Status = "";
|
|
workOrd.Status = "";
|
|
|
workOrd.IsActive = true;
|
|
workOrd.IsActive = true;
|
|
|
workOrds.Add(workOrd);
|
|
workOrds.Add(workOrd);
|