更新细节
This commit is contained in:
parent
4c2b95943e
commit
ae41dbb0e7
@ -63,7 +63,7 @@ class BidBuyBiddingDocumentLists extends BaseAdminDataLists implements ListsSear
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['bbbd.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
@ -63,7 +63,7 @@ class BidSecurityApplyLists extends BaseAdminDataLists implements ListsSearchInt
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['bsa.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
@ -63,7 +63,7 @@ class BidSecurityRefundLists extends BaseAdminDataLists implements ListsSearchIn
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['bsr.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
@ -63,7 +63,7 @@ class ContractLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['c.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
@ -70,7 +70,7 @@ class ProcurementContractLists extends BaseAdminDataLists implements ListsSearch
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['pc.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['supplier_name'] = '供应商名称';
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
|
@ -72,7 +72,7 @@ class SubcontractingContractLists extends BaseAdminDataLists implements ListsSea
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['pc.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['supplier_name'] = '供应商名称';
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
|
@ -58,7 +58,13 @@ class CostBudgetDetailLists extends BaseAdminDataLists implements ListsSearchInt
|
||||
->field(['id', 'cost_subject_id', 'cost_budget_id', 'dept_id', 'month1', 'month2', 'month3', 'month4', 'month5', 'month6', 'month7', 'month8', 'month9', 'month10', 'month11', 'month12'])
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据后续添加
|
||||
$item['subject_no'] = '科目编号';
|
||||
$item['subject_first'] = '一级科目';
|
||||
$item['subject_second'] = '二级科目';
|
||||
return $item;
|
||||
})
|
||||
->toArray();
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ class CostBudgetLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
@ -64,7 +64,7 @@ class FinanceInvoiceApplyLists extends BaseAdminDataLists implements ListsSearch
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['fia.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
@ -63,7 +63,7 @@ class FinancePaymentApplyLists extends BaseAdminDataLists implements ListsSearch
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['fpa.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['supplier_name'] = '供应商名称';
|
||||
$item['contract_type'] = '1';
|
||||
$item['approve_no'] = '付款单号';
|
||||
|
@ -62,7 +62,7 @@ class FinancePaymentPlanLists extends BaseAdminDataLists implements ListsSearchI
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['fpp.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['supplier_name'] = '供应商名称';
|
||||
$item['contract_type'] = '1';
|
||||
return $item;
|
||||
|
@ -63,7 +63,7 @@ class FinanceReceiptRecordLists extends BaseAdminDataLists implements ListsSearc
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['frr.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['supplier_name'] = '供应商名称';
|
||||
$item['contract_type'] = '1';
|
||||
return $item;
|
||||
|
@ -62,7 +62,7 @@ class FinanceRefundRecordLists extends BaseAdminDataLists implements ListsSearch
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['frr.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['supplier_name'] = '供应商名称';
|
||||
$item['supplier_no'] = '供应编号';
|
||||
$item['contract_type'] = '1';
|
||||
|
@ -67,7 +67,7 @@ class FinanceReturnedMoneyLists extends BaseAdminDataLists implements ListsSearc
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order(['frd.id' => 'desc'])
|
||||
->select()->each(function($item, $key){
|
||||
//关联数据 供应商后续添加
|
||||
//关联数据后续添加
|
||||
$item['approve_no'] = '付款单号';
|
||||
$item['approve_step'] = '流程步骤';
|
||||
$item['approve_settle_status'] = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user