kts-component-invoice-operate 3.2.240 → 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
@@ -14444,7 +14444,7 @@ var useColumns = (function (form) {
14444
14444
  title: '行备注',
14445
14445
  dataIndex: 'remarks',
14446
14446
  key: 'remarks',
14447
- width: 70
14447
+ width: 150
14448
14448
  }, {
14449
14449
  title: '操作',
14450
14450
  key: 'operating',
@@ -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
@@ -14454,7 +14454,7 @@ var useColumns = (function (form) {
14454
14454
  title: '行备注',
14455
14455
  dataIndex: 'remarks',
14456
14456
  key: 'remarks',
14457
- width: 70
14457
+ width: 150
14458
14458
  }, {
14459
14459
  title: '操作',
14460
14460
  key: 'operating',
@@ -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.240",
3
+ "version": "3.2.242",
4
4
  "scripts": {
5
5
  "dev": "dumi dev --max-old-space-size=6096",
6
6
  "start": "dumi dev",
@@ -577,7 +577,7 @@ export default (form: WrappedFormUtils) => {
577
577
  title: '行备注',
578
578
  dataIndex: 'remarks',
579
579
  key: 'remarks',
580
- width: 70,
580
+ width: 150,
581
581
 
582
582
  },
583
583
  {
@@ -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) => {