From 7ebc08834cb3fd6e3c075112baf8ba7265c1abdf Mon Sep 17 00:00:00 2001 From: Cheng Date: Fri, 26 Jan 2024 17:05:33 +0800 Subject: [PATCH] rebase main --- wms/bons/api/get.php | 2 +- wms/mkt/pricereview-create.php | 35 +++++++++++++++++----------------- wms/mkt/pricereview-index.php | 4 ---- 3 files changed, 19 insertions(+), 22 deletions(-) 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"){ - 電梯 + 電梯 X @@ -2486,7 +2486,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ X

  - + @@ -2549,21 +2549,22 @@ include "../footer.php";