123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791 |
- <?php
- namespace app\admin\controller;
- use think\facade\Db;
- use think\facade\Validate;
- //报表处理类
- class Report extends Base
- {
- //商品表部分字段的中英文对照
- private $good_field_title = [
- 'spuCode' => '商品成本编号',
- 'good_code' => '商品编码',
- 'good_name' => '商品名称',
- 'cat_id' => '分类',
- 'brand_id' => '品牌',
- 'good_unit' => '商品单位',
- 'good_type' => '',
- 'companyNo' => '业务企业',
- 'moq' => '起订量',
- 'customized' => '定制工期',
- 'tax' => '税点',
- 'supplierNo' => '供应商',
- 'is_auth' => '是否有销售权限',
- 'is_stock' => '是否库存品',
- 'auth_img' => '销售授权图片',
- 'after_sales' => '售后说明',
- 'craft_desc' => '工艺说明',
- 'good_remark' => '商品备注',
- 'good_size' => '商品尺寸',
- 'weight' => '商品重量',
- 'packing_way' => '包装方式',
- 'packing_size' => '装箱尺寸',
- 'packing_spec' => '装箱规格',
- 'packing_list' => '包装清单',
- 'packing_weight' => '装箱重量',
- 'good_bar' => '商品条形码',
- 'supply_area' => '供货区域',
- 'delivery_place' => '发货地',
- 'origin_place' => '产地',
- 'delivery_day' => '物流时间',
- 'lead_time' => '供货周期',
- 'sample_day' => '调样周期',
- 'sample_fee' => '调样费用',
- 'good_img' => '商品详情主图 ',
- 'good_thumb_img' => '商品缩略图',
- 'good_info_img' => '商品详情图',
- 'cert_fee' => '证书费',
- 'packing_fee' => '包装费',
- 'cost_fee' => '工艺费',
- 'mark_fee' => '加标费',
- 'demo_fee' => '打样费',
- 'open_fee' => '开模费',
- 'noble_metal' => '贵金属种类',
- 'noble_weight' => '贵金属重量',
- 'is_gold_price' => '是否使用实时金价',
- 'cgd_gold_price' => '供应商采购金价',
- 'market_price' => '市场价',
- 'nake_price' => '含税成本价',
- 'is_step' => '阶梯价是否启用',
- 'is_online' => '是否上线',
- 'status' => '状态',
- 'createrid' => '创建人id',
- 'creater' => '创建人',
- 'is_del' => '是否删除',
- 'addtime' => '创建时间',
- 'updatetime' => '修改时间',
- 'is_exclusive' => '是否专属类型',
- 'is_diff' => '是否有工差',
- 'config' => '配置',
- 'other_config' => '其他配置',
- ];
- //产品价格和产品导出
- public function exportGood()
- {
- $param = $this->request->only(['start_date', 'end_date', 'platform_id', 'status'], 'post', 'trim');
- $val = Validate::rule([
- 'start_date|筛选开始时间' => 'require|date|elt:end_date',
- 'end_date|筛选结束时间' => 'require|date',
- 'platform_id|筛选平台ID' => 'require|number|gt:0',
- 'status|状态' => 'require|number|in:5,6,8',
- ]);
- if (!$val->check($param)) return error_show(1004, $val->getError());
- $where_ladder = [['gl.is_del', '=', 0]];
- $where_good = [['g.is_del', '=', 0]];
- if (!empty($param['start_date']) && !empty($param['end_date'])) {
- $where_ladder[] = ['gp.online_time', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $where_good[] = ['g.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- }
- if (!empty($param['platform_id'])) {
- $where_ladder[] = ['gp.platform_code', '=', $param['platform_id']];
- $where_good[] = ['gp.platform_code', '=', $param['platform_id']];
- }
- if (!empty($param['status'])) {
- $where_ladder[] = ['gp.exam_status', '=', $param['status']];
- $where_good[] = ['gp.exam_status', '=', $param['status']];
- }
- $data = [];
- //产品价格
- $rs_ladder = Db::name('good_ladder')
- ->alias('gl')
- ->field('g.good_name 商品名称,gl.market_price 市场价,g.tax 税率,gl.min_num 起订量,gl.sale_price 售价,gl.skuCode 商品编码,gl.cost_fee 工艺费,gl.market_platform 对比平台')
- ->where($where_ladder)
- ->leftJoin('good_platform gp', 'gp.skuCode=gl.skuCode')
- ->leftJoin('good g', 'g.spuCode=gp.spuCode')
- ->order('gl.id')
- ->select()
- ->toArray();
- if (!empty($rs_ladder)) {
- $data[] = [
- 'head' => array_keys($rs_ladder[0]),
- 'list' => $rs_ladder,
- 'filename' => '产品价格' . date('YmdHis'),
- ];
- }
- //产品
- $rs_temp_good = Db::name('good')
- ->alias('g')
- ->field('"" 一级分类,"" 二级分类, g.cat_id 三级分类,g.good_name 商品名称,g.good_type 商品类型,g.brand_id 商品品牌,\'\' 型号,g.origin_place 产地,g.good_unit 计量单位,g.weight 重量g,\'\' 响应时间,g.lead_time 供货周期,g.good_size 商品尺寸,g.packing_size 装箱尺寸,g.packing_way 包装方式,g.packing_spec 装箱规格,g.packing_list 包装清单,g.delivery_place 发货地,g.delivery_day 物流时间,gp.skuCode 商品编码,g.spuCode')
- ->where($where_good)
- ->leftJoin('good_platform gp', 'gp.spuCode=g.spuCode')
- ->order('g.id')
- ->select()
- ->toArray();
- $all_good_type = [0 => '非定制商品', 1 => '定制商品'];
- $all_brand = Db::name('brand')->whereIn('id', array_column($rs_temp_good, '商品品牌'))->where('is_del', 0)->column('brand_name', 'id');
- $all_cat = Db::name('cat')
- ->alias('c3')
- ->whereIn('c3.id', array_column($rs_temp_good, '三级分类'))
- ->where('c3.is_del', 0)
- ->leftJoin('cat c2', 'c2.id=c3.pid')
- ->leftJoin('cat c1', 'c1.id=c2.pid')
- ->column('c3.cat_name cat_name_3,c2.cat_name cat_name_2,c1.cat_name cat_name_1', 'c3.id');
- $all_unit = Db::name('unit')->whereIn('id', array_column($rs_temp_good, '计量单位'))->where('is_del', 0)->column('unit', 'id');
- foreach ($rs_temp_good as &$value) {
- $value['商品品牌'] = isset($all_brand[$value['商品品牌']]) ? $all_brand[$value['商品品牌']] : '';
- $value['商品类型'] = isset($all_good_type[$value['商品类型']]) ? $all_good_type[$value['商品类型']] : '';
- $value['一级分类'] = isset($all_cat[$value['三级分类']]['cat_name_1']) ? $all_cat[$value['三级分类']]['cat_name_1'] : '';
- $value['二级分类'] = isset($all_cat[$value['三级分类']]['cat_name_2']) ? $all_cat[$value['三级分类']]['cat_name_2'] : '';
- $value['三级分类'] = isset($all_cat[$value['三级分类']]['cat_name_3']) ? $all_cat[$value['三级分类']]['cat_name_3'] : '';
- $temp = explode(',', $value['产地']);
- $value['产地'] = GetAddr(json_encode(['provice_code' => isset($temp[0]) ? $temp[0] : '', 'city_code' => isset($temp[1]) ? $temp[1] : '', 'area_code' => isset($temp[2]) ? $temp[2] : '']));
- $value['计量单位'] = isset($all_unit[$value['计量单位']]) ? $all_unit[$value['计量单位']] : '';
- $temp_2 = explode(',', $value['发货地']);
- $value['发货地'] = GetAddr(json_encode(['provice_code' => isset($temp_2[0]) ? $temp_2[0] : '', 'city_code' => isset($temp_2[1]) ? $temp_2[1] : '', 'area_code' => isset($temp_2[2]) ? $temp_2[2] : '']));
- $value['型号'] = Db::name('good_spec')
- ->alias('gp')
- ->field('')
- ->leftJoin('specs s', 's.id=gp.spec_id')
- ->leftJoin('spec_value sv', 'sv.id=gp.spec_value_id')
- ->where([
- 'gp.spuCode' => $value['spuCode'],
- 'gp.is_del' => 0,
- 's.spec_name' => '型号',
- ])
- ->value('sv.spec_value', '');
- $value['响应时间'] = Db::name('good_spec')
- ->alias('gp')
- ->field('')
- ->leftJoin('specs s', 's.id=gp.spec_id')
- ->leftJoin('spec_value sv', 'sv.id=gp.spec_value_id')
- ->where([
- 'gp.spuCode' => $value['spuCode'],
- 'gp.is_del' => 0,
- 's.spec_name' => '响应时间',
- ])
- ->value('sv.spec_value', '');
- unset($value['spuCode']);
- }
- if (!empty($rs_temp_good)) {
- $data[] = [
- 'head' => array_keys($rs_temp_good[0]),
- 'list' => $rs_temp_good,
- 'filename' => '产品' . date('YmdHis'),
- ];
- }
- if (empty($data)) {
- $data[] = [
- 'head' => ['没有可供导出的数据'],
- 'list' => [],
- 'filename' => date('YmdHis'),
- ];
- }
-
- excelSaveBatch($data);
- }
- //【一、采购日报表】1.咨询单总数
- public function zixunTotal()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['a.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['a.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $count = Db::name('consult_info')
- ->alias('a')
- ->field('DATE_FORMAT(a.addtime,"%Y-%m-%d") addtime,cii.name,count(a.id) total')
- ->leftJoin('consult_order b', 'b.zxNo=a.zxNo')
- ->leftJoin('company_item cii', 'cii.id=b.depart')
- ->where($where)
- ->group('addtime,b.depart')
- ->order('addtime')
- ->count();
- $list = Db::name('consult_info')
- ->alias('a')
- ->field('DATE_FORMAT(a.addtime,"%Y-%m-%d") addtime,cii.name,count(a.id) total')
- ->leftJoin('consult_order b', 'b.zxNo=a.zxNo')
- ->leftJoin('company_item cii', 'cii.id=b.depart')
- ->where($where)
- ->group('addtime,b.depart')
- ->order('addtime')
- ->page($param['page'], $param['size'])
- ->select()
- ->toArray();
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【一、采购日报表】2.采购订单总金额
- public function purcheaseOrderSum()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['po.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['po.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- //统计条数的时候,不能按照status分组,否则下方列表不准
- $count = Db::name('purchease_order')
- ->alias('po')
- ->leftJoin('depart_user du', 'du.uid=po.cgder_id AND du.is_del=0')
- ->leftJoin('company_item ci', 'ci.id=du.itemid')
- ->where($where)
- ->order('addtime,itemid')
- ->field('DATE_FORMAT(po.addtime,"%Y-%m-%d") addtime,SUM(po.total_fee) total_fee,COUNT(po.id) total_num,du.itemid,ci.name,"" wait_total_fee,"" wait_total_num')
- ->group('addtime,du.itemid')
- ->count();
- $list = Db::name('purchease_order')
- ->alias('po')
- ->field('DATE_FORMAT(po.addtime,"%Y-%m-%d") addtime,SUM(po.total_fee) total_fee,COUNT(po.id) total_num,po.status,du.itemid,ci.name,"" wait_total_fee,"" wait_total_num')
- ->leftJoin('depart_user du', 'du.uid=po.cgder_id AND du.is_del=0')
- ->leftJoin('company_item ci', 'ci.id=du.itemid')
- ->where($where)
- ->order('addtime,itemid')
- ->page($param['page'], $param['size'])
- ->group('addtime,du.itemid,po.status')
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- if (!isset($data[$value['addtime']][$value['itemid']])) {
- $data[$value['addtime']][$value['itemid']] = [
- 'addtime' => $value['addtime'],
- 'itemid' => $value['itemid'],
- 'name' => $value['name'],
- 'total_fee' => 0,
- 'total_num' => 0,
- 'wait_total_fee' => 0,
- 'wait_total_num' => 0,
- ];
- }
- if ($value['status'] == 0) {
- $data[$value['addtime']][$value['itemid']]['wait_total_fee'] += $value['total_fee'];
- $data[$value['addtime']][$value['itemid']]['wait_total_num'] += $value['total_num'];
- } else {
- $data[$value['addtime']][$value['itemid']]['total_fee'] += $value['total_fee'];
- $data[$value['addtime']][$value['itemid']]['total_num'] += $value['total_num'];
- }
- }
- //去除下标
- $da = [];
- foreach ($data as $v) {
- foreach ($v as $vvv) {
- $da[] = $vvv;
- }
- }
- return app_show(0, '请求成功', ['list' => $da, 'count' => $count]);
- }
- //【一、采购日报表】3.采购员回复咨询单数
- public function consultBidsSum()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['cb.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['cb.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $count = Db::name('consult_bids')
- ->alias('cb')
- ->field('DATE_FORMAT(cb.addtime,"%Y-%m-%d") addtime,du.itemid,cb.createrid,SUM(c.num) num,COUNT(cb.id) total,du.nickname,ci.name')
- ->leftJoin('consult_info c', 'c.infoNo=cb.infoNo')
- ->leftJoin('depart_user du', 'du.uid=cb.createrid AND du.is_del=0')
- ->leftJoin('company_item ci', 'ci.id=du.itemid')
- ->where($where)
- ->group('addtime,du.itemid,ci.name ,cb.createrid,du.nickname')
- ->order('addtime,du.itemid,ci.name ,cb.createrid,du.nickname')
- ->count();
- $list = Db::name('consult_bids')
- ->alias('cb')
- ->field('DATE_FORMAT(cb.addtime,"%Y-%m-%d") addtime,du.itemid,cb.createrid,SUM(c.num) num,COUNT(cb.id) total,du.nickname,ci.name')
- ->leftJoin('consult_info c', 'c.infoNo=cb.infoNo')
- ->leftJoin('depart_user du', 'du.uid=cb.createrid AND du.is_del=0')
- ->leftJoin('company_item ci', 'ci.id=du.itemid')
- ->where($where)
- ->group('addtime,du.itemid,ci.name ,cb.createrid,du.nickname')
- ->order('addtime,du.itemid,ci.name ,cb.createrid,du.nickname')
- ->page($param['page'], $param['size'])
- ->select()
- ->toArray();
- $list[] = ['addtime' => '汇总', 'itemid' => 0, 'createrid' => 0, 'num' => array_sum(array_column($list, 'num')), 'total' => array_sum(array_column($list, 'total')), 'nickname' => '', 'name' => ''];
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【一、采购日报表】4.采购员订单金额
- public function purcheaseOrderSumByUser()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- //先组织子查询
- $children_query = Db::name('purchease_order')
- ->field('DATE_FORMAT(addtime, "%Y-%m-%d") addtime,cgder_id,cgder,total_fee,status,good_num')
- ->where($where)
- ->buildSql();
- $count = Db::table($children_query)
- ->alias('a')
- ->group('addtime,cgder_id,cgder')
- ->count();
- $rs = Db::table($children_query)
- ->alias('a')
- ->field('a.addtime,a.cgder_id,a.cgder,SUM(a.total_fee) total_fee,SUM(a.good_num) good_num,a.status,0 wait_total_fee,0 wait_good_num')
- ->group('a.addtime,a.cgder_id,a.cgder,a.status')
- ->order('a.addtime,a.cgder_id')
- ->page($param['page'], $param['size'])
- ->cursor();
- $data = [];
- foreach ($rs as $value) {
- if (!isset($data[$value['addtime']][$value['cgder_id']])) {
- $data[$value['addtime']][$value['cgder_id']] = [
- 'addtime' => $value['addtime'],
- 'cgder' => $value['cgder'],
- 'name' => get_company_name_by_uid($value['cgder_id']),
- 'total_fee' => 0.00,
- 'good_num' => 0,
- 'wait_total_fee' => 0.00,
- 'wait_good_num' => 0,
- ];
- }
- if ($value['status'] == 0) {
- $data[$value['addtime']][$value['cgder_id']]['wait_total_fee'] += $value['total_fee'];
- $data[$value['addtime']][$value['cgder_id']]['wait_good_num'] += $value['good_num'];
- } else {
- $data[$value['addtime']][$value['cgder_id']]['total_fee'] += $value['total_fee'];
- $data[$value['addtime']][$value['cgder_id']]['good_num'] += $value['good_num'];
- }
- }
- $da = [];
- //去除下标
- foreach ($data as $v) {
- foreach ($v as $vv) {
- $da[] = $vv;
- }
- }
- return app_show(0, '请求成功', ['list' => $da, 'count' => $count]);
- }
- //【二、咨询单报表】1.已采反报价信息_列表
- public function consultInfoBidsSum()
- {
- $param = $this->request->only([
- 'token',
- 'zxNo' => [],
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['cb.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['ci.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if (!empty($param['zxNo'])) $where[] = ['cb.zxNo', 'in', $param['zxNo']];
- $count = Db::name('consult_bids')
- ->alias('cb')
- ->leftJoin('consult_info ci', 'ci.infoNo=cb.infoNo')
- ->leftJoin('consult_order co', 'co.zxNo=cb.zxNo')
- ->leftJoin('supplier s', 's.code=cb.supplierNo')
- ->leftJoin('customer_info csi', 'csi.companyNo=co.khNo')
- ->where($where)
- ->count('cb.id');
- $data = Db::name('consult_bids')
- ->alias('cb')
- ->field('cb.id,ci.addtime,cb.bidNo,cb.zxNo,cb.addtime cbaddtime,cb.good_name,s.name supplier,cb.total_fee,cb.delivery_day,cb.work_day,cb.expire_day,cb.creater,cb.createrid,"" name,ci.num,ci.arrival_time,co.saleid,co.salesman,"" salesman_name,csi.companyName')
- ->leftJoin('consult_info ci', 'ci.infoNo=cb.infoNo')
- ->leftJoin('consult_order co', 'co.zxNo=cb.zxNo')
- ->leftJoin('supplier s', 's.code=cb.supplierNo')
- ->leftJoin('customer_info csi', 'csi.companyNo=co.khNo')
- ->withAttr('name', function ($val, $data) {
- return get_company_name_by_uid($data['createrid']);
- })
- ->withAttr('salesman_name', function ($val, $data) {
- return get_company_name_by_uid($data['saleid']);
- })
- ->where($where)
- ->page($param['page'], $param['size'])
- ->order('ci.addtime', 'desc')
- ->select()
- ->toArray();
- //汇总
- $data[] = [
- 'id' => 0,
- 'addtime' => '汇总',
- 'bidNo' => '',
- 'zxNo' => '',
- 'cbaddtime' => '',
- 'good_name' => '',
- 'supplier' => '',
- 'total_fee' => array_sum(array_column($data, 'total_fee')),
- 'delivery_day' => '',
- 'work_day' => '',
- 'expire_day' => '',
- 'creater' => '',
- 'num' => array_sum(array_column($data, 'num')),
- 'arrival_time' => '',
- 'salesman' => '',
- 'companyName' => '',
- ];
- return app_show(0, '请求成功', ['list' => $data, 'count' => $count]);
- }
- //【二、咨询单报表】1.已采反报价信息_导出
- public function consultInfoBidsSumExport()
- {
- $param = $this->request->only([
- 'token',
- 'zxNo' => [],
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $rs = Db::name('consult_bids')
- ->alias('cb')
- ->where('cb.is_del', 0);
- if ($param['start_date'] != '' && $param['end_date'] != '') $rs->whereBetween('ci.addtime', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']);
- if (!empty($param['zxNo'])) $rs->whereIn('cb.zxNo', $param['zxNo']);
- $data = $rs
- ->field('ci.addtime as 咨询时间,cb.bidNo as 采购单反馈单号,cb.zxNo as 咨询订单号,cb.addtime as 回复时间,cb.good_name as 产品名称,s.name as 供应商名称,cb.total_fee 成本合计,cb.delivery_day 物流时间,cb.work_day 产品工期,cb.expire_day 信息有效期,cb.creater 采购员,"" 采购员所属部门,ci.num 需求数量,ci.arrival_time 要求到货日期,co.salesman 业务人员,"" 业务人员所属部门,csi.companyName 客户名称,cb.createrid,co.saleid')
- ->leftJoin('consult_info ci', 'ci.infoNo=cb.infoNo')
- ->leftJoin('consult_order co', 'co.zxNo=cb.zxNo')
- ->leftJoin('supplier s', 's.code=cb.supplierNo')
- ->leftJoin('customer_info csi', 'csi.companyNo=co.khNo')
- ->cursor();
- $list = [];
- foreach ($data as $value) {
- $value['采购员所属部门'] = get_company_name_by_uid($value['createrid']);
- $value['业务人员所属部门'] = get_company_name_by_uid($value['saleid']);
- unset($value['createrid']);
- unset($value['saleid']);
- $list[] = $value;
- }
- if (empty($list)) $list[] = '没有可供导出的数据';
- $headerArr = array_keys($list[0]);
- excelSave('咨询单报表-已采反报价信息' . date('YmdHis'), $headerArr, $list);
- }
- //【二、咨询单报表】2.未采反信息_列表
- public function consultInfoBidsSumNot()
- {
- $param = $this->request->only([
- 'token',
- 'companyName' => '',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['ci.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['ci.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['companyName'] != '') $where[] = ['csi.companyName', 'like', '%' . $param['companyName'] . '%'];
- $count = Db::name('consult_info')
- ->alias('ci')
- ->leftJoin('consult_bids cb', 'cb.infoNo=ci.infoNo')
- ->leftJoin('consult_order co', 'co.zxNo=ci.zxNo')
- ->leftJoin('customer_info csi', 'csi.companyNo=co.khNo')
- ->where($where)
- ->whereNull('cb.id')
- ->order('ci.arrival_time', 'desc')
- ->count('ci.id');
- $data = Db::name('consult_info')
- ->alias('ci')
- ->field('ci.zxNo,ci.good_name,ci.num,csi.companyName,ci.addtime,ci.arrival_time endtime')
- ->leftJoin('consult_bids cb', 'cb.infoNo=ci.infoNo')
- ->leftJoin('consult_order co', 'co.zxNo=ci.zxNo')
- ->leftJoin('customer_info csi', 'csi.companyNo=co.khNo')
- ->where($where)
- ->whereNull('cb.id')//未采反,即咨询单没有对应的反馈单,所以反馈单id应该是null
- ->order('ci.arrival_time', 'desc')
- ->page($param['page'], $param['size'])
- ->select()
- ->toArray();
- return app_show(0, '请求成功', ['list' => $data, 'count' => $count]);
- }
- //【二、咨询单报表】2.未采反信息_导出
- public function consultInfoBidsSumNotExport()
- {
- $param = $this->request->only([
- 'token',
- 'companyName' => '',
- 'start_date' => '',
- 'end_date' => '',
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['ci.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['ci.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['companyName'] != '') $where[] = ['csi.companyName', 'like', '%' . $param['companyName'] . '%'];
- $data = Db::name('consult_info')
- ->alias('ci')
- ->field('ci.zxNo 咨询订单号,ci.good_name 产品名称,ci.num 需求数量,csi.companyName 客户名称,ci.addtime 咨询时间,ci.arrival_time 截止时间')
- ->leftJoin('consult_bids cb', 'cb.infoNo=ci.infoNo')
- ->leftJoin('consult_order co', 'co.zxNo=ci.zxNo')
- ->leftJoin('customer_info csi', 'csi.companyNo=co.khNo')
- ->where($where)
- ->whereNull('cb.id')
- ->order('ci.arrival_time', 'desc')
- ->select()
- ->toArray();
- if (empty($data)) $data[] = '没有可供导出的数据';
- $headerArr = array_keys($data[0]);
- excelSave('咨询单报表-未采反信息' . date('YmdHis'), $headerArr, $data);
- }
- //【三、订单明细报表】列表
- public function orderListDetailed()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'status' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['po.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['status'] != '') $where[] = ['po.status', '=', $param['status']];
- $all_status = ['待与供应商确认', '待入库', '部分入库', '入库完成', '已取消订单'];
- $all_send_status = [1 => '未发货', 2 => '部分发货', 3 => '已发货'];
- $all_is_stock = [0 => '非库存品', 1 => '库存品'];
- $count = Db::name('purchease_order')
- ->alias('po')
- ->leftJoin('business b', 'b.companyNo=po.companyNo')
- ->where($where)
- ->count('po.id');
- $data = Db::name('purchease_order')
- ->alias('po')
- ->field('po.cgdNo,po.addtime,po.supplierNo,po.supplier_name,po.good_name,gb.is_stock,po.good_num,po.nake_fee,po.total_fee,po.status,po.send_status,po.wsend_num,"" creater,"" creater_name,b.company,po.cgder_id,po.cgder,"" name,"" send_time,on.orderCode,po.order_type,po.bkcode,po.spuCode')
- ->leftJoin('business b', 'b.companyNo=po.companyNo')
- ->leftJoin('order_num on', 'on.cgdNo=po.cgdNo')
- ->leftJoin('good_basic gb', 'gb.spuCode=po.spuCode')
- ->where($where)
- ->page($param['page'], $param['size'])
- ->order('po.addtime', 'desc')
- ->cursor();
- $list = [];
- foreach ($data as $v) {
- //单据状态
- $v['status'] = isset($all_status[$v['status']]) ? $all_status[$v['status']] : '';
- //发货状态
- $v['send_status'] = isset($all_send_status[$v['send_status']]) ? $all_send_status[$v['send_status']] : '';
- //商品库存性质
- $v['is_stock'] = isset($all_is_stock[$v['is_stock']]) ? $all_is_stock[$v['is_stock']] : '';
- //创建人//order_type==1备库单
- if ($v['order_type'] == 1) $temp = Db::name('purchease')->where(['bk_code' => $v['bkcode'], 'spuCode' => $v['spuCode'], 'is_del' => 0])->field('id,apply_name,apply_id')->find();
- else $temp = Db::name('sale')->where(['orderCode' => $v['orderCode'], 'is_del' => 0])->field('id,apply_id,apply_name')->find();
- $v['creater'] = isset($temp['apply_name']) ? $temp['apply_name'] : '';
- $v['creater_name'] = get_company_name_by_uid($temp['apply_id']);
- //创建时间
- $v['send_time'] = Db::name('order_out')
- ->where(['orderCode' => $v['orderCode']])
- ->order('addtime', 'desc')
- ->value('addtime');
- $v['name'] = get_company_name_by_uid($v['cgder_id']);
- $list[] = $v;
- }
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【三、订单明细报表】导出
- public function orderListDetailedExport()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'status' => '',
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['po.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['status'] != '') $where[] = ['po.status', '=', $param['status']];
- $all_status = ['待与供应商确认', '待入库', '部分入库', '入库完成', '已取消订单'];
- $all_send_status = [1 => '未发货', 2 => '部分发货', 3 => '已发货'];
- $all_is_stock = [0 => '非库存品', 1 => '库存品'];
- $data = Db::name('purchease_order')
- ->alias('po')
- ->field('po.cgdNo 采购单编号,po.addtime 创建时间,po.supplierNo 供应商编号,po.supplier_name 供应商名称,po.good_name 商品名称,gb.is_stock 商品库存性质,po.good_num 购买数量,po.nake_fee 裸价,po.total_fee 成本合计,po.status 单据状态,po.send_status 发货状态,po.wsend_num 未发货数量,"" 创建人,"" 创建人所属部门,b.company 客户名称,po.cgder 采购员,"" 采购员所属部门,"" 发货时间,on.orderCode,po.order_type,po.bkcode,po.spuCode,po.cgder_id')
- ->leftJoin('business b', 'b.companyNo=po.companyNo')
- ->leftJoin('order_num on', 'on.cgdNo=po.cgdNo')
- ->leftJoin('good_basic gb', 'gb.spuCode=po.spuCode')
- ->where($where)
- ->order('po.addtime', 'desc')
- ->cursor();
- $list = [];
- foreach ($data as $v) {
- //单据状态
- $v['单据状态'] = isset($all_status[$v['单据状态']]) ? $all_status[$v['单据状态']] : '';
- //发货状态
- $v['发货状态'] = isset($all_send_status[$v['发货状态']]) ? $all_send_status[$v['发货状态']] : '';
- //商品库存性质
- $v['商品库存性质'] = isset($all_is_stock[$v['商品库存性质']]) ? $all_is_stock[$v['商品库存性质']] : '';
- //创建人//order_type==1备库单
- if ($v['order_type'] == 1) $temp = Db::name('purchease')->where(['bk_code' => $v['bkcode'], 'spuCode' => $v['spuCode'], 'is_del' => 0])->field('id,apply_name,apply_id')->find();
- else $temp = Db::name('sale')->where(['orderCode' => $v['orderCode'], 'is_del' => 0])->field('id,apply_id,apply_name')->find();
- $v['创建人'] = isset($temp['apply_name']) ? $temp['apply_name'] : '';
- $v['创建人所属部门'] = get_company_name_by_uid($temp['apply_id']);
- //创建时间
- $v['发货时间'] = Db::name('order_out')
- ->where(['orderCode' => $v['orderCode']])
- ->order('addtime', 'desc')
- ->value('addtime');
- $v['采购员所属部门'] = get_company_name_by_uid($v['cgder_id']);
- unset($v['orderCode']);
- unset($v['order_type']);
- unset($v['bkcode']);
- unset($v['spuCode']);
- unset($v['cgder_id']);
- $list[] = $v;
- }
- if (empty($list)) $list[] = '没有可供导出的数据';
- $headerArr = array_keys($list[0]);
- excelSave('订单明细报表' . date('YmdHis'), $headerArr, $list);
- }
- //【四、售后明细报表】列表
- public function orderReturnList()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['or.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $all_status = [1 => '待业务审核', 2 => '待采购审核', 3 => '待设置仓库', 4 => '待客户退货', 5 => '售后已完成', 6 => '业务已驳回', 7 => '采购已驳回', 8 => '申请已取消'];
- //总数
- $count = Db::name('order_return')
- ->alias('or')
- ->leftJoin('order_num on', 'on.orderCode=or.orderCode')
- ->leftJoin('purchease_order po', 'po.cgdNo=on.cgdNo')
- ->leftJoin('order_out oo', 'oo.outCode=or.outCode AND oo.status=3')
- ->leftJoin('result_info ri', 'ri.result_code=or.error_code')
- ->where($where)
- ->count('or.id');
- $list = Db::name('order_return')
- ->alias('or')
- ->field('or.id,or.returnCode,or.addtime,on.cgdNo,po.supplierNo,po.supplier_name,or.good_name,or.total_num, oo.updatetime receipttime ,or.error_num,or.error_remark,ri.result error_reason,or.status,po.cgder,ci.name')
- ->leftJoin('order_num on', 'on.orderCode=or.orderCode')
- ->leftJoin('purchease_order po', 'po.cgdNo=on.cgdNo')
- ->leftJoin('order_out oo', 'oo.outCode=or.outCode AND oo.status=3')
- ->leftJoin('result_info ri', 'ri.result_code=or.error_code')
- ->leftJoin('depart_user u', 'u.uid=po.cgder_id AND u.is_del=0')
- ->leftJoin('company_item ci', 'ci.id=u.itemid')
- ->where($where)
- ->withAttr('status', function ($val) use ($all_status) {
- return isset($all_status[$val]) ? $all_status[$val] : $val;
- })
- ->page($param['page'], $param['size'])
- ->select()
- ->toArray();
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【四、售后明细报表】导出
- public function orderReturnListExport()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['or.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $all_status = [2 => '业务主管审核', 3 => '采购主管审核', 6 => '业务驳回', 7 => '采购驳回', 8 => '取消'];
- $list = Db::name('order_return')
- ->alias('or')
- ->field('or.returnCode 售后单编号,or.addtime 创建时间,on.cgdNo 采购单编号,po.supplier_name 供应商名称,or.good_name 产品名称,or.total_num 购买数量, oo.updatetime 签收日期,or.error_num 售后数量,or.error_remark 问题描述,ri.result 异常原因,or.status 售后状态,po.cgder 采购员,ci.name 采购员所属部门')
- ->leftJoin('order_num on', 'on.orderCode=or.orderCode')
- ->leftJoin('purchease_order po', 'po.cgdNo=on.cgdNo')
- ->leftJoin('order_out oo', 'oo.outCode=or.outCode AND oo.status=3')
- ->leftJoin('result_info ri', 'ri.result_code=or.error_code')
- ->leftJoin('depart_user u', 'u.uid=po.cgder_id AND u.is_del=0')
- ->leftJoin('company_item ci', 'ci.id=u.itemid')
- ->where($where)
- ->withAttr('售后状态', function ($val) use ($all_status) {
- return isset($all_status[$val]) ? $all_status[$val] : $val;
- })
- ->select()
- ->toArray();
- if (empty($list)) $list[] = '没有可供导出的数据';
- $headerArr = array_keys($list[0]);
- excelSave('售后明细报表' . date('YmdHis'), $headerArr, $list);
- }
- //【五、供应商报表】列表
- public function supplierList()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'update_start_date' => '',
- 'update_end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- 'update_start_date' => 'date|elt:update_end_date',
- 'update_end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['s.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['update_start_date'] != '' && $param['update_end_date'] != '') $where[] = ['s.updatetime', 'between', [$param['update_start_date'] . ' 00:00:00', $param['update_end_date'] . ' 23:59:59']];
- $all_source = [0 => '客户提供', 1 => '供应商', 2 => '公司开发'];
- $all_pay_type = [0 => '现结', 1 => '月清', 2 => '双月清'];
- $all_delivery_way = [0 => '供应商发货', 1 => '公司自提'];
- //总数
- $count = Db::name('supplier')
- ->alias('s')
- ->where($where)
- ->count('s.id');
- $list = Db::name('supplier')
- ->alias('s')
- ->field('s.id,s.addtime,s.name,s.creater,s.createrid,"" company_name,s.nature,s.source,s.pay_type,s.delivery_way,s.updatetime')
- ->where($where)
- ->page($param['page'], $param['size'])
- ->withAttr('source', function ($val) use ($all_source) {
- return is_numeric($val) ? (isset($all_source[$val]) ? $all_source[$val] : '') : $val;
- })
- ->withAttr('pay_type', function ($val) use ($all_pay_type) {
- return is_numeric($val) ? (isset($all_pay_type[$val]) ? $all_pay_type[$val] : '') : $val;
- })
- ->withAttr('delivery_way', function ($val) use ($all_delivery_way) {
- return is_numeric($val) ? (isset($all_delivery_way[$val]) ? $all_delivery_way[$val] : '') : $val;
- })
- ->withAttr('company_name', function ($val, $data) {
- return get_company_name_by_uid($data['createrid']);
- })
- ->select()
- ->toArray();
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【五、供应商报表】导出
- public function supplierListExport()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'update_start_date' => '',
- 'update_end_date' => '',
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date',
- 'update_start_date' => 'date|elt:update_end_date',
- 'update_end_date' => 'date',
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['s.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['update_start_date'] != '' && $param['update_end_date'] != '') $where[] = ['s.updatetime', 'between', [$param['update_start_date'] . ' 00:00:00', $param['update_end_date'] . ' 23:59:59']];
- $all_source = [0 => '客户提供', 1 => '供应商', 2 => '公司开发'];
- $all_pay_type = [0 => '现结', 1 => '月清', 2 => '双月清'];
- $all_delivery_way = [0 => '供应商发货', 1 => '公司自提'];
- $list = Db::name('supplier')
- ->alias('s')
- ->field('s.addtime 录入供应商时间,s.name 供应商名称,s.creater 采购维护人,"" 采购维护人所属部门,s.nature 供应商性质,s.source 供应商来源,s.pay_type 付款方式,s.delivery_way 发货方式,s.updatetime 修改供应商时间,s.createrid')
- ->where($where)
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- $value['供应商来源'] = is_numeric($value['供应商来源']) ? (isset($all_source[$value['供应商来源']]) ? $all_source[$value['供应商来源']] : '') : $value['供应商来源'];
- $value['付款方式'] = is_numeric($value['付款方式']) ? (isset($all_pay_type[$value['付款方式']]) ? $all_pay_type[$value['付款方式']] : '') : $value['付款方式'];
- $value['发货方式'] = is_numeric($value['发货方式']) ? (isset($all_delivery_way[$value['发货方式']]) ? $all_delivery_way[$value['发货方式']] : '') : $value['发货方式'];
- $value['采购维护人所属部门'] = get_company_name_by_uid($value['createrid']);
- unset($value['createrid']);
- $data[] = $value;
- }
- if (empty($data)) $data[] = '没有可供导出的数据';
- $headerArr = array_keys($data[0]);
- excelSave('供应商报表' . date('YmdHis'), $headerArr, $data);
- }
- //【六、退货流水报表】列表
- public function SaleReturnList()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['s.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['s.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $count = Db::name('sale_return')
- ->alias('s')
- ->where($where)
- ->leftJoin('order_num on', 'on.orderCode=s.orderCode')
- ->leftJoin('purchease_order po', 'po.cgdNo=on.cgdNo')
- ->leftJoin('result_info ri', 'ri.result_code=s.error_code')
- ->count('s.id');
- $list = Db::name('sale_return')
- ->alias('s')
- ->field('s.returnCode,s.addtime,po.cgdNo,po.supplier_name,po.good_name,gb.is_stock,po.good_num,po.cgder_id,po.cgder,"" name,s.num,on.send_num,ri.result,s.is_th')
- ->where($where)
- ->leftJoin('order_num on', 'on.orderCode=s.orderCode')
- ->leftJoin('purchease_order po', 'po.cgdNo=on.cgdNo')
- ->leftJoin('good_basic gb', 'gb.spuCode=po.spuCode')
- ->leftJoin('result_info ri', 'ri.result_code=s.error_code')
- ->page($param['page'], $param['size'])
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- $value['name'] = get_company_name_by_uid($value['cgder_id']);
- $data[] = $value;
- }
- return app_show(0, '请求成功', ['list' => $data, 'count' => $count]);
- }
- //【六、退货流水报表】导出
- public function SaleReturnExport()
- {
- $param = $this->request->only([
- 'token',
- 'start_date' => '',
- 'end_date' => ''
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['s.is_del', '=', 0]];
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['s.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- $all_is_th = [0 => '不可以', 1 => '可以'];
- $all_is_stock = [0 => '非库存品', 1 => '库存品'];
- $list = Db::name('sale_return')
- ->alias('s')
- ->field('s.returnCode 退货单号,s.addtime 退货时间,po.cgdNo 采购单编号,po.supplier_name 供应商名称,po.good_name 产品名称,gb.is_stock 商品库存性质,po.good_num 购买数量,po.cgder 采购员,"" 采购员所属部门,s.num 退货数量,on.send_num 已发货数量,ri.result 退货原因,s.is_th 供应商是否可以退货,po.cgder_id')
- ->where($where)
- ->leftJoin('order_num on', 'on.orderCode=s.orderCode')
- ->leftJoin('purchease_order po', 'po.cgdNo=on.cgdNo')
- ->leftJoin('good_basic gb', 'gb.spuCode=po.spuCode')
- ->leftJoin('result_info ri', 'ri.result_code=s.error_code')
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- $value['供应商是否可以退货'] = isset($all_is_th[$value['供应商是否可以退货']]) ? $all_is_th[$value['供应商是否可以退货']] : '';
- $value['商品库存性质'] = isset($all_is_stock[$value['商品库存性质']]) ? $all_is_stock[$value['商品库存性质']] : '';
- $value['采购员所属部门'] = get_company_name_by_uid($value['cgder_id']);
- unset($value['cgder_id']);
- $data[] = $value;
- }
- if (empty($data)) $data[] = '没有可供导出的数据';
- $headerArr = array_keys($data[0]);
- excelSave('退货流水报表' . date('YmdHis'), $headerArr, $data);
- }
- //【七、商品报表】1.商品上线报表_列表
- public function GoodOnlineList()
- {
- $param = $this->request->only([
- 'token',
- 'creater' => '',
- 'supplier_name' => '',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['s.is_del', '=', 0], ['gp.exam_status', '=', 6]]; //exam_status==6 上线成功
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['gp.online_time', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];//当上面状态确定为exam_status==6时,上线时间也可以取 updatetime
- if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- $count = Db::name('good_platform')
- ->alias('gp')
- ->where($where)
- ->leftJoin('good_basic gb', 'gb.spuCode=gp.spuCode')
- ->leftJoin('brand b', 'b.id=gb.brand_id')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->count('gp.id');
- $list = Db::name('good_platform')
- ->alias('gp')
- ->field('gb.createrid,gb.creater,"" company_name,gp.skuCode,gp.spuCode,gb.good_name,b.brand_name,"" good_model,s.name,gb.tax,gb.nake_price,gp.online_time')
- ->where($where)
- ->leftJoin('good_basic gb', 'gb.spuCode=gp.spuCode')
- ->leftJoin('brand b', 'b.id=gb.brand_id')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->page($param['page'], $param['size'])
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- $value['company_name'] = get_company_name_by_uid($value['createrid']);;
- $value['good_model'] = Db::name('good_spec')
- ->alias('gp')
- ->field('')
- ->leftJoin('specs s', 's.id=gp.spec_id')
- ->leftJoin('spec_value sv', 'sv.id=gp.spec_value_id')
- ->where([
- 'gp.spuCode' => $value['spuCode'],
- 'gp.is_del' => 0,
- 's.spec_name' => '型号',
- ])
- ->value('sv.spec_value', '');
- $data[] = $value;
- }
- return app_show(0, '请求成功', ['list' => $data, 'count' => $count]);
- }
- //【七、商品报表】1.商品上线报表_导出
- public function GoodOnlineExport()
- {
- $param = $this->request->only([
- 'token',
- 'creater' => '',
- 'supplier_name' => '',
- 'start_date' => '',
- 'end_date' => ''
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['s.is_del', '=', 0], ['gp.exam_status', '=', 6]]; //exam_status==6 上线成功
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['gp.online_time', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- $list = Db::name('good_platform')
- ->alias('gp')
- ->field('gb.creater 采购维护人,"" 采购维护人所属部门,gp.skuCode 商品上线编号,gp.spuCode 商品成本编号,gb.good_name 商品名称,b.brand_name 品牌名称,"" 商品型号,s.name 供应商名称,gb.tax 税点,gb.nake_price 成本价合计,gp.online_time 上线时间,gb.createrid')
- ->where($where)
- ->leftJoin('good_basic gb', 'gb.spuCode=gp.spuCode')
- ->leftJoin('brand b', 'b.id=gb.brand_id')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- $value['采购维护人所属部门'] = get_company_name_by_uid($value['createrid']);;
- $value['商品型号'] = Db::name('good_spec')
- ->alias('gp')
- ->field('')
- ->leftJoin('specs s', 's.id=gp.spec_id')
- ->leftJoin('spec_value sv', 'sv.id=gp.spec_value_id')
- ->where([
- 'gp.spuCode' => $value['商品成本编号'],
- 'gp.is_del' => 0,
- 's.spec_name' => '型号',
- ])
- ->value('sv.spec_value', '');
- unset($value['createrid']);
- $data[] = $value;
- }
- if (empty($data)) $data[] = '没有可供导出的数据';
- $headerArr = array_keys($data[0]);
- excelSave('商品上线报表' . date('YmdHis'), $headerArr, $data);
- }
- //【七、商品报表】2.商品下线报表_列表
- public function GoodOfflineList()
- {
- $param = $this->request->only([
- 'token',
- 'creater' => '',
- 'supplier_name' => '',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['s.is_del', '=', 0], ['gp.exam_status', '=', 8]]; //exam_status==8 下线成功
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['gp.updatetime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- $count = Db::name('good_platform')
- ->alias('gp')
- ->where($where)
- ->leftJoin('good_basic gb', 'gb.spuCode=gp.spuCode')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->count('gp.id');
- $list = Db::name('good_platform')
- ->alias('gp')
- ->field('gp.updatetime,gb.createrid,gb.creater,"" company_name,gb.creater,gp.skuCode,gp.spuCode,gb.good_name,s.name')
- ->where($where)
- ->leftJoin('good_basic gb', 'gb.spuCode=gp.spuCode')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->withAttr('company_name', function ($val, $data) {
- return get_company_name_by_uid($data['createrid']);
- })
- ->page($param['page'], $param['size'])
- ->select()
- ->toArray();
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【七、商品报表】2.商品下线报表_导出
- public function GoodOfflineExport()
- {
- $param = $this->request->only([
- 'token',
- 'creater' => '',
- 'supplier_name' => '',
- 'start_date' => '',
- 'end_date' => ''
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['s.is_del', '=', 0], ['gp.exam_status', '=', 8]]; //exam_status==8 下线成功
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['gp.updatetime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- $list = Db::name('good_platform')
- ->alias('gp')
- ->field('gp.updatetime 商品下线时间,gb.creater 采购维护人,"" 采购维护人所属部门,gp.skuCode 商品上线编号,gp.spuCode 商品成本编号,gb.good_name 商品名称,s.name 供应商名称,gb.createrid')
- ->where($where)
- ->leftJoin('good_basic gb', 'gb.spuCode=gp.spuCode')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->cursor();
- $data = [];
- foreach ($list as $value) {
- $value['采购维护人所属部门'] = get_company_name_by_uid($value['createrid']);
- unset($value['createrid']);
- $data[] = $value;
- }
- if (empty($data)) $data[] = '没有可供导出的数据';
- $headerArr = array_keys($data[0]);
- excelSave('商品下线报表' . date('YmdHis'), $headerArr, $data);
- }
- //【七、商品报表】3.商品修改报表_列表
- public function ChangeLogList()
- {
- $param = $this->request->only([
- 'token',
- 'creater' => '',
- 'supplier_name' => '',
- 'start_date' => '',
- 'end_date' => '',
- 'page' => 1,
- 'size' => 15,
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['cl.type', '=', 3]]; //type==3 商品成本变化记录
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['cl.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- $count = Db::name('change_log')
- ->alias('cl')
- ->leftJoin('good_basic gb', 'gb.spuCode=cl.code')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->where($where)
- ->count('cl.id');
- $data = Db::name('change_log')
- ->alias('cl')
- ->field('cl.addtime,gb.createrid,gb.creater,"" company_name,cl.code,gb.good_name,s.name,cl.before_info,cl.after_info')
- ->leftJoin('good_basic gb', 'gb.spuCode=cl.code')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->where($where)
- ->order('cl.addtime', 'desc')
- ->page($param['page'], $param['size'])
- ->cursor();
- $list = [];
- foreach ($data as $value) {
- $before_info = json_decode($value['before_info'], true);
- $after_info = json_decode($value['after_info'], true);
- if (isset($after_info['field_change'])) unset($after_info['field_change']);
- $value['before_info'] = [];
- foreach ($after_info as $kk => $vv) {
- //特殊字段处理
- switch ($kk) {
- //品牌
- case 'brand_id':
- $all_brand = Db::name('brand')
- ->whereIn('id', [$before_info[$kk], $vv])
- ->where('is_del', 0)
- ->column('brand_name', 'id');
- $value['before_info'][$kk] = isset($all_brand[$before_info[$kk]]) ? $all_brand[$before_info[$kk]] : '';
- $after_info[$kk] = isset($all_brand[$vv]) ? $all_brand[$vv] : '';
- break;
- //分类
- case 'cat_id':
- $value['before_info'][$kk] = implode('/', array_column(made($before_info[$kk]), 'name'));
- $after_info[$kk] = implode('/', array_column(made($vv), 'name'));
- break;
- //发货地
- case 'delivery_place':
- $delivery_place = explode(',', $before_info[$kk]);
- $value['before_info'][$kk] = empty($delivery_place) ? $before_info[$kk] : GetAddr(json_encode(['provice_code' => $delivery_place[0] ?? '', 'city_code' => $delivery_place[1] ?? '', 'area_code' => $delivery_place[2] ?? '']));
- $delivery_place_2 = explode(',', $vv);
- $after_info[$kk] = empty($delivery_place_2) ? $vv : GetAddr(json_encode(['provice_code' => $delivery_place_2[0] ?? '', 'city_code' => $delivery_place_2[1] ?? '', 'area_code' => $delivery_place_2[2] ?? '']));
- break;
- //产地
- case 'origin_place':
- $origin_place = explode(',', $before_info[$kk]);
- $value['before_info'][$kk] = empty($origin_place) ? $before_info[$kk] : GetAddr(json_encode(['provice_code' => $origin_place[0] ?? '', 'city_code' => $origin_place[1] ?? '', 'area_code' => $origin_place[2] ?? '']));
- $origin_place_2 = explode(',', $vv);
- $after_info[$kk] = empty($vv) ? $vv : GetAddr(json_encode(['provice_code' => $origin_place_2[0] ?? '', 'city_code' => $origin_place_2[1] ?? '', 'area_code' => $origin_place_2[2] ?? '']));
- break;
- //商品单位
- case 'good_unit':
- $all_unit = Db::name('unit')
- ->whereIn('id', [$before_info[$kk], $vv])
- ->where(['is_del' => 0])
- ->column('unit', 'id');
- $value['before_info'][$kk] = isset($all_unit[$before_info[$kk]]) ? $all_unit[$before_info[$kk]] : '';
- $after_info[$kk] = isset($all_unit[$vv]) ? $all_unit[$vv] : '';
- break;
- //业务企业
- case 'companyNo':
- $all_business = Db::name('business')
- ->whereIn('companyNo', [$before_info[$kk], $vv])
- ->where(['is_del' => 0])
- ->column('company', 'companyNo');
- $value['before_info'][$kk] = isset($all_business[$before_info[$kk]]) ? $all_business[$before_info[$kk]] : '';
- $after_info[$kk] = isset($all_business[$vv]) ? $all_business[$vv] : '';
- break;
- //供应商
- case 'supplierNo':
- $all_supplier = Db::name('supplier')
- ->whereIn('code', [$before_info[$kk], $vv])
- ->where(['is_del' => 0])
- ->column('name', 'code');
- $value['before_info'][$kk] = isset($all_supplier[$before_info[$kk]]) ? $all_supplier[$before_info[$kk]] : '';
- $after_info[$kk] = isset($all_supplier[$vv]) ? $all_supplier[$vv] : '';
- break;
- //供货区域
- case 'supply_area':
- if ($before_info[$kk] == 1) $value['before_info'][$kk] = '全国';
- elseif ($before_info[$kk] == 2) $value['before_info'][$kk] = '全国除偏远';
- else $value['before_info'][$kk] = '';
- if ($vv == 1) $after_info[$kk] = '全国';
- elseif ($vv == 2) $after_info[$kk] = '全国除偏远';
- else $after_info[$kk] = '';
- break;
- //贵金属种类
- case 'noble_metal':
- if ($before_info[$kk] == 1) $value['before_info'][$kk] = '18K';
- elseif ($before_info[$kk] == 2) $value['before_info'][$kk] = '24K';
- elseif ($before_info[$kk] == 3) $value['before_info'][$kk] = '白银';
- else $value['before_info'][$kk] = '';
- if ($vv == 1) $after_info[$kk] = '18K';
- elseif ($vv == 2) $after_info[$kk] = '24K';
- elseif ($vv == 3) $after_info[$kk] = '白银';
- else $after_info[$kk] = '';
- break;
- //专属类型
- case 'is_exclusive':
- $value['before_info'][$kk] = implode('/', array_column(mai($before_info[$kk]), 'rname'));
- $after_info[$kk] = implode('/', array_column(mai($vv), 'rname'));
- break;
- default:
- $value['before_info'][$kk] = $before_info[$kk];
- break;
- }
- }
- $value['after_info'] = $after_info;
- $value['company_name'] = get_company_name_by_uid($value['createrid']);
- $list[] = $value;
- }
- return app_show(0, '请求成功', ['list' => $list, 'count' => $count]);
- }
- //【七、商品报表】3.商品修改报表_导出
- public function ChangeLogExport()
- {
- $param = $this->request->only([
- 'token',
- 'creater' => '',
- 'supplier_name' => '',
- 'start_date' => '',
- 'end_date' => ''
- ], 'post', 'trim');
- $val_params = Validate::rule([
- 'start_date' => 'date|elt:end_date',
- 'end_date' => 'date'
- ]);
- if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- $where = [['cl.type', '=', 3]]; //type==3 商品成本变化记录
- if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['cl.addtime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- $data = Db::name('change_log')
- ->alias('cl')
- ->field('cl.addtime 商品操作时间,gb.creater 采购维护人,"" 采购维护人所在部门,cl.code 商品成本编号,gb.good_name 商品名称,s.name 供应商名称,cl.before_info 修改前的内容,cl.after_info 修改后的内容,gb.createrid')
- ->leftJoin('good_basic gb', 'gb.spuCode=cl.code')
- ->leftJoin('supplier s', 's.code=gb.supplierNo')
- ->where($where)
- ->cursor();
- $list = [];
- foreach ($data as $value) {
- $before_info = json_decode($value['修改前的内容'], true);
- $after_info = json_decode($value['修改后的内容'], true);
- if (isset($after_info['field_change'])) {
- $field_change = json_decode($after_info['field_change'], true);
- $before_new = $after_new = [];
- foreach ($field_change as $v) {
- //特殊字段处理
- switch ($v) {
- //品牌
- case 'brand_id':
- $all_brand = Db::name('brand')
- ->whereIn('id', [$before_info[$v] ?? 0, $after_info[$v] ?? 0])
- ->where('is_del', 0)
- ->column('brand_name', 'id');
- if (isset($before_info[$v])) $before_info[$v] = isset($all_brand[$before_info[$v]]) ? $all_brand[$before_info[$v]] : '';
- if (isset($after_info[$v])) $after_info[$v] = isset($all_brand[$after_info[$v]]) ? $all_brand[$after_info[$v]] : '';
- break;
- //分类
- case 'cat_id':
- if (isset($before_info[$v])) $before_info[$v] = implode('/', array_column(made($before_info[$v]), 'name'));
- if (isset($after_info[$v])) $after_info[$v] = implode('/', array_column(made($after_info[$v]), 'name'));
- break;
- //发货地
- case 'delivery_place':
- $delivery_place = explode(',', $before_info[$v]);
- $before_info[$v] = empty($delivery_place) ? $before_info[$v] : GetAddr(json_encode(['provice_code' => $delivery_place[0] ?? '', 'city_code' => $delivery_place[1] ?? '', 'area_code' => $delivery_place[2] ?? '']));
- $delivery_place_2 = explode(',', $after_info[$v]);
- $after_info[$v] = empty($delivery_place_2) ? $after_info[$v] : GetAddr(json_encode(['provice_code' => $delivery_place_2[0] ?? '', 'city_code' => $delivery_place_2[1] ?? '', 'area_code' => $delivery_place_2[2] ?? '']));
- break;
- //产地
- case 'origin_place':
- $origin_place = explode(',', $before_info[$v]);
- $before_info[$v] = empty($origin_place) ? $before_info[$v] : GetAddr(json_encode(['provice_code' => $origin_place[0] ?? '', 'city_code' => $origin_place[1] ?? '', 'area_code' => $origin_place[2] ?? '']));
- $origin_place_2 = explode(',', $after_info[$v]);
- $after_info[$v] = empty($origin_place_2) ? $after_info[$v] : GetAddr(json_encode(['provice_code' => $origin_place_2[0] ?? '', 'city_code' => $origin_place_2[1] ?? '', 'area_code' => $origin_place_2[2] ?? '']));
- break;
- //商品单位
- case 'good_unit':
- $all_unit = Db::name('unit')
- ->whereIn('id', [$before_info[$v] ?? 0, $after_info[$v] ?? 0])
- ->where(['is_del' => 0])
- ->column('unit', 'id');
- if (isset($before_info[$v])) $before_info[$v] = isset($all_unit[$before_info[$v]]) ? $all_unit[$before_info[$v]] : '';
- if (isset($after_info[$v])) $after_info[$v] = isset($all_unit[$after_info[$v]]) ? $all_unit[$after_info[$v]] : '';
- break;
- //业务企业
- case 'companyNo':
- $all_business = Db::name('business')
- ->whereIn('companyNo', [$before_info[$v] ?? '', $after_info[$v] ?? ''])
- ->where(['is_del' => 0])
- ->column('company', 'companyNo');
- if (isset($before_info[$v])) $before_info[$v] = isset($all_business[$before_info[$v]]) ? $all_business[$before_info[$v]] : '';
- if (isset($after_info[$v])) $after_info[$v] = isset($all_business[$after_info[$v]]) ? $all_business[$after_info[$v]] : '';
- break;
- //供应商
- case 'supplierNo':
- $all_supplier = Db::name('supplier')
- ->whereIn('code', [$before_info[$v], $after_info[$v]])
- ->where(['is_del' => 0])
- ->column('name', 'code');
- $before_info[$v] = isset($all_supplier[$before_info[$v]]) ? $all_supplier[$before_info[$v]] : '';
- $after_info[$v] = isset($all_supplier[$after_info[$v]]) ? $all_supplier[$after_info[$v]] : '';
- break;
- //供货区域
- case 'supply_area':
- if (isset($before_info[$v])) {
- if ($before_info[$v] == 1) $before_info[$v] = '全国';
- elseif ($before_info[$v] == 2) $before_info[$v] = '全国除偏远';
- else $before_info[$v] = '';
- }
- if (isset($after_info[$v])) {
- if ($after_info[$v] == 1) $after_info[$v] = '全国';
- elseif ($after_info[$v] == 2) $after_info[$v] = '全国除偏远';
- else $after_info[$v] = '';
- }
- break;
- //贵金属种类
- case 'noble_metal':
- if (isset($before_info[$v])) {
- if ($before_info[$v] == 1) $before_info[$v] = '18K';
- elseif ($before_info[$v] == 2) $before_info[$v] = '24K';
- elseif ($before_info[$v] == 3) $before_info[$v] = '白银';
- else $before_info[$v] = '';
- }
- if (isset($after_info[$v])) {
- if ($after_info[$v] == 1) $after_info[$v] = '18K';
- elseif ($after_info[$v] == 2) $after_info[$v] = '24K';
- elseif ($after_info[$v] == 3) $after_info[$v] = '白银';
- else $after_info[$v] = '';
- }
- break;
- //专属类型
- case 'is_exclusive':
- if (isset($before_info[$v])) $before_info[$v] = implode('/', array_column(mai($before_info[$v]), 'rname'));
- if (isset($after_info[$v])) $after_info[$v] = implode('/', array_column(mai($after_info[$v]), 'rname'));
- break;
- //状态
- case 'status':
- $all_status = [1 => '待完善成本', 2 => '待产品审核', 3 => '待财务定价', 4 => '待财务审核定价', 5 => '待上线', 6 => '上线成功', 7 => '审核失败', 8 => '已下线'];
- if (isset($before_info[$v])) $before_info[$v] = isset($all_status[$before_info[$v]]) ? $all_status[$before_info[$v]] : '';
- if (isset($after_info[$v])) $after_info[$v] = isset($all_status[$after_info[$v]]) ? $all_status[$after_info[$v]] : '';
- }
- $key = isset($this->good_field_title[$v]) ? $this->good_field_title[$v] : $v;
- if (isset($before_info[$v])) $before_new[$key] = $before_info[$v];
- if (isset($after_info[$v])) $after_new[$key] = $after_info[$v];
- }
- $value['修改前的内容'] = json_encode($before_new, JSON_UNESCAPED_UNICODE);
- $value['修改后的内容'] = json_encode($after_new, JSON_UNESCAPED_UNICODE);
- $value['采购维护人所在部门'] = get_company_name_by_uid($value['createrid']);
- unset($value['createrid']);
- }
- $list[] = $value;
- }
- if (empty($list)) $list[] = '没有可供导出的数据';
- $headerArr = array_keys($list[0]);
- excelSave('商品修改报表' . date('YmdHis'), $headerArr, $list);
- }
- //【八、结算报表】_列表(暂不做)
- //【八、结算报表】_导出(暂不做)
- //【九、出入库明细报表】_列表
- public function GoodLogList()
- {
- /**
- * $param = $this->request->only([
- * 'token',
- * 'creater' => '',
- * 'supplier_name' => '',
- * 'start_date' => '',
- * 'end_date' => '',
- * 'page' => 1,
- * 'size' => 15
- * ], 'post', 'trim');
- * **/
- }
- //【九、出入库明细报表】_导出
- public function GoodLogExport()
- {
- /**
- * $param = $this->request->only([
- * 'token',
- * // 'creater' => '',
- * // 'supplier_name' => '',
- * // 'start_date' => '',
- * // 'end_date' => ''
- * ], 'post', 'trim');
- *
- * $val_params = Validate::rule([
- * 'start_date' => 'date|elt:end_date',
- * 'end_date' => 'date'
- * ]);
- *
- * if (!$val_params->check($param)) return error_show(1004, $val_params->getError());
- *
- * // $where = [['gl.action_type', '=', 'CGD']];
- * // if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['gp.updatetime', 'between', [$param['start_date'] . ' 00:00:00', $param['end_date'] . ' 23:59:59']];
- * // if ($param['creater'] != '') $where[] = ['gb.creater', 'like', '%' . $param['creater'] . '%'];
- * // if ($param['supplier_name'] != '') $where[] = ['s.name', 'like', '%' . $param['supplier_name'] . '%'];
- *
- *
- * $list = Db::name('good_log')
- * ->alias('gl')
- * ->field('"" 创建人,"" 创建人公司,"" 创建人部门,"" 创建时间,"" 单据状态,"" 采购单号,gl.type 出入库类型,gb.good_name 商品名称,gb.spuCode 产品编码,gl.stock 出入库数量,gl.addtime 出入库日期,"" 维护人员,"" 发起人,wi.wsm_type 库房性质,s.name 库房公司,wi.name 库房名称')
- * // ->where($where)
- * ->leftJoin('good_stock gs', 'gs.id=gl.stock_id')
- * ->leftJoin('good_basic gb', 'gb.spuCode=gs.spuCode')
- * ->leftJoin('warehouse_info wi', 'wi.wsm_code=gs.wsm_code')
- * ->leftJoin('supplier s', 's.code=wi.supplierNo')
- * // ->leftJoin('supplier s', 's.code=gb.supplierNo')
- * ->select()
- * ->toArray();
- * halt($list);
- * if (empty($list)) $list[] = '没有可供导出的数据';
- *
- * $headerArr = array_keys($list[0]);
- * excelSave('出入库明细报表' . date('YmdHis'), $headerArr, $list);
- **/
- }
- }
|