kts-component-invoice-operate 3.2.122 → 3.2.124

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
@@ -17309,7 +17309,7 @@ var SignDigtal = decorator(Form.create())(function (props) {
17309
17309
  }
17310
17310
  }) : /*#__PURE__*/React.createElement(MyDiv$1, {
17311
17311
  style: {
17312
- whiteSpace: 'pre'
17312
+ whiteSpace: 'pre-wrap'
17313
17313
  }
17314
17314
  })))), /*#__PURE__*/React.createElement(Form, {
17315
17315
  layout: 'inline',
@@ -22085,8 +22085,10 @@ var useEmptyRefill = (function () {
22085
22085
  case 0:
22086
22086
  s.goodsListState.goodsList = [];
22087
22087
  s.goodsListState.goodsMap = new Map();
22088
+ s.goodsListState.selectedGoodIndex = [];
22089
+ s.goodsListState.discountGoodIndex = [];
22088
22090
 
22089
- case 2:
22091
+ case 4:
22090
22092
  case "end":
22091
22093
  return _context.stop();
22092
22094
  }
package/dist/index.js CHANGED
@@ -17319,7 +17319,7 @@ var SignDigtal = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(funct
17319
17319
  }
17320
17320
  }) : /*#__PURE__*/React__default['default'].createElement(MyDiv$1, {
17321
17321
  style: {
17322
- whiteSpace: 'pre'
17322
+ whiteSpace: 'pre-wrap'
17323
17323
  }
17324
17324
  })))), /*#__PURE__*/React__default['default'].createElement(ktsComponentsAntdX3.Form, {
17325
17325
  layout: 'inline',
@@ -22095,8 +22095,10 @@ var useEmptyRefill = (function () {
22095
22095
  case 0:
22096
22096
  s.goodsListState.goodsList = [];
22097
22097
  s.goodsListState.goodsMap = new Map();
22098
+ s.goodsListState.selectedGoodIndex = [];
22099
+ s.goodsListState.discountGoodIndex = [];
22098
22100
 
22099
- case 2:
22101
+ case 4:
22100
22102
  case "end":
22101
22103
  return _context.stop();
22102
22104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.122",
3
+ "version": "3.2.124",
4
4
  "scripts": {
5
5
  "dev": "dumi dev",
6
6
  "start": "dumi dev",
@@ -14,6 +14,8 @@ export default () => {
14
14
  controller.run(async s => {
15
15
  s.goodsListState.goodsList = [];
16
16
  s.goodsListState.goodsMap = new Map();
17
+ s.goodsListState.selectedGoodIndex = [];
18
+ s.goodsListState.discountGoodIndex = [];
17
19
  })
18
20
  }, [controller])
19
21
 
@@ -56,7 +56,7 @@ export default decorator<IBuyerProps, IBuyerProps & FormComponentProps>(Form.cre
56
56
  })(
57
57
  isEnables('remarks')
58
58
  ? <Input.TextArea placeholder='请输入' style={{ height: '100%' }} />
59
- : <MyDiv style={{whiteSpace: 'pre'}} />
59
+ : <MyDiv style={{whiteSpace: 'pre-wrap'}} />
60
60
  )}
61
61
  </div>
62
62
  </div>