diff --git a/wms/WriteOff.xlsx b/wms/WriteOff.xlsx index aa3471fc..b42c2e6e 100644 Binary files a/wms/WriteOff.xlsx and b/wms/WriteOff.xlsx differ diff --git a/wms/rib01-edit.php b/wms/rib01-edit.php index 86fd1b03..11d7f676 100644 --- a/wms/rib01-edit.php +++ b/wms/rib01-edit.php @@ -79,9 +79,7 @@ if ($pay_data) {
- > +
diff --git a/wms/rib02-submit.php b/wms/rib02-submit.php index 229dea2b..33be86bd 100644 --- a/wms/rib02-submit.php +++ b/wms/rib02-submit.php @@ -123,7 +123,7 @@ if ($submit == "add") { $SQL1 .= ",WriteOffAmount=$OAmount"; } $SQL1 .= " WHERE ribsub_id = $ribsub_id"; - echo $SQL1; + //上傳資料庫--表身 mysqli_query($link, $SQL1); if (mysqli_affected_rows($link)) {