kts-component-invoice-operate 3.2.93 → 3.2.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1633,6 +1633,7 @@ var addGoodDiscountV2 = /*#__PURE__*/(function () {
1633
1633
  taxRate: good.taxRate,
1634
1634
  itemName: good.itemName,
1635
1635
  shorthand: good.shorthand,
1636
+ taxClassificationCode: good.taxClassificationCode,
1636
1637
  taxAmount: -1 * taxAmount,
1637
1638
  lineAmountExcludeTax: -1 * lineAmountExcludeTax,
1638
1639
  lineAmountIncludeTax: -1 * e.discolineAmountunt,
package/dist/index.js CHANGED
@@ -1643,6 +1643,7 @@ var addGoodDiscountV2 = /*#__PURE__*/(function () {
1643
1643
  taxRate: good.taxRate,
1644
1644
  itemName: good.itemName,
1645
1645
  shorthand: good.shorthand,
1646
+ taxClassificationCode: good.taxClassificationCode,
1646
1647
  taxAmount: -1 * taxAmount,
1647
1648
  lineAmountExcludeTax: -1 * lineAmountExcludeTax,
1648
1649
  lineAmountIncludeTax: -1 * e.discolineAmountunt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.93",
3
+ "version": "3.2.94",
4
4
  "scripts": {
5
5
  "dev": "dumi dev",
6
6
  "start": "dumi dev",
@@ -465,7 +465,7 @@ const getMok = async (current: number = 1) => {
465
465
  "unit": "米",
466
466
  "priceIncludeTax": 0,
467
467
  "priceExcludeTax": 0,
468
- "taxClassificationCode": "1234567890123456789"
468
+ "taxClassificationCode": "1234567890123456789",
469
469
  }
470
470
  ]
471
471
  }
@@ -42,6 +42,7 @@ export default async (state: InvoiceControllerState, options?: IOptions[]) => {
42
42
  taxRate: good.taxRate,
43
43
  itemName: good.itemName,
44
44
  shorthand: good.shorthand,
45
+ taxClassificationCode: good.taxClassificationCode,
45
46
 
46
47
  taxAmount: -1 * taxAmount,
47
48
  lineAmountExcludeTax: -1 * lineAmountExcludeTax,
@@ -287,6 +287,7 @@ const lines: any[] = [
287
287
  "zeroTaxRateFlag": null,
288
288
  "referenceLines": null,
289
289
  "version": 0,
290
+ "shorthand": "布料",
290
291
  taxAmount:1
291
292
  }
292
293
  ]