From 53ba49b59977c0318b68d4f369598946cb0490f3 Mon Sep 17 00:00:00 2001 From: Ellin Date: Wed, 15 Nov 2023 18:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=AC=E8=A9=A6=E5=B0=8D=E5=B8=B3=E7=B3=BB?= =?UTF-8?q?=E7=B5=B1=E8=B3=87=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/account-receivable-index.php | 36 ++++++++++++++++++++++++ wms/rib02-purReceive-submit.php | 48 ++++++++++++++++++-------------- 2 files changed, 63 insertions(+), 21 deletions(-) create mode 100644 wms/account-receivable-index.php diff --git a/wms/account-receivable-index.php b/wms/account-receivable-index.php new file mode 100644 index 00000000..f2e91ec6 --- /dev/null +++ b/wms/account-receivable-index.php @@ -0,0 +1,36 @@ +"; +} +echo "
"; +// $sql_depid = "SELECT department_id, name from department"; +// $dept_query = mysqli_query($link, $sql_depid); +// $deptype = mysqli_fetch_all($dept_query, MYSQLI_ASSOC); +$sql_contract = "SELECT * FROM salOrderStagePay;"; +$contract = $conn->query($sql_contract); +foreach($contract as $cont){ + print_r($cont); + echo "
"; +} \ No newline at end of file diff --git a/wms/rib02-purReceive-submit.php b/wms/rib02-purReceive-submit.php index 24b0a1d9..27b73cc2 100644 --- a/wms/rib02-purReceive-submit.php +++ b/wms/rib02-purReceive-submit.php @@ -1,6 +1,6 @@