Browse Source

工務助理發包合約上傳 bug 修正

gary
gary_chen\gary_chen 1 year ago
parent
commit
6b9cfc3e97
  1. 4
      wms/wipwhole-rec-invoice-edit-fileupload.php

4
wms/wipwhole-rec-invoice-edit-fileupload.php

@ -39,7 +39,9 @@ function fileIUploads($post_name)
}
}
}
return json_encode($file_arr, JSON_UNESCAPED_UNICODE);
if (count($file_arr) !== 0)
return json_encode($file_arr, JSON_UNESCAPED_UNICODE);
return "";
}
// 營業

Loading…
Cancel
Save