Browse Source

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

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

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

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

Loading…
Cancel
Save