Commit 0b349669 authored by cpatil's avatar cpatil

modify for repeate allocation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99855 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9491854e
...@@ -90,7 +90,7 @@ public class MrpWizPrsSaveBean ...@@ -90,7 +90,7 @@ public class MrpWizPrsSaveBean
StockAllocationPrc stockAllocationPrc = new StockAllocationPrc() ; StockAllocationPrc stockAllocationPrc = new StockAllocationPrc() ;
ArrayList itemValueList = new ArrayList(); ArrayList itemValueList = new ArrayList();
//ArrayList<String> detail4DataInfoList = new ArrayList<String>(); ArrayList<String> detail4DataInfoList = new ArrayList<String>();
boolean firstVal= false; boolean firstVal= false;
...@@ -314,8 +314,8 @@ public class MrpWizPrsSaveBean ...@@ -314,8 +314,8 @@ public class MrpWizPrsSaveBean
System.out.println("@@@@ctr["+dtlCtr+"]siteCode["+siteCode+"]-itemCode["+itemCode+"]-lotNo["+lotNo+"]-lotSl["+lotSl+"]-locCode["+locCode+"]-tranSer["+tranSer+"]allocQtyStr["+allocQtyStr+"]@@@"); System.out.println("@@@@ctr["+dtlCtr+"]siteCode["+siteCode+"]-itemCode["+itemCode+"]-lotNo["+lotNo+"]-lotSl["+lotSl+"]-locCode["+locCode+"]-tranSer["+tranSer+"]allocQtyStr["+allocQtyStr+"]@@@");
/*// remove when no allocation repeated found... // remove when no allocation repeated found...
String detail4DataInfo = checkNull(siteCode)+"@"+checkNull(itemCode)+"@"+checkNull(locCode)+"@"+checkNull(lotNo)+"@"+checkNull(lotSl)+"@"+checkNull(qtyReqdStr); String detail4DataInfo = checkNull(siteCode)+"@"+checkNull(itemCode)+"@"+checkNull(locCode)+"@"+checkNull(lotNo)+"@"+checkNull(lotSl)+"@"+checkNull(allocQtyStr);
System.out.println("@@@@ detail4DataInfo["+detail4DataInfo+"]detail4DataInfoList["+detail4DataInfoList+"]"); System.out.println("@@@@ detail4DataInfo["+detail4DataInfo+"]detail4DataInfoList["+detail4DataInfoList+"]");
if(detail4DataInfoList.contains(detail4DataInfo)) if(detail4DataInfoList.contains(detail4DataInfo))
{ {
...@@ -328,7 +328,7 @@ public class MrpWizPrsSaveBean ...@@ -328,7 +328,7 @@ public class MrpWizPrsSaveBean
detail4DataInfoList.add(detail4DataInfo); detail4DataInfoList.add(detail4DataInfo);
} }
System.out.println("@@@@@@@@ testing purpose SOP....detail4DataInfoList["+detail4DataInfoList+"]."); System.out.println("@@@@@@@@ testing purpose SOP....detail4DataInfoList["+detail4DataInfoList+"].");
*/
String itemCodeHdr=""; String itemCodeHdr="";
remarks = "From mrp process"; remarks = "From mrp process";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment