kts-component-invoice-operate 1.1.6 → 1.1.7
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
package/dist/index.js
CHANGED
|
@@ -6096,7 +6096,7 @@ var DrawerBody$3 = function DrawerBody(props) {
|
|
|
6096
6096
|
e.itemName = cutStr(e.itemName, 91);
|
|
6097
6097
|
}
|
|
6098
6098
|
});
|
|
6099
|
-
ktsComponentsAntdX3.message.success('
|
|
6099
|
+
ktsComponentsAntdX3.message.success('商品名称截取成功!');
|
|
6100
6100
|
resolve();
|
|
6101
6101
|
},
|
|
6102
6102
|
onCancel: function onCancel() {
|
package/package.json
CHANGED
|
@@ -322,7 +322,7 @@ const DrawerBody = (props: { defaultValue: IGood }) => {
|
|
|
322
322
|
endowCodeGood.forEach(e => {
|
|
323
323
|
if (e && e.itemName) { e.itemName = cutStr(e.itemName, 91) }
|
|
324
324
|
})
|
|
325
|
-
message.success('
|
|
325
|
+
message.success('商品名称截取成功!')
|
|
326
326
|
resolve()
|
|
327
327
|
},
|
|
328
328
|
onCancel() {
|