Commit 3fb4e6f6 authored by cpatil's avatar cpatil

modify for alternate item


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94334 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed5832c8
...@@ -7058,12 +7058,10 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -7058,12 +7058,10 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
} }
} }
} }
} }
sourceSupplyFlag=""; sourceSupplyFlag="";
System.out.println("@@@@@@@@@["+itemCode+"]tranSerflag["+tranSerflag+"]tranSer2["+tranSer2+"]"); System.out.println("@@@@@@@@@["+itemCode+"]tranSerflag["+tranSerflag+"]tranSer2["+tranSer2+"]");
...@@ -7090,8 +7088,6 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -7090,8 +7088,6 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
// valueXmlString.append("</Deatail4>"); // valueXmlString.append("</Deatail4>");
/**////test /**////test
} }
valueXmlString.append("</order>"); valueXmlString.append("</order>");
} }
...@@ -7387,6 +7383,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe ...@@ -7387,6 +7383,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
valueXmlString.append("<lot_sl protect = '1'>").append("<![CDATA[" + stkKey[3] + "]]>").append("</lot_sl>\r\n"); valueXmlString.append("<lot_sl protect = '1'>").append("<![CDATA[" + stkKey[3] + "]]>").append("</lot_sl>\r\n");
valueXmlString.append("<loc_code protect = '1'>").append("<![CDATA[" + stkKey[4] + "]]>").append("</loc_code>\r\n"); valueXmlString.append("<loc_code protect = '1'>").append("<![CDATA[" + stkKey[4] + "]]>").append("</loc_code>\r\n");
valueXmlString.append("<unit protect = '1'>").append("<![CDATA[" + setDescription("unit", "item", "item_code", stkKey[1], conn) + "]]>").append("</unit>\r\n"); valueXmlString.append("<unit protect = '1'>").append("<![CDATA[" + setDescription("unit", "item", "item_code", stkKey[1], conn) + "]]>").append("</unit>\r\n");
valueXmlString.append("<parent_item protect = '1'>").append("<![CDATA[" + itemCode + "]]>").append("</parent_item>\r\n");
} }
} }
......
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