kts-component-invoice-operate 3.2.241 → 3.2.242

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
@@ -22493,6 +22493,11 @@ var useColumns$1 = (function (form) {
22493
22493
  }, isDutyFree$1(record) ? '***' : value && parseFloat(value).toFixed(2));
22494
22494
  }
22495
22495
  }
22496
+ }, {
22497
+ title: '行备注',
22498
+ dataIndex: 'remarks',
22499
+ key: 'remarks',
22500
+ width: 150
22496
22501
  }] // 含税不含税
22497
22502
  .filter(function (e) {
22498
22503
  if (isTaxIncluded) {
package/dist/index.js CHANGED
@@ -22503,6 +22503,11 @@ var useColumns$1 = (function (form) {
22503
22503
  }, isDutyFree$1(record) ? '***' : value && parseFloat(value).toFixed(2));
22504
22504
  }
22505
22505
  }
22506
+ }, {
22507
+ title: '行备注',
22508
+ dataIndex: 'remarks',
22509
+ key: 'remarks',
22510
+ width: 150
22506
22511
  }] // 含税不含税
22507
22512
  .filter(function (e) {
22508
22513
  if (isTaxIncluded) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.241",
3
+ "version": "3.2.242",
4
4
  "scripts": {
5
5
  "dev": "dumi dev --max-old-space-size=6096",
6
6
  "start": "dumi dev",
@@ -577,6 +577,13 @@ export default (form: WrappedFormUtils) => {
577
577
  }
578
578
  },
579
579
  },
580
+ {
581
+ title: '行备注',
582
+ dataIndex: 'remarks',
583
+ key: 'remarks',
584
+ width: 150,
585
+
586
+ },
580
587
  ]
581
588
  // 含税不含税
582
589
  .filter((e) => {