|
|
|
@ -37,9 +37,9 @@ class InvoiceHeadValidate extends Validate |
|
|
|
* 验证场景. |
|
|
|
*/ |
|
|
|
protected $scene = [ |
|
|
|
'type0' => ['title','tax_number','address','telephone','bank_name','bank_account'], |
|
|
|
'type0' => ['title','tax_number','telephone'], |
|
|
|
'type1' => ['title'], |
|
|
|
'type' => ['type'] |
|
|
|
]; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|