kts-component-invoice-operate 2.0.19 → 2.0.20
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
|
@@ -1369,6 +1369,7 @@ var addGoodDiscount = /*#__PURE__*/(function () {
|
|
|
1369
1369
|
taxClassificationCode: good.taxClassificationCode,
|
|
1370
1370
|
taxRate: good.taxRate,
|
|
1371
1371
|
itemName: good.itemName,
|
|
1372
|
+
itemNameSelf: good.itemNameSelf,
|
|
1372
1373
|
discountGroup: discountGroup,
|
|
1373
1374
|
lineAmountIncludeTax: lineAmountIncludeTax,
|
|
1374
1375
|
lineAmountExcludeTax: lineAmountExcludeTax,
|
|
@@ -9996,7 +9997,7 @@ var RowMenu = (function (props) {
|
|
|
9996
9997
|
model !== 'prefab' && isAddDiscount !== false && addDiscount && arr.push(addDiscount); // 添加折扣行
|
|
9997
9998
|
|
|
9998
9999
|
arr.push(addComparison); // 添加商品对照
|
|
9999
|
-
// endowCode && arr.push(endowCode);
|
|
10000
|
+
// endowCode && arr.push(endowCode); // 赋码
|
|
10000
10001
|
|
|
10001
10002
|
model !== 'prefab' && delItem && arr.push(delItem); // 删除
|
|
10002
10003
|
|
package/dist/index.js
CHANGED
|
@@ -1379,6 +1379,7 @@ var addGoodDiscount = /*#__PURE__*/(function () {
|
|
|
1379
1379
|
taxClassificationCode: good.taxClassificationCode,
|
|
1380
1380
|
taxRate: good.taxRate,
|
|
1381
1381
|
itemName: good.itemName,
|
|
1382
|
+
itemNameSelf: good.itemNameSelf,
|
|
1382
1383
|
discountGroup: discountGroup,
|
|
1383
1384
|
lineAmountIncludeTax: lineAmountIncludeTax,
|
|
1384
1385
|
lineAmountExcludeTax: lineAmountExcludeTax,
|
|
@@ -10006,7 +10007,7 @@ var RowMenu = (function (props) {
|
|
|
10006
10007
|
model !== 'prefab' && isAddDiscount !== false && addDiscount && arr.push(addDiscount); // 添加折扣行
|
|
10007
10008
|
|
|
10008
10009
|
arr.push(addComparison); // 添加商品对照
|
|
10009
|
-
// endowCode && arr.push(endowCode);
|
|
10010
|
+
// endowCode && arr.push(endowCode); // 赋码
|
|
10010
10011
|
|
|
10011
10012
|
model !== 'prefab' && delItem && arr.push(delItem); // 删除
|
|
10012
10013
|
|