|
@@ -115,6 +115,7 @@ class FinancialManager extends Base{
|
|
|
'inv_buyer_name|发票买方名称'=>'max:255',
|
|
|
'inv_number|发票编号'=>'max:255',
|
|
|
'inv_type|发票类型'=>'max:255',
|
|
|
+ 'inv_open_date|发票开票日期'=>'max:255',
|
|
|
'inv_item_id|发票项目ID'=>'integer',
|
|
|
'inv_good_name|发票商品名称'=>'max:255',
|
|
|
'inv_cat_code|发票商品分类代码'=>'max:255',
|