| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792 |
- <?php
- namespace common\libs\export;
- use common\helpers\Cache;
- use common\helpers\Cache as CacheHelper;
- use common\helpers\Date;
- use common\helpers\Form;
- use common\helpers\http\RemoteUploadApi;
- use common\helpers\LoggerTool;
- use common\helpers\Tool;
- use common\helpers\user\Info;
- use common\libs\dataList\DataList;
- use common\models\ApproachOrder;
- use common\models\ApproachOrderGoods;
- use common\models\BaApproachOrder;
- use common\models\BaApproachOrderGoods;
- use common\models\BaOrder;
- use common\models\BaOrderGoods;
- use common\models\BaUser;
- use common\models\Export;
- use common\models\Order;
- use common\models\OrderGoods;
- use common\models\Region;
- use common\models\ShopGoods;
- use common\models\User;
- use Yii;
- use yii\base\Exception;
- use yii\base\InvalidConfigException;
- use yii\base\StaticInstanceTrait;
- use yii\base\Component;
- use yii\db\Query;
- class BaseExport extends Component {
- use StaticInstanceTrait;
- public $moduleId;
- /**
- * @var string the model class name. This property must be set.
- */
- public $modelClass;
- /**
- * @var
- */
- public $listModelClass;
- /**
- * @var int
- */
- public $pageSize = 100;
- /**
- * @var int
- */
- public $totalCount = 0;
- /**
- * @var int
- */
- public $offset = 0;
- /**
- * @var int
- */
- public $limit = 100;
- /**
- * csv文件名称
- * @var null
- */
- public $fileName = null;
- /**
- * 保存的基本路径
- * @var null
- */
- public $saveBasePath = null;
- /**
- * 保存路径
- * @var null
- */
- public $savePath = null;
- /**
- * 正在导出的id
- * 来源于exporting_file表
- * @var null
- */
- public $exportId = null;
- /**
- * 操作人的id
- * @var null
- */
- public $userId = null;
- /**
- * 任务id
- * @var null
- */
- public $taskId = null;
- /**
- * 是否完成
- * @var bool
- */
- public $completed = false;
- /**
- * @var array
- */
- public $params = [];
- /**
- * 文件句柄
- * @var null
- */
- private $_fp = null;
- /**
- * 是否上传远程
- * @var bool
- */
- public $isRemote = true;
- /**
- * @var DataList
- */
- private $_listModel;
- public static function factory($taskId) {
- return new self([
- 'taskId' => $taskId
- ]
- );
- }
- /**
- *
- */
- public function init() {
- parent::init();
- $this->isRemote = \Yii::$app->params['isRemoteUpload'];
- }
- /**
- * 生成复杂的路径
- * @return string
- */
- public function pathCreator(...$params) {
- $hash = md5(implode('_', $params));
- $first = substr($hash, 0, 3);
- $second = substr($hash, 3, 2);
- $dir = $first . __DS__ . $second . __DS__;
- return $dir;
- }
- /**
- * 获取文件名
- * @return string|null
- * @throws \Exception
- */
- public function getFileName($ext = '.csv') {
- $this->fileName = date('YmdHis', Date::nowTime()) . random_int(1000, 9999) . $ext;
- return $this->fileName;
- }
- /**
- * 获取保存的路径
- * @return array|null
- */
- public function getSavePath() {
- $this->savePath = $this->pathCreator(date('Ymd', Date::nowTime()));
- return trim($this->savePath, __DS__);
- }
- /**
- * @return bool|string|null
- */
- public function getSaveBasePath() {
- $this->saveBasePath = Yii::getAlias('@backendApi') . __DS__ . 'web' . __DS__ . 'upload' . __DS__ . \Yii::$app->params['excelLocalDir'];
- return trim($this->saveBasePath, __DS__);
- }
- /**
- * 创建目录(递归创建)
- *
- * @param $dir
- * @return string|false
- */
- public function mkdir($dir) {
- if (!is_dir($dir)) {
- $this->mkdir(dirname($dir));
- if (!mkdir($dir, 0777))
- return false;
- @exec('chown -R www:www /'.$dir);
- @exec('chmod -R 777 /'.$dir);
- }
- return $dir;
- }
- /**
- * @return array|mixed
- */
- public function getParams() {
- $this->params = CacheHelper::getAsyncParams($this->taskId);
-
- // 设置语言
- Yii::$app->language = $this->params['language'] ?? 'en-US';
- Yii::$app->sourceLanguage = Yii::$app->language == 'zh-CN' ? 'en-US' : 'zh-CN';
- return $this->params;
- }
- /**
- * @return mixed|null
- */
- public function getUserId() {
- $this->userId = isset($this->params['userId']) ? $this->params['userId'] : null;
- return $this->userId;
- }
- /**
- * @return |null
- */
- public function getExportId() {
- $this->exportId = isset($this->params['exportId']) ? $this->params['exportId'] : null;
- return $this->userId;
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function generate() {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $path = __DS__ . $path;
- $realFile = $this->mkdir($path) . __DS__ . $this->getFileName();
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $fileNameUpdated = false;
- $this->_fp = fopen($realFile, 'w');
- @exec('chown -R www:www /'.$realFile);
- @exec('chmod -R 777 /'.$realFile);
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- if(method_exists($this->_listModel, 'getExportHeaders')){
- if(method_exists($this->_listModel, 'exportPrepare')) {//导出数据提前设置参数
- $this->_listModel->exportPrepare(['condition' => $this->params['condition'], 'params' => $this->params['params'], 'others' => isset($this->params['others']) ? $this->params['others'] : [], 'page' => 0, 'pageSize' => $this->pageSize, 'userId' => $this->userId]);
- }
- $headers = $this->_listModel->getExportHeaders($this->userId);
- fputcsv($this->_fp, $headers);
- unset($headers);
- $this->_updateFirst($realFile, 1);
- } else {
- throw new Exception($this->listModelClass.'的getExportHeaders方法不存在');
- }
- $this->_loopWriteData($realFile, $fileNameUpdated);
- $this->complete();
- return true;
- }
- /**
- * 循环写入数据
- * @param $realFile
- * @param $fileNameUpdated
- * @param int $page
- * @param int $counter
- * @return string
- * @throws Exception
- */
- private function _loopWriteData($realFile, &$fileNameUpdated, $page = 0, $counter = 0){
- if(method_exists($this->_listModel, 'getList')){
- $list = $this->_listModel->getList(['condition'=>$this->params['condition'], 'params'=> $this->params['params'] ?? [], 'others'=> $this->params['others'] ?? [], 'page'=>$page, 'pageSize'=>$this->pageSize, 'userId'=>$this->userId]);
- } else {
- throw new Exception($this->listModelClass.'的getList方法不存在');
- }
- if($page >= $list['totalPages']){
- return 'finish';
- }
- if(!empty($list['list'])){
- foreach($list['list'] as $columnData){
- fputcsv($this->_fp, Tool::arrTextConvert($columnData));
- $counter++;
- if ($list['totalCount'] < $counter) {
- // $counter = $list['totalCount'];
- return 'finish';
- }
- $percent = intval(($counter / $list['totalCount']) * 100);
- $this->_updatePercent($percent);
- // if (!$fileNameUpdated) {
- // $this->_updateFirst($realFile, $percent);
- // } else {
- // $this->_updatePercent($percent);
- // }
- // $fileNameUpdated = true;
- unset($percent, $columnData);
- }
- $page++;
- unset($list);
- return $this->_loopWriteData($realFile, $fileNameUpdated, $page, $counter);
- }
- unset($list);
- return 'finish';
- }
- /**
- * 循环写入数据
- */
- private function _loopWriteDataOrder()
- {
- $orderQuery = Order::find()
- ->alias('O')
- ->where($this->params['condition'], $this->params['params'])
- ->select('O.*,U.REAL_NAME,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV,OG.STANDARD_PRICE')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', OrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- // 订单中间表只查询待支付和支付失败的订单
- $this->params['params'][':NOT_PAID'] = \Yii::$app->params['orderStatus']['notPaid']['value']; // 待支付
- $this->params['params'][':FAIL_PAID'] = \Yii::$app->params['orderStatus']['failPaid']['value']; // 支付失败
- $orderStandardQuery = ApproachOrder::find()
- ->alias('O')
- ->where($this->params['condition'] . ' AND (O.STATUS = :NOT_PAID OR O.STATUS = :FAIL_PAID)', $this->params['params'])
- ->select('O.*,U.REAL_NAME,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV,OG.STANDARD_PRICE')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', ApproachOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- $queryAll = $orderQuery->union($orderStandardQuery, true);
- $query = (new Query())->from(['Q' => $queryAll])->select('Q.*')->distinct()->orderBy(['CREATED_AT' => SORT_DESC]);
- $lists = $query->all();
- if(!empty($lists)){
- $regionConfig = Cache::getRegionConfig();
- foreach($lists as $columnData) {
- $CREATE_USER_ID = Info::getUserIdByUserName($columnData['CREATE_USER']);
- $createUserName = Info::getUserRealNameByUserId($CREATE_USER_ID);
- $columnAccept = [
- 'USER_NAME' => $columnData['USER_NAME'],
- 'DEC_USER_NAME' => $columnData['DEC_USER_ID'],
- 'CREATE_USER' => $columnData['CREATE_USER'],
- 'CREATE_USER_NAME' => $createUserName,
- 'SN' => $columnData['SN'],
- 'STATUS' => Tool::paramConvert(\Yii::$app->params['orderStatus'])[$columnData['STATUS']]['label'] ?? '',
- 'SKU_CODE' => $columnData['SKU_CODE'],
- 'GOODS_TITLE' => Tool::mbSignConvert($columnData['GOODS_TITLE']) ,
- 'CONSIGNEE' => $columnData['CONSIGNEE'],
- 'MOBILE' => "\t{$columnData['MOBILE']}",
- 'TEL' => "\t{$columnData['TEL']}",
- 'PROVINCE' => $regionConfig[$columnData['PROVINCE']]['REGION_NAME'] ?? '',
- 'CITY' => $regionConfig[$columnData['CITY']]['REGION_NAME'] ?? '',
- 'COUNTY' => $regionConfig[$columnData['COUNTY']]['REGION_NAME'] ?? '',
- 'ADDRESS' => $columnData['ADDRESS'],
- 'PERIOD_NUM' => $columnData['PERIOD_NUM'],
- 'ORDER_TYPE' => ($columnData['ORDER_TYPE'] == 'ZC') ? 'Welcome pack' : (in_array($columnData['PAY_TYPE'], ['cash', 'pay_stack']) ? 'Repeat Purchase': 'Points'),
- // 'WAREHOUSE' => $columnData['WAREHOUSE'],
- 'CREATED_AT' => Date('Y-m-d H:i:s', $columnData['CREATED_AT']),
- 'PAY_TYPE' => ShopGoods::payTypes()[$columnData['PAY_TYPE']]['name'] ?? ShopGoods::payTypes()['cash']['name'],
- 'PAY_AT' => $columnData['PAY_AT'] > 0 ? Date('Y-m-d H:i:s', $columnData['PAY_AT']) : '',
- 'DELIVERY_AT' => $columnData['DELIVERY_AT'] > 0 ? Date('Y-m-d H:i:s', $columnData['DELIVERY_AT']) : '',
- 'BUY_NUMS' => $columnData['BUY_NUMS'],
- 'REAL_PRICE' => $columnData['REAL_PRICE'],
- 'TOTAL_PRICE' => $columnData['REAL_PRICE'] * $columnData['BUY_NUMS'],
- 'REAL_PV' => $columnData['REAL_PV'] * $columnData['BUY_NUMS'],
- 'STANDARD_PRICE' => $columnData['STANDARD_PRICE'] * $columnData['BUY_NUMS'],
- 'PAY_FREIGHT' => $columnData['PAY_FREIGHT'],
- 'TAX_RATE' => $columnData['TAX_RATE'],
- 'TAX_AMOUNT' => Tool::calculateTax($columnData['REAL_PRICE'], $columnData['TAX_RATE'], $columnData['BUY_NUMS']),
- 'EXPRESS_COMPANY' => $columnData['EXPRESS_COMPANY'],
- 'ORDER_TRACK_NO' => $columnData['ORDER_TRACK_NO'],
- 'EXPRESS_TYPE' => $columnData['EXPRESS_TYPE'] == 0 ? 'mailing ':' auto pick',
- 'FRONT_REMARK' => $columnData['FRONT_REMARK'],
- 'DELIVERY_STATUS_NAME' => Tool::paramConvert(\Yii::$app->params['deliveryStatus'])[$columnData['DELIVERY_STATUS']]['label'] ?? '',
- 'IS_AUTO' => $columnData['IS_AUTO'] == 1 ? 'Yes' : 'No',
- ];
- fputcsv($this->_fp, Tool::arrTextConvert($columnAccept));
- unset($percent, $columnData, $columnAccept);
- }
- unset($list);
- }
- unset($list);
- return 'finish';
- }
- /**
- * 完成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function complete() {
- $this->_updatePercent(100);
- if ($this->completed) {
- return true;
- }
- if ($this->_fp) {
- fclose($this->_fp);
- }
- // 把导出的文件上传至静态文件服务器
- if ($this->isRemote) {
- $realFile = $this->getSaveBasePath() . __DS__ . $this->getSavePath() . __DS__ . $this->getFileName();
- $remoteUploadApi = RemoteUploadApi::instance();
- if ($uploadResult = $remoteUploadApi->upload($realFile)) {
- Export::updateAll(['REMOTE_URL' => $uploadResult['url'], 'IS_EXPORTING' => 0, 'EXPORT_PERCENT' => 100, 'ENDED_AT' => Date::nowTime()], 'ID=:ID', [':ID' => $this->exportId]);
- } else {
- $this->_errorHandle();
- throw new Exception('文件远程上传失败');
- }
- // 删除本地临时文件
- unlink($realFile);
- } else {
- Export::updateAll(['IS_EXPORTING' => 0, 'EXPORT_PERCENT' => 100, 'ENDED_AT' => Date::nowTime()], 'ID=:ID', [':ID' => $this->exportId]);
- }
- \Yii::$app->swooleAsyncTimer->pushAsyncPercentToAdmin(100, ['MODEL' => 'EXPORT', 'ID' => $this->exportId, 'FIELD' => 'EXPORT_PERCENT']);
- CacheHelper::deleteAsyncParams($this->taskId);
- $this->completed = true;
- }
- /**
- * @param $message
- */
- private function _errorNotice($message) {
- Yii::$app->swooleAsyncTimer->pushAsyncResultToAdmin($this->userId, $message, false);
- }
- /**
- * 首次更新
- * @param $exportId
- * @param $realName
- */
- private function _updateFirst($realName, $percent) {
- $fileName = str_replace($this->getSaveBasePath() . __DS__, '', $realName);
- Export::updateAll([
- 'FILE_NAME' => str_replace(__DS__, '/', $fileName),
- 'UPDATED_AT' => Date::nowTime(),
- 'EXPORT_PERCENT' => $percent,
- ], 'ID=:ID', [':ID' => $this->exportId]);
- }
- /**
- * 更新百分比
- * @param $exportId
- * @param $percent
- */
- private function _updatePercent($percent) {
- // 把数据写入数据库中
- Export::updateAll(['EXPORT_PERCENT' => $percent], 'ID=:ID', [':ID' => $this->exportId]);
- \Yii::$app->swooleAsyncTimer->pushAsyncPercentToAdmin($percent, ['MODEL' => 'EXPORT', 'ID' => $this->exportId, 'FIELD' => 'EXPORT_PERCENT']);
- }
- /**
- * 发生错误处理
- * @param $exportId
- */
- private function _errorHandle() {
- Export::updateAll(['IS_EXPORTING' => 0], 'ID=:ID', [':ID' => $this->exportId]);
- }
- /**
- * 导出逻辑
- * @param $filter
- * @param $listName
- * @param null $consoleRouter
- * @throws Exception
- */
- public function exportHandle($filter, $listName, $consoleRouter = null){
- $params = [
- 'moduleId' => $this->moduleId,
- 'listName' => $listName,
- 'action' => $consoleRouter ? $consoleRouter : Yii::$app->controller->id.'/'.Yii::$app->controller->action->id, // 这里这么写,是因为调用的异步路由和同步的控制器和方法是一样的,所以,只要不传默认调和同步一样的异步方法
- 'userId' => Yii::$app->user->id,
- ];
- $this->webToAsync($params,$filter);
- }
- /**
- * 页面到异步的请求
- * @param $params
- * @param array $extend
- * @return bool
- * @throws Exception
- */
- public function webToAsync($params, $extend = []) {
- $default = [
- 'moduleId' => null,
- 'listName' => null,
- 'remark' => null,
- 'action' => null,
- 'userId' => null,
- ];
- $params = Tool::deepParse($params, $default);
- if (!$params['moduleId'] || !$params['listName'] || !$params['action']) {
- throw new Exception('请设置moduleId,listName和action');
- }
- // 把文件对应的相关资料存入数据库中
- $export = new Export();
- $export->EXPORT_NAME = $params['listName'] . '_' . date('Exp_y-m-d H:i:s', Date::nowTime());
- $export->MODULE_NAME = $params['moduleId'];
- $export->REMARK = $params['remark'];
- $export->IS_EXPORTING = 1;
- $export->ADMIN_ID = \Yii::$app->user->id;
- $export->STARTED_AT = Date::nowTime();
- $export->CREATED_AT = Date::nowTime();
- $export->EXPORT_PERCENT = 0;
- $export->ENDED_AT = 0;
- $export->UPDATED_AT = 0;
- if (!$export->save()) {
- throw new Exception(Form::formatErrorsForApi($export->getErrors()));
- }
- $extend = array_merge($extend, [
- 'exportId' => $export->ID,
- 'userId' => $params['userId'],
- 'language' => Yii::$app->language,
- ]);
- // 异步处理添加任务
- $taskKey = \Yii::$app->swooleAsyncTimer->asyncHandle($params['action'], $extend);
- if($taskKey === false){
- // 删除刚刚添加的导出数据
- Export::deleteAll(['ID'=>$export->ID]);
- throw new Exception('导出失败,请求异步处理服务器失败');
- }
- return $taskKey;
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function generateOrderExcel() {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $path = __DS__ . $path;
- $realFile = $this->mkdir($path) . __DS__ . $this->getFileName();
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $fileNameUpdated = false;
- $this->_fp = fopen($realFile, 'w');
- @exec('chown -R www:www /'.$realFile);
- @exec('chmod -R 777 /'.$realFile);
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- if(method_exists($this->_listModel, 'getExportHeaders')){
- if(method_exists($this->_listModel, 'exportPrepare')) {//导出数据提前设置参数
- $this->_listModel->exportPrepare(['condition' => $this->params['condition'], 'params' => $this->params['params'], 'others' => $this->params['others'] ?? [], 'page' => 0, 'pageSize' => 100000, 'userId' => $this->userId]);
- }
- $headers = $this->_listModel->getExportHeaders($this->userId);
- fputcsv($this->_fp, $headers);
- unset($headers);
- $this->_updateFirst($realFile, 1);
- } else {
- throw new Exception($this->listModelClass.'的getExportHeaders方法不存在');
- }
- $this->_loopWriteDataOrder();
- $this->complete();
- return true;
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function generateOrderPDF() {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = __DS__ . $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $realFile = $this->mkdir($path) . __DS__ . $this->getFileName('.pdf');
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $fileNameUpdated = false;
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- // 查询订单数据
- // $oderList = $this->_loopWriteDataPDF($realFile, $fileNameUpdated);
- $orderQuery = Order::find()
- ->alias('O')
- ->where($this->params['condition'], $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', OrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- // 订单中间表只查询待支付和支付失败的订单
- $this->params['params'][':NOT_PAID'] = \Yii::$app->params['orderStatus']['notPaid']['value']; // 待支付
- $this->params['params'][':FAIL_PAID'] = \Yii::$app->params['orderStatus']['failPaid']['value']; // 支付失败
- $orderStandardQuery = ApproachOrder::find()
- ->alias('O')
- ->where($this->params['condition'] . ' AND (O.STATUS = :NOT_PAID OR O.STATUS = :FAIL_PAID)', $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', ApproachOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- $queryAll = $orderQuery->union($orderStandardQuery, true);
- $query = (new Query())->from(['Q' => $queryAll])->select('Q.*')->distinct()->orderBy(['CREATED_AT' => SORT_DESC]);
- $oderList = $query->all();
- if ($oderList) {
- $userId = '';
- $userName = '';
- $address = '';
- $mobile = '';
- $orderAt = '';
- $orderDetails = '';
- $orderSn = '';
- $orderAmount = 0; // 合计总额
- $orderNums = 0; // 合计总数
- $totalTaxAmount = 0; // 合计税额
- $totalAmount = 0;
- foreach ($oderList as $key => $value) {
- $provinceName = $value['PROVINCE'] ? Region::getCnName($value['PROVINCE']) : '';
- $cityName = $value['CITY'] ? Region::getCnName($value['CITY']) : '';
- $countyName = $value['COUNTY'] ? Region::getCnName($value['COUNTY']) : '';
- $userId = $value['USER_NAME'];
- $userName = $value['REAL_NAME'];
- $address = $provinceName . $cityName . $countyName . $value['ADDRESS'];
- $mobile = $value['MOBILE'];
- $orderAt = Date::convert($value['CREATED_AT'],'Y-m-d H:i:s');
- $orderSn = $value['SN'];
- // 总价
- $totalAmount = $value['BUY_NUMS'] * $value['REAL_PRICE'];
- $orderAmount += $totalAmount;
- $orderNums += $value['BUY_NUMS'];
- // 税额
- $taxAmount = Tool::calculateTax($value['REAL_PRICE'], $value['TAX_RATE'], $value['BUY_NUMS']);
- $totalTaxAmount += $taxAmount;
- $taxAmount = Tool::formatAmount($taxAmount);
- $totalAmount = Tool::formatAmount($totalAmount);
- // 订单详情
- $orderDetails .= <<<EOT
- <tr>
- <td>{$value['SKU_CODE']}</td>
- <td>{$value['GOODS_TITLE']}</td>
- <td style="text-align: right;">{$value['REAL_PRICE']}</td>
- <td>{$value['BUY_NUMS']}</td>
- <td style="text-align: right;">{$value['TAX_RATE']}</td>
- <td style="text-align: right;">{$taxAmount}</td>
- <td style="text-align: right;">{$totalAmount}</td>
- </tr>
- EOT;
- }
- $memberCode = Yii::t('app', 'memberCode');
- $memberName = Yii::t('app', 'memberName');
- $memberAddress = Yii::t('app', 'memberAddress');
- $memberPhone = Yii::t('app', 'memberPhone');
- $orderCode = Yii::t('app', 'orderCode');
- $orderDetail = Yii::t('app', 'orderDetail');
- $productCode = Yii::t('app', 'productCode');
- $productName = Yii::t('app', 'productName');
- $productPrice = Yii::t('app', 'productPrice');
- $quantity = Yii::t('app', 'qty');
- $taxRate = Yii::t('app', 'taxRate');
- $totalTax = Yii::t('app', 'totalTax');
- $totalAmount = Yii::t('app', 'totalAmount');
- $total = Yii::t('app', 'total');
- $signature = Yii::t('app', 'signature');
- $date = Yii::t('app', 'date');
- $createAt = Yii::t('app', 'createAt');
- // 订单基本信息
- $orderBase = <<<ORDER
- <table border="1" style="table-layout: fixed; padding: 10px 20px;" width="100%">
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberCode}</td>
- <td width="70%">{$userId}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberName}</td>
- <td width="70%">{$userName}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberAddress}</td>
- <td width="70%">{$address}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberPhone}</td>
- <td width="70%">{$mobile}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$orderCode}</td>
- <td width="70%">{$orderSn}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$createAt}</td>
- <td width="70%">{$orderAt}</td>
- </tr>
- <tr>
- <td class="bg" style="font-weight: bold; font-size: 14px; text-align: center;">{$orderDetail}</td>
- <td class="bg"></td>
- </tr>
- </table>
- ORDER;
- $l['a_meta_charset'] = 'UTF-8';
- $l['a_meta_dir'] = 'ltr';
- $l['a_meta_language'] = 'zh';
- $l['w_page'] = '页面';
- $orderAmount = Tool::formatAmount($orderAmount);
- $totalTaxAmount = Tool::formatAmount($totalTaxAmount);
- $context = <<<ORDER
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>{$orderDetail}</title>
- <style>
- table {
- border-collapse: collapse;
- }
- table td, table th {
- border: 1px solid #ccc;
- /*padding: 5px 5px;*/
- border-collapse: collapse;
- }
- /*td {*/
- /* padding: 120px;*/
- /*}*/
- .bg {
- background-color: #ccc;
- }
- </style>
- </head>
- <body>
- <div class="content">
- <p style="text-align: center; font-weight: bold; font-size: 22px;"><b>{$orderDetail}</b><br></p>
- <div>
- <div style="display: block; width: 100%;">
- {$orderBase}
-
- <table border="1" width="100%" style="padding: 10px 5px; text-align: center;">
- <tr>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productCode}</th>
- <th width="20%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productName}</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productPrice}</th>
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">{$quantity}</th>
- <th width="12%" style="font-size: 14px; font-weight: bold; text-align: center;">{$taxRate}</th>
- <th width="13%" style="font-size: 14px; font-weight: bold; text-align: center;">{$totalTax}</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$totalAmount}</th>
- </tr>
- {$orderDetails}
- <tr>
- <td colspan="3">{$total}</td>
- <td style="text-align: right;">{$orderNums}</td>
- <td></td>
- <td style="text-align: right;">{$totalTaxAmount}</td>
- <td style="text-align: right;">{$orderAmount}</td>
- </tr>
- </table>
- </div>
-
- <div style="width: 100%; margin-top: 50px; height: 30px;">
- <table width="100%" style="border: none; padding: 10px 20px; text-align: center;">
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">{$signature}:</td>
- </tr>
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">{$date}:</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </body>
- </html>
- ORDER;
- require_once (\Yii::$app->vendorPath . '/tecnickcom/tcpdf/tcpdf.php');
- $pdf = new \TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
- // 设置打印模式
- $pdf->SetCreator(PDF_CREATOR);
- $pdf->SetAuthor('DaZe');
- $pdf->SetTitle($orderSn);
- $pdf->SetSubject('TCPDF Tutorial');
- $pdf->SetKeywords('TCPDF, PDF, example, test, guide');
- // 是否显示页眉
- $pdf->setPrintHeader(false);
- // 设置页眉字体
- $pdf->setHeaderFont(Array('dejavusans', '', '12'));
- // 页眉距离顶部的距离
- $pdf->SetHeaderMargin('5');
- // 是否显示页脚
- $pdf->setPrintFooter(false);
- // 设置默认等宽字体
- $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
- // 设置行高
- $pdf->setCellHeightRatio(1);
- // 设置左、上、右的间距
- $pdf->SetMargins('10', '0', '10');
- // 设置是否自动分页 距离底部多少距离时分页
- $pdf->SetAutoPageBreak(TRUE, '15');
- // 设置图像比例因子
- $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
- if (@file_exists(\Yii::$app->vendorPath . 'tecnickcom/tcpdf/examples/lang/eng.php')) {
- require_once(\Yii::$app->vendorPath . '/tecnickcom/tcpdf/examples/lang/eng.php');
- $pdf->setLanguageArray($l);
- }
- $pdf->setFontSubsetting(true);
- $pdf->AddPage();
- // 设置字体
- $pdf->SetFont('stsongstdlight', '', 10, '', true);
- // $image_file = \Yii::$app->basePath . '/../frontendEle/src/static/img/ngds-logo.jpg';
- // if (!file_exists($image_file)) {
- // $image_file = \Yii::$app->runtimePath . '/../common/uploads/ngds-logo.jpg';
- // }
- $image_file = \Yii::$app->basePath . '/../ngds-logo.jpg';
- $image = file_get_contents($image_file);
- $pdf->Image('@' . $image, 15, 12, 20, 7, 'JPG');
- $pdf->writeHTML($context);
- $result = $pdf->Output($realFile, 'F');
- LoggerTool::debug(['result' => $result]);
- $this->_updateFirst($realFile, 1);
- }
- $this->complete();
- return true;
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function generateDecOrderPDF() {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = __DS__ . $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $realFile = $path . __DS__ . $this->getFileName('.pdf');
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $fileNameUpdated = false;
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- // 查询订单数据
- // $oderList = $this->_loopWriteDataPDF($realFile, $fileNameUpdated);
- $orderQuery = Order::find()
- ->alias('O')
- ->where($this->params['condition'], $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', OrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- // 订单中间表只查询待支付和支付失败的订单
- $this->params['params'][':NOT_PAID'] = \Yii::$app->params['orderStatus']['notPaid']['value']; // 待支付
- $this->params['params'][':FAIL_PAID'] = \Yii::$app->params['orderStatus']['failPaid']['value']; // 支付失败
- $orderStandardQuery = ApproachOrder::find()
- ->alias('O')
- ->where($this->params['condition'] . ' AND (O.STATUS = :NOT_PAID OR O.STATUS = :FAIL_PAID)', $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', ApproachOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- $queryAll = $orderQuery->union($orderStandardQuery, true);
- $query = (new Query())->from(['Q' => $queryAll])->select('Q.*')->distinct()->orderBy(['CREATED_AT' => SORT_DESC]);
- $oderList = $query->all();
- if ($oderList) {
- $userId = '';
- $userName = '';
- $address = '';
- $mobile = '';
- $orderAt = '';
- $orderDetails = '';
- $orderSn = '';
- $orderAmount = 0; // 合计总额
- $orderNums = 0; // 合计总数
- $totalTaxAmount = 0; // 合计税额
- $totalAmount = 0;
- foreach ($oderList as $key => $value) {
- $provinceName = $value['PROVINCE'] ? Region::getCnName($value['PROVINCE']) : '';
- $cityName = $value['CITY'] ? Region::getCnName($value['CITY']) : '';
- $countyName = $value['COUNTY'] ? Region::getCnName($value['COUNTY']) : '';
- $userId = $value['USER_NAME'];
- $userName = $value['REAL_NAME'];
- $address = $provinceName . $cityName . $countyName . $value['ADDRESS'];
- $mobile = $value['MOBILE'];
- $orderAt = Date::convert($value['CREATED_AT'],'Y-m-d H:i:s');
- $orderSn = $value['SN'];
- // 总价
- $totalAmount = $value['BUY_NUMS'] * $value['REAL_PRICE'];
- $orderAmount += $totalAmount;
- $orderNums += $value['BUY_NUMS'];
- // 税额
- $taxAmount = Tool::calculateTax($value['REAL_PRICE'], $value['TAX_RATE'], $value['BUY_NUMS']);
- $totalTaxAmount += $taxAmount;
- $taxAmount = Tool::formatAmount($taxAmount);
- $totalAmount = Tool::formatAmount($totalAmount);
- // 订单详情
- $orderDetails .= <<<EOT
- <tr>
- <td>{$value['SKU_CODE']}</td>
- <td>{$value['GOODS_TITLE']}</td>
- <td style="text-align: right;">{$value['REAL_PRICE']}</td>
- <td>{$value['BUY_NUMS']}</td>
- <td style="text-align: right;">{$value['TAX_RATE']}</td>
- <td style="text-align: right;">{$taxAmount}</td>
- <td style="text-align: right;">{$totalAmount}</td>
- </tr>
- EOT;
- }
- $memberCode = Yii::t('app', 'memberCode');
- $memberName = Yii::t('app', 'memberName');
- $memberAddress = Yii::t('app', 'memberAddress');
- $memberPhone = Yii::t('app', 'memberPhone');
- $orderCode = Yii::t('app', 'orderCode');
- $orderDetail = Yii::t('app', 'orderDetail');
- $productCode = Yii::t('app', 'productCode');
- $productName = Yii::t('app', 'productName');
- $productPrice = Yii::t('app', 'productPrice');
- $quantity = Yii::t('app', 'qty');
- $taxRate = Yii::t('app', 'taxRate');
- $totalTax = Yii::t('app', 'totalTax');
- $totalAmount = Yii::t('app', 'totalAmount');
- $total = Yii::t('app', 'total');
- $signature = Yii::t('app', 'signature');
- $date = Yii::t('app', 'date');
- $createAt = Yii::t('app', 'createAt');
- // 订单基本信息
- $orderBase = <<<ORDER
- <table border="1" style="table-layout: fixed; padding: 10px 20px;" width="100%">
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberCode}</td>
- <td width="70%">{$userId}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberName}</td>
- <td width="70%">{$userName}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberAddress}</td>
- <td width="70%">{$address}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberPhone}</td>
- <td width="70%">{$mobile}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$orderCode}</td>
- <td width="70%">{$orderSn}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$createAt}</td>
- <td width="70%">{$orderAt}</td>
- </tr>
- <tr>
- <td class="bg" style="font-weight: bold; font-size: 14px; text-align: center;">{$orderDetail}</td>
- <td class="bg"></td>
- </tr>
- </table>
- ORDER;
- $l['a_meta_charset'] = 'UTF-8';
- $l['a_meta_dir'] = 'ltr';
- $l['a_meta_language'] = 'zh';
- $l['w_page'] = '页面';
- $orderAmount = sprintf('%.2f', $orderAmount);
- $totalTaxAmount = sprintf('%.2f', $totalTaxAmount);
- $context = <<<ORDER
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>{$orderDetail}</title>
- <style>
- table {
- border-collapse: collapse;
- }
- table td, table th {
- border: 1px solid #ccc;
- /*padding: 5px 5px;*/
- border-collapse: collapse;
- }
- /*td {*/
- /* padding: 120px;*/
- /*}*/
- .bg {
- background-color: #ccc;
- }
- </style>
- </head>
- <body>
- <div class="content">
- <p style="text-align: center; font-weight: bold; font-size: 22px;"><b>{$orderDetail}</b><br></p>
- <div>
- <div style="display: block; width: 100%;">
- {$orderBase}
-
- <table border="1" width="100%" style="padding: 10px 5px; text-align: center;">
- <tr>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productCode}</th>
- <th width="20%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productName}</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productPrice}</th>
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">{$quantity}</th>
- <th width="12%" style="font-size: 14px; font-weight: bold; text-align: center;">{$taxRate}</th>
- <th width="13%" style="font-size: 14px; font-weight: bold; text-align: center;">{$totalTax}</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$totalAmount}</th>
- </tr>
- {$orderDetails}
- <tr>
- <td colspan="3">{$total}</td>
- <td style="text-align: right;">{$orderNums}</td>
- <td></td>
- <td style="text-align: right;">{$totalTaxAmount}</td>
- <td style="text-align: right;">{$orderAmount}</td>
- </tr>
- </table>
- </div>
-
- <div style="width: 100%; margin-top: 50px; height: 30px;">
- <table width="100%" style="border: none; padding: 10px 20px; text-align: center;">
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">{$signature}:</td>
- </tr>
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">{$date}:</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </body>
- </html>
- ORDER;
- require_once (\Yii::$app->vendorPath . '/tecnickcom/tcpdf/tcpdf.php');
- $pdf = new \TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
- // 设置打印模式
- $pdf->SetCreator(PDF_CREATOR);
- $pdf->SetAuthor('DaZe');
- $pdf->SetTitle($orderSn);
- $pdf->SetSubject('TCPDF Tutorial');
- $pdf->SetKeywords('TCPDF, PDF, example, test, guide');
- // 是否显示页眉
- $pdf->setPrintHeader(false);
- // 设置页眉字体
- $pdf->setHeaderFont(Array('dejavusans', '', '12'));
- // 页眉距离顶部的距离
- $pdf->SetHeaderMargin('5');
- // 是否显示页脚
- $pdf->setPrintFooter(false);
- // 设置默认等宽字体
- $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
- // 设置行高
- $pdf->setCellHeightRatio(1);
- // 设置左、上、右的间距
- $pdf->SetMargins('10', '10', '10');
- // 设置是否自动分页 距离底部多少距离时分页
- $pdf->SetAutoPageBreak(TRUE, '15');
- // 设置图像比例因子
- $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
- if (@file_exists(\Yii::$app->vendorPath . 'tecnickcom/tcpdf/examples/lang/eng.php')) {
- require_once(\Yii::$app->vendorPath . '/tecnickcom/tcpdf/examples/lang/eng.php');
- $pdf->setLanguageArray($l);
- }
- $pdf->setFontSubsetting(true);
- $pdf->AddPage();
- // 设置字体
- $pdf->SetFont('stsongstdlight', '', 10, '', true);
- $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
- // $image_file = \Yii::$app->basePath . '/../frontendEle/src/static/img/ngds-logo.jpg';
- // if (!file_exists($image_file)) {
- // $image_file = \Yii::$app->runtimePath . '/../common/uploads/ngds-logo.jpg';
- // }
- $image_file = \Yii::$app->basePath . '/../ngds-logo.jpg';
- $image = file_get_contents($image_file);
- $pdf->Image('@' . $image, 165, 5, 20, 10, 'JPG');
- $pdf->writeHTML($context);
- $pdf->Output($realFile, 'F');
- $this->_updateFirst($realFile, 1);
- }
- $this->complete();
- return true;
- }
- /**
- * 循环写入数据
- * @param $realFile
- * @param $fileNameUpdated
- * @param int $page
- * @param int $counter
- * @return array
- * @throws Exception
- */
- private function _loopWriteDataPDF($realFile, &$fileNameUpdated, $page = 0, $counter = 0){
- if(method_exists($this->_listModel, 'getList')){
- $list = $this->_listModel->getList(['condition'=>$this->params['condition'], 'params'=>isset($this->params['params']) ? $this->params['params'] : [], 'others'=>isset($this->params['others']) ? $this->params['others'] : [], 'page'=>$page, 'pageSize'=>$this->pageSize, 'userId'=>$this->userId]);
- } else {
- throw new Exception($this->listModelClass.'的getList方法不存在');
- }
- return $list['list'];
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function generateBaOrderExcel() {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $path = __DS__ . $path;
- $realFile = $this->mkdir($path) . __DS__ . $this->getFileName();
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $this->_fp = fopen($realFile, 'w');
- @exec('chown -R www:www /'.$realFile);
- @exec('chmod -R 777 /'.$realFile);
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- if(method_exists($this->_listModel, 'getExportHeaders')){
- if(method_exists($this->_listModel, 'exportPrepare')) {//导出数据提前设置参数
- $this->_listModel->exportPrepare(['condition' => $this->params['condition'], 'params' => $this->params['params'], 'others' => $this->params['others'] ?? [], 'page' => 0, 'pageSize' => 100000, 'userId' => $this->userId]);
- }
- $headers = $this->_listModel->getExportHeaders($this->userId);
- fputcsv($this->_fp, $headers);
- unset($headers);
- $this->_updateFirst($realFile, 1);
- } else {
- throw new Exception($this->listModelClass.'的getExportHeaders方法不存在');
- }
- $this->_loopWriteDataBaOrder();
- $this->complete();
- return true;
- }
- /**
- * 循环写入数据
- */
- private function _loopWriteDataBaOrder()
- {
- $orderQuery = BaOrder::find()
- ->alias('O')
- ->where($this->params['condition'], $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', BaUser::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', BaOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- // 订单中间表只查询待支付和支付失败的订单
- $this->params['params'][':NOT_PAID'] = \Yii::$app->params['orderStatus']['notPaid']['value']; // 待支付
- $this->params['params'][':FAIL_PAID'] = \Yii::$app->params['orderStatus']['failPaid']['value']; // 支付失败
- $orderStandardQuery = BaApproachOrder::find()
- ->alias('O')
- ->where($this->params['condition'] . ' AND (O.STATUS = :NOT_PAID OR O.STATUS = :FAIL_PAID)', $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', BaUser::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', BaApproachOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- $queryAll = $orderQuery->union($orderStandardQuery, true);
- $query = (new Query())->from(['Q' => $queryAll])->select('Q.*')->distinct()->orderBy(['CREATED_AT' => SORT_DESC]);
- $lists = $query->all();
- if(!empty($lists)){
- $regionConfig = Cache::getRegionConfig();
- foreach($lists as $columnData) {
- $CREATE_USER_ID = Info::getBaUserIdByUserName($columnData['CREATE_USER']);
- $createUserName = Info::getBaUserRealNameByUserId($CREATE_USER_ID);
- $decUserName = Info::getBaUserNameByUserId($columnData['DEC_ID']);
- $columnAccept = [
- 'USER_NAME' => $columnData['USER_NAME'],
- 'DEC_USER_NAME' => $decUserName,
- 'CREATE_USER' => $columnData['CREATE_USER'],
- 'CREATE_USER_NAME' => $createUserName,
- 'SN' => $columnData['SN'],
- 'STATUS' => Tool::paramConvert(\Yii::$app->params['orderStatus'])[$columnData['STATUS']]['label'] ?? '',
- 'SKU_CODE' => $columnData['SKU_CODE'],
- 'GOODS_TITLE' => $columnData['GOODS_TITLE'],
- 'BUY_NUMS' => $columnData['BUY_NUMS'],
- 'CONSIGNEE' => $columnData['CONSIGNEE'],
- 'MOBILE' => "\t{$columnData['MOBILE']}",
- 'TEL' => "\t{$columnData['TEL']}",
- 'PROVINCE' => $regionConfig[$columnData['PROVINCE']]['REGION_NAME'] ?? '',
- 'CITY' => $regionConfig[$columnData['CITY']]['REGION_NAME'] ?? '',
- 'COUNTY' => $regionConfig[$columnData['COUNTY']]['REGION_NAME'] ?? '',
- 'ADDRESS' => $columnData['ADDRESS'],
- 'PERIOD_NUM' => $columnData['PERIOD_NUM'],
- 'ORDER_TYPE' => ($columnData['ORDER_TYPE'] == 'ZC') ? 'Welcome pack' : (in_array($columnData['PAY_TYPE'], ['cash', 'pay_stack']) ? 'Reselling': 'Points'),
- 'CREATED_AT' => Date('Y-m-d H:i:s', $columnData['CREATED_AT']),
- 'PAY_TYPE' => ShopGoods::payTypes()[$columnData['PAY_TYPE']]['name'] ?? ShopGoods::payTypes()['cash']['name'],
- 'PAY_AT' => $columnData['PAY_AT'] > 0 ? Date('Y-m-d H:i:s', $columnData['PAY_AT']) : '',
- 'DELIVERY_AT' => $columnData['DELIVERY_AT'] > 0 ? Date('Y-m-d H:i:s', $columnData['DELIVERY_AT']) : '',
- 'REAL_PRICE' => $columnData['REAL_PRICE'] ?? 0,
- 'REAL_PV' => $columnData['REAL_PV'] ?? 0,
- 'PAY_FREIGHT' => $columnData['PAY_FREIGHT'] ?? 0,
- 'TAX_RATE' => $columnData['TAX_RATE'],
- 'TAX_AMOUNT' => Tool::calculateTax($columnData['REAL_PRICE'], $columnData['TAX_RATE'], $columnData['BUY_NUMS']),
- 'EXPRESS_COMPANY' => $columnData['EXPRESS_COMPANY'],
- 'ORDER_TRACK_NO' => $columnData['ORDER_TRACK_NO'],
- 'EXPRESS_TYPE' => $columnData['EXPRESS_TYPE'] == 0 ? 'mailing ':' auto pick',
- 'FRONT_REMARK' => $columnData['FRONT_REMARK'],
- 'DELIVERY_STATUS_NAME' => Tool::paramConvert(\Yii::$app->params['deliveryStatus'])[$columnData['DELIVERY_STATUS']]['label'] ?? '',
- ];
-
- fputcsv($this->_fp, Tool::arrTextConvert($columnAccept));
- unset($percent, $columnData, $columnAccept);
- }
- unset($list);
- }
- unset($list);
- return 'finish';
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function generateBaOrderPDF()
- {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = __DS__ . $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $realFile = $path . __DS__ . $this->getFileName('.pdf');
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $fileNameUpdated = false;
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- // 查询订单数据
- $orderQuery = BaOrder::find()
- ->alias('O')
- ->where($this->params['condition'], $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', BaUser::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', BaOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- // 订单中间表只查询待支付和支付失败的订单
- $this->params['params'][':NOT_PAID'] = \Yii::$app->params['orderStatus']['notPaid']['value']; // 待支付
- $this->params['params'][':FAIL_PAID'] = \Yii::$app->params['orderStatus']['failPaid']['value']; // 支付失败
- $orderStandardQuery = BaApproachOrder::find()
- ->alias('O')
- ->where($this->params['condition'] . ' AND (O.STATUS = :NOT_PAID OR O.STATUS = :FAIL_PAID)', $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', BaUser::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', BaApproachOrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC');
- $queryAll = $orderQuery->union($orderStandardQuery, true);
- $query = (new Query())->from(['Q' => $queryAll])->select('Q.*')->distinct()->orderBy(['CREATED_AT' => SORT_DESC]);
- $oderList = $query->all();
- if ($oderList) {
- $userId = '';
- $userName = '';
- $address = '';
- $mobile = '';
- $orderAt = '';
- $orderDetails = '';
- $orderSn = '';
- $orderAmount = 0; // 合计总额
- $orderNums = 0; // 合计总数
- $totalTaxAmount = 0; // 合计税额
- $totalAmount = 0;
- foreach ($oderList as $key => $value) {
- $provinceName = $value['PROVINCE'] ? Region::getCnName($value['PROVINCE']) : '';
- $cityName = $value['CITY'] ? Region::getCnName($value['CITY']) : '';
- $countyName = $value['COUNTY'] ? Region::getCnName($value['COUNTY']) : '';
- $userId = $value['USER_NAME'];
- $userName = $value['REAL_NAME'];
- $address = $provinceName . $cityName . $countyName . $value['ADDRESS'];
- $mobile = $value['MOBILE'];
- $orderAt = Date::convert($value['CREATED_AT'],'Y-m-d H:i:s');
- $orderSn = $value['SN'];
- // 总价
- $totalAmount = $value['BUY_NUMS'] * $value['REAL_PRICE'];
- $orderAmount += $totalAmount;
- $orderNums += $value['BUY_NUMS'];
- // 税额
- $taxAmount = Tool::calculateTax($value['REAL_PRICE'], $value['TAX_RATE'], $value['BUY_NUMS']);
- $totalTaxAmount += $taxAmount;
- $taxAmount = Tool::formatAmount($taxAmount);
- $totalAmount = Tool::formatAmount($totalAmount);
- // 订单详情
- $orderDetails .= <<<EOT
- <tr>
- <td>{$value['SKU_CODE']}</td>
- <td>{$value['GOODS_TITLE']}</td>
- <td style="text-align: right;">{$value['REAL_PRICE']}</td>
- <td>{$value['BUY_NUMS']}</td>
- <td style="text-align: right;">{$value['TAX_RATE']}</td>
- <td style="text-align: right;">{$taxAmount}</td>
- <td style="text-align: right;">{$totalAmount}</td>
- </tr>
- EOT;
- }
- // 订单基本信息
- $orderBase = <<<ORDER
- <table border="1" style="table-layout: fixed; padding: 10px 20px;" width="100%">
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">Member Code</td>
- <td width="70%">{$userId}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">Member Name</td>
- <td width="70%">{$userName}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">Member Address</td>
- <td width="70%">{$address}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">Member Phone</td>
- <td width="70%">{$mobile}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">Order Code</td>
- <td width="70%">{$orderSn}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">Creation Time</td>
- <td width="70%">{$orderAt}</td>
- </tr>
- <tr>
- <td class="bg" style="font-weight: bold; font-size: 14px; text-align: center;">Order Detail</td>
- <td class="bg"></td>
- </tr>
- </table>
- ORDER;
- $l['a_meta_charset'] = 'UTF-8';
- $l['a_meta_dir'] = 'ltr';
- $l['a_meta_language'] = 'zh';
- $l['w_page'] = '页面';
- $orderAmount = Tool::formatAmount($orderAmount);
- $totalTaxAmount = Tool::formatAmount($totalTaxAmount);
- $context = <<<ORDER
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>Order detail</title>
- <style>
- table {
- border-collapse: collapse;
- }
- table td, table th {
- border: 1px solid #ccc;
- padding: 5px 5px;
- border-collapse: collapse;
- }
- /*td {*/
- /* padding: 120px;*/
- /*}*/
- .bg {
- background-color: #ccc;
- }
- </style>
- </head>
- <body>
- <div class="content">
- <p style="text-align: center; font-weight: bold; font-size: 22px;"><b>Order detail</b><br></p>
- <div>
- <div style="display: block; width: 100%;">
- {$orderBase}
-
- <table border="1" width="100%" style="padding: 10px 5px; text-align: center;">
- <tr>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product Code</th>
- <th width="25%" style="font-size: 14px; font-weight: bold; text-align: center;">Product Name</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Product Price</th>
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Qty</th>
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax Rate</th>
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">Tax</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">Total Amount</th>
- </tr>
- {$orderDetails}
- <tr>
- <td colspan="3">Total</td>
- <td>{$orderNums}</td>
- <td></td>
- <td style="text-align: right;">{$totalTaxAmount}</td>
- <td style="text-align: right;">{$orderAmount}</td>
- </tr>
- </table>
- </div>
-
- <div style="width: 100%; margin-top: 50px; height: 30px;">
- <table width="100%" style="border: none; padding: 10px 20px; text-align: center;">
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">Signature:</td>
- </tr>
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">Date:</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </body>
- </html>
- ORDER;
- require_once (\Yii::$app->vendorPath . '/tecnickcom/tcpdf/tcpdf.php');
- $pdf = new \TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
- // 设置打印模式
- $pdf->SetCreator(PDF_CREATOR);
- $pdf->SetAuthor('DaZe');
- $pdf->SetTitle($orderSn);
- $pdf->SetSubject('TCPDF Tutorial');
- $pdf->SetKeywords('TCPDF, PDF, example, test, guide');
- // 是否显示页眉
- $pdf->setPrintHeader(false);
- // 设置页眉字体
- $pdf->setHeaderFont(Array('dejavusans', '', '12'));
- // 页眉距离顶部的距离
- $pdf->SetHeaderMargin('5');
- // 是否显示页脚
- $pdf->setPrintFooter(false);
- // 设置默认等宽字体
- $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
- // 设置行高
- $pdf->setCellHeightRatio(1);
- // 设置左、上、右的间距
- $pdf->SetMargins('10', '0', '10');
- // 设置是否自动分页 距离底部多少距离时分页
- $pdf->SetAutoPageBreak(TRUE, '15');
- // 设置图像比例因子
- $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
- if (@file_exists(\Yii::$app->vendorPath . 'tecnickcom/tcpdf/examples/lang/eng.php')) {
- require_once(\Yii::$app->vendorPath . '/tecnickcom/tcpdf/examples/lang/eng.php');
- $pdf->setLanguageArray($l);
- }
- $pdf->setFontSubsetting(true);
- $pdf->AddPage();
- // 设置字体
- $pdf->SetFont('stsongstdlight', '', 10, '', true);
- // $image_file = \Yii::$app->basePath . '/../frontendEle/src/static/img/ngds-logo.jpg';
- // if (!file_exists($image_file)) {
- // $image_file = \Yii::$app->runtimePath . '/../common/uploads/ngds-logo.jpg';
- // }
- $image_file = \Yii::$app->basePath . '/../ngds-logo.jpg';
- $image = file_get_contents($image_file);
- $pdf->Image('@' . $image, 15, 12, 20, 7, 'JPG');
- $pdf->writeHTML($context);
- $pdf->Output($realFile, 'F');
- $this->_updateFirst($realFile, 1);
- }
- $this->complete();
- return true;
- }
- /**
- * 生成
- * @return bool
- * @throws Exception
- * @throws InvalidConfigException
- * @throws \yii\httpclient\Exception
- */
- public function actionOrderInvoiceExport() {
- $this->getParams();
- if (!$this->params) {
- throw new Exception('无法获取需要的参数');
- }
- $path = __DS__ . $this->getSaveBasePath() . __DS__ . $this->getSavePath();
- $realFile = $this->mkdir($path) . __DS__ . $this->getFileName('.pdf');
- $this->completed = false;
- $this->getExportId();
- $this->getUserId();
- $fileNameUpdated = false;
- // 获取列表数据及表头
- $this->_listModel = new $this->listModelClass();
- $this->_listModel->isExport = true;
- // 查询订单数据
- $oderList = Order::find()
- ->alias('O')
- ->where($this->params['condition'], $this->params['params'])
- ->select('O.*,U.REAL_NAME,U.DEC_ID,SG.CATEGORY_TYPE,OG.REAL_PRICE,OG.TAX_RATE,OG.BUY_NUMS,OG.SKU_CODE,OG.GOODS_TITLE,OG.REAL_PV')
- ->join('LEFT JOIN', User::tableName() . ' AS U', 'U.ID=O.USER_ID')
- ->join('LEFT JOIN', OrderGoods::tableName() . ' AS OG', 'OG.ORDER_SN=O.SN')
- ->join('LEFT JOIN', ShopGoods::tableName() . ' AS SG', 'SG.ID=OG.GOODS_ID')
- ->orderBy('O.CREATED_AT DESC')
- ->asArray();
- if ($oderList) {
- $userId = '';
- $userName = '';
- $address = '';
- $mobile = '';
- $orderAt = '';
- $orderDetails = '';
- $orderSn = '';
- $orderAmount = 0; // 合计总额
- $orderNums = 0; // 合计总数
- $totalTaxAmount = 0; // 合计税额
- $totalAmount = 0;
- foreach ($oderList as $key => $value) {
- $provinceName = $value['PROVINCE'] ? Region::getCnName($value['PROVINCE']) : '';
- $cityName = $value['CITY'] ? Region::getCnName($value['CITY']) : '';
- $countyName = $value['COUNTY'] ? Region::getCnName($value['COUNTY']) : '';
- $userId = $value['USER_NAME'];
- $userName = $value['REAL_NAME'];
- $address = $provinceName . $cityName . $countyName . $value['ADDRESS'];
- $mobile = $value['MOBILE'];
- $orderAt = Date::convert($value['CREATED_AT'],'Y-m-d H:i:s');
- $orderSn = $value['SN'];
- // 总价
- $totalAmount = $value['BUY_NUMS'] * $value['REAL_PRICE'];
- $orderAmount += $totalAmount;
- $orderNums += $value['BUY_NUMS'];
- // 税额
- $taxAmount = Tool::calculateTax($value['REAL_PRICE'], $value['TAX_RATE'], $value['BUY_NUMS']);
- $totalTaxAmount += $taxAmount;
- $taxAmount = Tool::formatAmount($taxAmount);
- $totalAmount = Tool::formatAmount($totalAmount);
- // 订单详情
- $orderDetails .= <<<EOT
- <tr>
- <td>{$value['SKU_CODE']}</td>
- <td>{$value['GOODS_TITLE']}</td>
- <td style="text-align: right;">{$value['REAL_PRICE']}</td>
- <td>{$value['BUY_NUMS']}</td>
- <td style="text-align: right;">{$value['TAX_RATE']}</td>
- <td style="text-align: right;">{$taxAmount}</td>
- <td style="text-align: right;">{$totalAmount}</td>
- </tr>
- EOT;
- }
- $memberCode = Yii::t('app', 'memberCode');
- $memberName = Yii::t('app', 'memberName');
- $memberAddress = Yii::t('app', 'memberAddress');
- $memberPhone = Yii::t('app', 'memberPhone');
- $orderCode = Yii::t('app', 'orderCode');
- $orderDetail = Yii::t('app', 'orderDetail');
- $productCode = Yii::t('app', 'productCode');
- $productName = Yii::t('app', 'productName');
- $productPrice = Yii::t('app', 'productPrice');
- $quantity = Yii::t('app', 'qty');
- $taxRate = Yii::t('app', 'taxRate');
- $totalTax = Yii::t('app', 'totalTax');
- $totalAmount = Yii::t('app', 'totalAmount');
- $total = Yii::t('app', 'total');
- $signature = Yii::t('app', 'signature');
- $date = Yii::t('app', 'date');
- $createAt = Yii::t('app', 'createAt');
- // 订单基本信息
- $orderBase = <<<ORDER
- <table border="1" style="table-layout: fixed; padding: 10px 20px;" width="100%">
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberCode}</td>
- <td width="70%">{$userId}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberName}</td>
- <td width="70%">{$userName}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberAddress}</td>
- <td width="70%">{$address}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$memberPhone}</td>
- <td width="70%">{$mobile}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$orderCode}</td>
- <td width="70%">{$orderSn}</td>
- </tr>
- <tr>
- <td width="30%" style="font-weight: bold; text-align: center; font-size: 14px;">{$createAt}</td>
- <td width="70%">{$orderAt}</td>
- </tr>
- <tr>
- <td class="bg" style="font-weight: bold; font-size: 14px; text-align: center;">{$orderDetail}</td>
- <td class="bg"></td>
- </tr>
- </table>
- ORDER;
- $l['a_meta_charset'] = 'UTF-8';
- $l['a_meta_dir'] = 'ltr';
- $l['a_meta_language'] = 'zh';
- $l['w_page'] = '页面';
- $orderAmount = Tool::formatAmount($orderAmount);
- $totalTaxAmount = Tool::formatAmount($totalTaxAmount);
- $context = <<<ORDER
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>{$orderDetail}</title>
- <style>
- table {
- border-collapse: collapse;
- }
- table td, table th {
- border: 1px solid #ccc;
- /*padding: 5px 5px;*/
- border-collapse: collapse;
- }
- /*td {*/
- /* padding: 120px;*/
- /*}*/
- .bg {
- background-color: #ccc;
- }
- </style>
- </head>
- <body>
- <div class="content">
- <p style="text-align: center; font-weight: bold; font-size: 22px;"><b>{$orderDetail}</b><br></p>
- <div>
- <div style="display: block; width: 100%;">
- {$orderBase}
-
- <table border="1" width="100%" style="padding: 10px 5px; text-align: center;">
- <tr>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productCode}</th>
- <th width="20%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productName}</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$productPrice}</th>
- <th width="10%" style="font-size: 14px; font-weight: bold; text-align: center;">{$quantity}</th>
- <th width="12%" style="font-size: 14px; font-weight: bold; text-align: center;">{$taxRate}</th>
- <th width="13%" style="font-size: 14px; font-weight: bold; text-align: center;">{$totalTax}</th>
- <th width="15%" style="font-size: 14px; font-weight: bold; text-align: center;">{$totalAmount}</th>
- </tr>
- {$orderDetails}
- <tr>
- <td colspan="3">{$total}</td>
- <td style="text-align: right;">{$orderNums}</td>
- <td></td>
- <td style="text-align: right;">{$totalTaxAmount}</td>
- <td style="text-align: right;">{$orderAmount}</td>
- </tr>
- </table>
- </div>
-
- <div style="width: 100%; margin-top: 50px; height: 30px;">
- <table width="100%" style="border: none; padding: 10px 20px; text-align: center;">
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">{$signature}:</td>
- </tr>
- <tr style="border: none;">
- <td width="70%" style="border: none;"></td>
- <td width="30%" style="font-weight: bold; text-align: left; font-size: 14px; border: none;">{$date}:</td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </body>
- </html>
- ORDER;
- require_once (\Yii::$app->vendorPath . '/tecnickcom/tcpdf/tcpdf.php');
- $pdf = new \TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
- // 设置打印模式
- $pdf->SetCreator(PDF_CREATOR);
- $pdf->SetAuthor('DaZe');
- $pdf->SetTitle($orderSn);
- $pdf->SetSubject('TCPDF Tutorial');
- $pdf->SetKeywords('TCPDF, PDF, example, test, guide');
- // 是否显示页眉
- $pdf->setPrintHeader(false);
- // 设置页眉字体
- $pdf->setHeaderFont(Array('dejavusans', '', '12'));
- // 页眉距离顶部的距离
- $pdf->SetHeaderMargin('5');
- // 是否显示页脚
- $pdf->setPrintFooter(false);
- // 设置默认等宽字体
- $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED);
- // 设置行高
- $pdf->setCellHeightRatio(1);
- // 设置左、上、右的间距
- $pdf->SetMargins('10', '0', '10');
- // 设置是否自动分页 距离底部多少距离时分页
- $pdf->SetAutoPageBreak(TRUE, '15');
- // 设置图像比例因子
- $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
- if (@file_exists(\Yii::$app->vendorPath . 'tecnickcom/tcpdf/examples/lang/eng.php')) {
- require_once(\Yii::$app->vendorPath . '/tecnickcom/tcpdf/examples/lang/eng.php');
- $pdf->setLanguageArray($l);
- }
- $pdf->setFontSubsetting(true);
- $pdf->AddPage();
- // 设置字体
- $pdf->SetFont('stsongstdlight', '', 10, '', true);
- $image_file = \Yii::$app->basePath . '/../ngds-logo.jpg';
- $image = file_get_contents($image_file);
- $pdf->Image('@' . $image, 15, 12, 20, 7, 'JPG');
- $pdf->writeHTML($context);
- $result = $pdf->Output($realFile, 'F');
- LoggerTool::debug(['result' => $result]);
- $this->_updateFirst($realFile, 1);
- }
- $this->complete();
- return true;
- }
- }
|