Merge pull request 'fixed 12-28-2' (#88) from zhangwei into dev
Reviewed-on: #88
This commit is contained in:
commit
607eb2375d
@ -32,7 +32,7 @@ class BidDocumentExaminationValidate extends BaseValidate
|
|||||||
*/
|
*/
|
||||||
protected $rule = [
|
protected $rule = [
|
||||||
'id' => 'require',
|
'id' => 'require',
|
||||||
'approve_id' => 'require',
|
// 'approve_id' => 'require',
|
||||||
'buy_bidding_document_id' => 'require',
|
'buy_bidding_document_id' => 'require',
|
||||||
'product' => 'array|checkProduct',
|
'product' => 'array|checkProduct',
|
||||||
];
|
];
|
||||||
@ -67,7 +67,7 @@ class BidDocumentExaminationValidate extends BaseValidate
|
|||||||
*/
|
*/
|
||||||
public function sceneEdit()
|
public function sceneEdit()
|
||||||
{
|
{
|
||||||
return $this->only(['id', 'approve_id', 'buy_bidding_document_id', 'product']);
|
return $this->only(['id', 'buy_bidding_document_id', 'product']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user