|
|
@ -55,9 +55,9 @@ namespace TaskManager.Controllers |
|
|
|
con.MaterialCode = p.MaterialCode; |
|
|
|
con.PlantId = p.PlantId; |
|
|
|
con.FeedbackResults = "0"; |
|
|
|
con.VentureType = "1"; |
|
|
|
con.VentureSpecific = "1"; |
|
|
|
con.Measures = "1"; |
|
|
|
con.VentureType = ""; |
|
|
|
con.VentureSpecific = ""; |
|
|
|
con.Measures = ""; |
|
|
|
con.StartMonth = p.StartMonth; |
|
|
|
con.QuantityMeet1 = p.QuantityDemand1; |
|
|
|
con.QuantityMeet2 = p.QuantityDemand2; |
|
|
|