north 7 年 前
コミット
e485f4a14d

+ 1 - 1
www/protected/services/JRecordService.php

@@ -72,7 +72,7 @@ class JRecordService extends Service
         $objPHPExcel->getActiveSheet()->setTitle('User');
         $objPHPExcel->setActiveSheetIndex(0);
         header('Content-Type: application/vnd.ms-excel');
-        $name = '家政管理-雇员管理';
+        $name = '提货记录';
         header('Content-Disposition: attachment;filename="' . $name . '.xls"');
         header('Cache-Control: max-age=0');
         $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5');

+ 1 - 1
www/protected/views/jRecord/index.php

@@ -23,7 +23,7 @@
                 <!--                </div>-->
             </div>
             <div style="margin: 3px 2px;padding:5px;border: 1px solid #95B8E7;">
-                <a href="#" class='easyui-linkbutton' iconCls="icon-add" plain="true" onclick="export_order();return false;">导出雇员信息</a>
+                <a href="#" class='easyui-linkbutton' iconCls="icon-add" plain="true" onclick="export_order();return false;">导出提货记录</a>
                 <a href="#" class='easyui-linkbutton' plain="true" iconCls="icon-add" onclick="add_content();return false;">新增提货记录</a>
             </div>
         </div>