From f8065a9e96897befb511230c492abc4d1f7536a6 Mon Sep 17 00:00:00 2001 From: 10994015 Date: Tue, 12 Dec 2023 17:47:23 +0800 Subject: [PATCH] =?UTF-8?q?1212=20=E5=90=88=E7=B4=84=E6=9B=B8=E7=94=B3?= =?UTF-8?q?=E8=AB=8B=EF=BC=8C=E6=AC=8A=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/contract/contract-new-apply.php | 18 ++++++++------- wms/mkt/pricereview-index.php | 35 +++++++++++++++++++++++------ 2 files changed, 38 insertions(+), 15 deletions(-) diff --git a/wms/contract/contract-new-apply.php b/wms/contract/contract-new-apply.php index 05a76318..53eac32d 100644 --- a/wms/contract/contract-new-apply.php +++ b/wms/contract/contract-new-apply.php @@ -93,10 +93,11 @@ if(empty($contract_new_apply)){ $price_b = $price_b + $pay['pay_amount']; } } -} +} +$secondPayDeadline = $contract['secondPayDeadline'] ?? 0; $status = isset($contract['status']) ? $contract['status'] : -1; - +$person = $contract['person']; ?> @@ -490,7 +491,7 @@ $status = isset($contract['status']) ? $contract['status'] : -1; - + - +