diff --git a/wms/mkt/pricereview-create.php b/wms/mkt/pricereview-create.php index 8da70bd0..0a2cf9de 100644 --- a/wms/mkt/pricereview-create.php +++ b/wms/mkt/pricereview-create.php @@ -757,7 +757,7 @@ $option_str .= ""; // console.log(pobj.find('input[name=optionID]').val()); // console.log(jobj.html(pobj.find('td').eq(0).html() + ' ' + pobj.find('td').eq(1).html())); console.log(pobj.find('td').eq(0).html()); - jobj.html(pobj.find('td').eq(1).html() + " " +pobj.find('td').eq(2).html() + '
(' + pobj.find('td').eq(3).html() + ')'); + jobj.html(pobj.find('td').eq(1).html() + " " + pobj.find('td').eq(2).html() + '
(' + pobj.find('td').eq(3).html() + ')'); jobj.closest('td').parent().find('input[name=option_unit_price]').val(pobj.find('td').eq(6).html()); jobj.closest('td').parent().find('input[name=option_price_bp]').val(commafy(pobj.find('td').eq(6).html().replace(/[,]+/g, "") * jobj.closest('td').parent().find('input[name=option_qty]').val().replace(/[,]+/g, ""))); jobj.closest('td').parent().find('input[name=op_id]').val(pobj.find('td').eq(0).html()); @@ -1937,7 +1937,11 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ ?> - + + + + + " readonly> "> @@ -1974,9 +1978,9 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ '; - print_r($v["option_price"]); - echo ''; + // echo '
';
+                        // print_r($v["option_price"]);
+                        // echo '
'; ?>