記錄:
CRM軟件| 客戶關係管理- Vtiger CRM
修正內容:
1、匯出檔案內建不支援中文(須另由excel匯入文字檔案轉譯)
修正方式:
- 1、檔案路徑:/modules/Vtiger/actions/ExportData.php
- 2、修正內容:
- 2-1、$fileName = mb_convert_encoding( str_replace(',', '_', $fileName), 'Big5', 'UTF-8' );
- 2-2、echo mb_convert_encoding( $header, 'Big5', 'UTF-8' );
- 2-3、echo mb_convert_encoding( $line, 'Big5', 'UTF-8' );
請先 登入 以發表留言。