更新细节
This commit is contained in:
parent
5747ccd6d5
commit
3f03d47431
@ -18,6 +18,7 @@ namespace app\adminapi\lists\bid;
|
||||
use app\adminapi\lists\BaseAdminDataLists;
|
||||
use app\common\model\bid\BidBuyBiddingDocument;
|
||||
use app\common\lists\ListsSearchInterface;
|
||||
use think\facade\Db;
|
||||
|
||||
|
||||
/**
|
||||
|
@ -60,9 +60,9 @@ class FinanceInvoiceApplyLists extends BaseAdminDataLists implements ListsSearch
|
||||
->leftJoin('bid_buy_bidding_document bbbd','bbbd.id = c.buy_bidding_document_id')
|
||||
->leftJoin('project p','p.id = bbbd.project_id')
|
||||
->leftJoin('custom ct','ct.id = fia.customer_id')
|
||||
->field('c.*, bbbd.project_id, p.name as project_name, ct.name as customer_name')
|
||||
->field('fia.*, bbbd.project_id, p.name as project_name, ct.name as customer_name')
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['c.id' => 'desc'])
|
||||
->order(['fia.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
|
Loading…
x
Reference in New Issue
Block a user