wuggemail@foxmail.com 3 ヶ月 前
コミット
723520854b
1 ファイル変更2 行追加2 行削除
  1. 2 2
      app/cxinv/controller/FinancialManager.php

+ 2 - 2
app/cxinv/controller/FinancialManager.php

@@ -108,7 +108,7 @@ class FinancialManager extends Base{
             'cat_code|商品分类代码'=>'require|max:255',
             'cat_name|商品分类名称'=>'require|max:255',
             'tax|税率或税费'=>'require|float',
-            'inv_fee|发票费用'=>'float',
+            'inv_fee|发票关联费用'=>'float',
             'inv_seller_code|发票卖方代码'=>'max:255',
             'inv_seller_name|发票卖方名称'=>'max:255',
             'inv_buyer_code|发票买方代码'=>'max:255',
@@ -121,7 +121,7 @@ class FinancialManager extends Base{
             'inv_cat_code|发票商品分类代码'=>'max:255',
             'inv_spec|发票商品规格'=>'max:255',
             'inv_unit|发票商品单位'=>'max:255',
-            'inv_num|发票商品数量'=>'integer',
+            'inv_num|发票商品数量'=>'float',
             'inv_subprice|发票商品税后单价'=>'float',
             'inv_subtotal|发票商品税后总价'=>'float',
             'inv_tax|发票税额'=>'float',