kts-component-invoice-operate 2.0.11 → 2.0.12
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
|
@@ -13570,19 +13570,20 @@ function AddComparisonDrawer() {
|
|
|
13570
13570
|
good.itemModelNameSelf = values.itemModelNameSelf;
|
|
13571
13571
|
s.goodsListState.addComparisonIndex = undefined;
|
|
13572
13572
|
s.goodsListState.goodsList = _toConsumableArray(s.goodsListState.goodsList);
|
|
13573
|
-
|
|
13573
|
+
message.success('商品映射成功');
|
|
13574
|
+
_context2.next = 20;
|
|
13574
13575
|
break;
|
|
13575
13576
|
|
|
13576
|
-
case
|
|
13577
|
-
_context2.prev =
|
|
13577
|
+
case 18:
|
|
13578
|
+
_context2.prev = 18;
|
|
13578
13579
|
_context2.t0 = _context2["catch"](2);
|
|
13579
13580
|
|
|
13580
|
-
case
|
|
13581
|
+
case 20:
|
|
13581
13582
|
case "end":
|
|
13582
13583
|
return _context2.stop();
|
|
13583
13584
|
}
|
|
13584
13585
|
}
|
|
13585
|
-
}, _callee2, null, [[2,
|
|
13586
|
+
}, _callee2, null, [[2, 18]]);
|
|
13586
13587
|
}));
|
|
13587
13588
|
|
|
13588
13589
|
return function (_x2) {
|
package/dist/index.js
CHANGED
|
@@ -13580,19 +13580,20 @@ function AddComparisonDrawer() {
|
|
|
13580
13580
|
good.itemModelNameSelf = values.itemModelNameSelf;
|
|
13581
13581
|
s.goodsListState.addComparisonIndex = undefined;
|
|
13582
13582
|
s.goodsListState.goodsList = _toConsumableArray(s.goodsListState.goodsList);
|
|
13583
|
-
|
|
13583
|
+
ktsComponentsAntdX3.message.success('商品映射成功');
|
|
13584
|
+
_context2.next = 20;
|
|
13584
13585
|
break;
|
|
13585
13586
|
|
|
13586
|
-
case
|
|
13587
|
-
_context2.prev =
|
|
13587
|
+
case 18:
|
|
13588
|
+
_context2.prev = 18;
|
|
13588
13589
|
_context2.t0 = _context2["catch"](2);
|
|
13589
13590
|
|
|
13590
|
-
case
|
|
13591
|
+
case 20:
|
|
13591
13592
|
case "end":
|
|
13592
13593
|
return _context2.stop();
|
|
13593
13594
|
}
|
|
13594
13595
|
}
|
|
13595
|
-
}, _callee2, null, [[2,
|
|
13596
|
+
}, _callee2, null, [[2, 18]]);
|
|
13596
13597
|
}));
|
|
13597
13598
|
|
|
13598
13599
|
return function (_x2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { Row, Col, Input, Button } from "kts-components-antd-x3";
|
|
3
|
+
import { Row, Col, Input, Button, message } from "kts-components-antd-x3";
|
|
4
4
|
import { Form, Drawer } from "kts-xui";
|
|
5
5
|
import { Invoice } from "../../../";
|
|
6
6
|
import { getSN } from "../../tools/itemName";
|
|
@@ -42,6 +42,8 @@ export default function AddComparisonDrawer() {
|
|
|
42
42
|
|
|
43
43
|
s.goodsListState.addComparisonIndex = undefined;
|
|
44
44
|
s.goodsListState.goodsList = [...s.goodsListState.goodsList];
|
|
45
|
+
|
|
46
|
+
message.success('商品映射成功');
|
|
45
47
|
} catch (error) {
|
|
46
48
|
|
|
47
49
|
}
|