kts-component-invoice-operate 1.0.105 → 1.0.106

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
@@ -1858,8 +1858,8 @@ var AddDiscountRowButton = decorator(Form.create())(function (props) {
1858
1858
  }
1859
1859
 
1860
1860
  message.error({
1861
- content: '不跟给编辑状态的行增加折扣!',
1862
- key: '不跟给编辑状态的行增加折扣!'
1861
+ content: '不能给编辑状态的行增加折扣!',
1862
+ key: '不能给编辑状态的行增加折扣!'
1863
1863
  });
1864
1864
  return _context2.abrupt("return");
1865
1865
 
package/dist/index.js CHANGED
@@ -1868,8 +1868,8 @@ var AddDiscountRowButton = GreyReactBox.decorator(ktsComponentsAntdX3.Form.creat
1868
1868
  }
1869
1869
 
1870
1870
  ktsComponentsAntdX3.message.error({
1871
- content: '不跟给编辑状态的行增加折扣!',
1872
- key: '不跟给编辑状态的行增加折扣!'
1871
+ content: '不能给编辑状态的行增加折扣!',
1872
+ key: '不能给编辑状态的行增加折扣!'
1873
1873
  });
1874
1874
  return _context2.abrupt("return");
1875
1875
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,7 +60,7 @@ export default decorator<{}, FormComponentProps>(Form.create())((props) => {
60
60
 
61
61
  let isOk = s.goodsListState.editGood && s.goodsListState.selectedGoodIndex.indexOf(s.goodsListState.editGood.$index) >= 0;
62
62
  if (isOk) {
63
- message.error({ content: '不跟给编辑状态的行增加折扣!', key: '不跟给编辑状态的行增加折扣!' });
63
+ message.error({ content: '不能给编辑状态的行增加折扣!', key: '不能给编辑状态的行增加折扣!' });
64
64
  return;
65
65
  }
66
66