king
2024-04-22 fc8c8d714687a22f711d642d192bd4149f3b7e88
src/menu/components/module/invoice/index.jsx
@@ -98,7 +98,9 @@
        ['单价', 'unitprice', 'Decimal(18,10)'],
        ['税务分类编码', 'tax_classify_code'],
        ['税务分类名称', 'tax_classify_name'],
        ['税率', 'tax_rate'],
        // ['税率', 'tax_rate', 'Decimal(18,2)'],
        ['一般纳税人税率', 'general_tax_rate', 'Decimal(18,2)'],
        ['小规模纳税人征收率', 'small_tax_rate', 'Decimal(18,2)'],
      ]
      details.forEach((cell, index) => {