kts-component-invoice-operate 3.2.77 → 3.2.78

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
@@ -1514,6 +1514,7 @@ var addGoodDiscount = /*#__PURE__*/(function () {
1514
1514
  taxClassificationCode: good.taxClassificationCode,
1515
1515
  taxRate: good.taxRate,
1516
1516
  itemName: good.itemName,
1517
+ shorthand: good.shorthand,
1517
1518
  itemNameSelf: good.itemNameSelf,
1518
1519
  favouredPolicyMark: good.favouredPolicyMark,
1519
1520
  favouredPolicyName: good.favouredPolicyName,
package/dist/index.js CHANGED
@@ -1524,6 +1524,7 @@ var addGoodDiscount = /*#__PURE__*/(function () {
1524
1524
  taxClassificationCode: good.taxClassificationCode,
1525
1525
  taxRate: good.taxRate,
1526
1526
  itemName: good.itemName,
1527
+ shorthand: good.shorthand,
1527
1528
  itemNameSelf: good.itemNameSelf,
1528
1529
  favouredPolicyMark: good.favouredPolicyMark,
1529
1530
  favouredPolicyName: good.favouredPolicyName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.77",
3
+ "version": "3.2.78",
4
4
  "scripts": {
5
5
  "dev": "dumi dev",
6
6
  "start": "dumi dev",
@@ -101,7 +101,7 @@ export default async (state: InvoiceControllerState, options?: IOptions) => {
101
101
  .done()
102
102
  .toNumber();
103
103
 
104
-
104
+
105
105
  good.discountGroup = discountGroup;
106
106
  good.lineAttribute = LineAttributeType.被折扣行;
107
107
  goodsList.splice(i + 1, 0, {
@@ -110,6 +110,7 @@ export default async (state: InvoiceControllerState, options?: IOptions) => {
110
110
  taxClassificationCode: good.taxClassificationCode,
111
111
  taxRate: good.taxRate,
112
112
  itemName: good.itemName,
113
+ shorthand: good.shorthand,
113
114
  itemNameSelf: good.itemNameSelf,
114
115
  favouredPolicyMark: good.favouredPolicyMark,
115
116
  favouredPolicyName: good.favouredPolicyName,