Commit deb7fb92 authored by smestry's avatar smestry

updated the Bean and servlet for PO Edit autosave


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103303 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c717439c
...@@ -407,7 +407,7 @@ public class ProdWizItemChangeServlet extends HttpServlet ...@@ -407,7 +407,7 @@ public class ProdWizItemChangeServlet extends HttpServlet
System.out.println("detail value of ["+i+"]======>>" + detail[i]); System.out.println("detail value of ["+i+"]======>>" + detail[i]);
}*/ }*/
//System.out.println("detail value of [29]======>>" + detail[29]);
if(detail[29].equalsIgnoreCase("A")) if(detail[29].equalsIgnoreCase("A"))
{ {
sqlSel = " SELECT PURC_ORDER FROM PORDER_TEMP WHERE STATUS = ? AND EMP_CODE = ? AND SITE_CODE__ORD = ? "; sqlSel = " SELECT PURC_ORDER FROM PORDER_TEMP WHERE STATUS = ? AND EMP_CODE = ? AND SITE_CODE__ORD = ? ";
...@@ -450,6 +450,7 @@ public class ProdWizItemChangeServlet extends HttpServlet ...@@ -450,6 +450,7 @@ public class ProdWizItemChangeServlet extends HttpServlet
detail[0] = generateTranId( "w_porderWiz_temp", ordSiteCode, conn ); detail[0] = generateTranId( "w_porderWiz_temp", ordSiteCode, conn );
System.out.println("purchase order after generateTranId ======>>" + detail[0]); System.out.println("purchase order after generateTranId ======>>" + detail[0]);
} }
System.out.println("------- purchase order after ----- " + detail[0]);
if(purcOrderTemp.length() > 0) // purchase order found blank and Status = "A" ADD if(purcOrderTemp.length() > 0) // purchase order found blank and Status = "A" ADD
{ {
......
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