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:
|
|
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:
|
|
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