diff --git a/app/common/service/xlsx/OrderOutbound.php b/app/common/service/xlsx/OrderOutbound.php index d70b55426..912a6d8e0 100644 --- a/app/common/service/xlsx/OrderOutbound.php +++ b/app/common/service/xlsx/OrderOutbound.php @@ -15,8 +15,8 @@ class OrderOutbound { public function export($data,$order,$other_data) { - $title='供 投 里 海 农 特 产 品 出 库 供 货 单'; - $title2='供投里海农特产品出库供货单-'; + $title='供 投 里 海 农 特 产 品 出 库 结 算 单'; + $title2='供投里海农特产品出库结算单-'; $spreadsheet = new Spreadsheet(); $sheet = $spreadsheet->getActiveSheet(); // 合并单元格A1到K1