update
This commit is contained in:
parent
af97d76141
commit
8953757e41
@ -40,7 +40,7 @@ class BidBiddingDecisionLists extends BaseAdminDataLists implements ListsSearchI
|
|||||||
public function setSearch(): array
|
public function setSearch(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'=' => ['project_id', 'bidding_project_fund_source', 'bid_type'],
|
'=' => ['project_id', 'bidding_project_fund_source', 'bid_type', 'is_margin'],
|
||||||
'%like%' => ['code']
|
'%like%' => ['code']
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -112,6 +112,9 @@ class BidSecurityApplyValidate extends BaseValidate
|
|||||||
if($data->isEmpty()){
|
if($data->isEmpty()){
|
||||||
return '投标决策信息不存在';
|
return '投标决策信息不存在';
|
||||||
}
|
}
|
||||||
|
if($data['is_margin'] != 1){
|
||||||
|
return '此投标信息没有保证金';
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user