Browse Source

申请开票验证项目减少

master
wanghongjun 12 months ago
parent
commit
38ef929e6d
  1. 4
      app/validate/InvoiceHeadValidate.php

4
app/validate/InvoiceHeadValidate.php

@ -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']
];
}
}

Loading…
Cancel
Save