diff --git a/wms/bons/api/get.php b/wms/bons/api/get.php index 90490197..f2ad2a5e 100644 --- a/wms/bons/api/get.php +++ b/wms/bons/api/get.php @@ -54,7 +54,7 @@ if (!empty($_GET['contract_no'])) { $stmt->execute(); $result = $stmt->fetch(PDO::FETCH_ASSOC); $count = COUNT($result); - $data['maintain_month'] = intval($conunt * $result['Squantity']) + $data['maintain_month'] = intval($conunt * $result['Squantity']); diff --git a/wms/mkt/pricereview-create.php b/wms/mkt/pricereview-create.php index ae64948b..369cb1fa 100644 --- a/wms/mkt/pricereview-create.php +++ b/wms/mkt/pricereview-create.php @@ -754,7 +754,7 @@ $option_str .= ""; $("#optionModal").modal('show'); var jobj = $(this); // 父視窗 - $("#optionModal .modal-body td").unbind().click(function(){ + $("#optionModal .modal-body td").unbind().click(function() { var pobj = $(this).closest('td').parent(); selectOptionFn(pobj, jobj) }); @@ -1198,7 +1198,7 @@ $option_str .= ""; return rv3 = false; } }); - if ((rv3 === false)) return rv3; + if ((rv3 === false)) return rv3; var rv4 = true; $("input[name='item_unit_price']").each(function() { @@ -2061,7 +2061,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){