更新筛选
This commit is contained in:
parent
bff6a65ae7
commit
c17c775040
@ -43,11 +43,11 @@ class BidBiddingDecisionValidate extends BaseValidate
|
||||
'bidding_project_fund_source' => 'checkBiddingProjectFundSource',
|
||||
'bidding_time' => 'dateFormat:Y-m-d',
|
||||
'bid_type' => 'checkBidType',
|
||||
'is_margin' => 'in:0,1',
|
||||
'is_margin' => 'in:1,2',
|
||||
'margin_amount' => 'float|egt:0',
|
||||
'bid_opening_date' => 'dateFormat:Y-m-d',
|
||||
'margin_amount_return_date' => 'dateFormat:Y-m-d',
|
||||
'is_internal_resources' => 'in:0,1',
|
||||
'is_internal_resources' => 'in:1,2',
|
||||
'project_assurance' => 'checkProjectAssurance',
|
||||
'annex' => 'checkAnnex'
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user