|
@@ -189,7 +189,7 @@ class InvCat extends BaseController{
|
|
|
'tax|税率' => 'require|max:4',
|
|
|
'cat_code|类目编号简写' => 'require|max:255',
|
|
|
'inv_good_name|开票商品名称' => 'require|max:255',
|
|
|
- 'inv_tag|税率标识' => 'between:0,3',
|
|
|
+ 'inv_tag|税率标识' => 'require|between:0,3',
|
|
|
'is_discount|是否有优惠政策' => 'require|in:0,1',
|
|
|
'addTax|增值税管理内容' => 'max:255',
|
|
|
]);
|