Browse Source

修正計劃圖檔案上傳問題 bug

gary
gary_chen\gary_chen 1 year ago
parent
commit
719a39a2e3
  1. 2
      wms/wipwhole-change-planning-customer-name-submit.php

2
wms/wipwhole-change-planning-customer-name-submit.php

@ -2,7 +2,7 @@
if ($_SERVER["REQUEST_METHOD"] == "POST") { if ($_SERVER["REQUEST_METHOD"] == "POST") {
$checkStatus = checkStatus($link, $id, $user_id); $checkStatus = checkStatus($link, $id, $user_id);
if (!empty($_POST['custom_name'])) { if (!empty($_POST['custom_name'] && $_POST['assign_status'] !== 'Z')) {
if ($checkStatus) { if ($checkStatus) {
$customer_planning_verify_file = fileIUpload("customer_planning_verify_file"); $customer_planning_verify_file = fileIUpload("customer_planning_verify_file");

Loading…
Cancel
Save