Browse Source

更新

master
赵新宇 1 day ago
parent
commit
dcee669a3b
  1. 6
      API/Wood.Service/Controllers/CherySupplierMrpMonthService.cs

6
API/Wood.Service/Controllers/CherySupplierMrpMonthService.cs

@ -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;

Loading…
Cancel
Save