kts-component-invoice-operate 3.2.181-33 → 3.2.181-35
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/Invoice/index.d.ts +2 -0
- package/dist/index.esm.js +16 -0
- package/dist/index.js +16 -0
- package/docs-dist/static/arrowDown.a1cbf0d8.svg +3 -0
- package/docs-dist/static/arrowUp.4c482054.svg +3 -0
- package/docs-dist/static/fork.5431267d.svg +12 -0
- package/docs-dist/static/plus.44013ce3.svg +12 -0
- package/docs-dist/static/plus.4fd1af30.svg +12 -0
- package/package.json +1 -1
- package/src/Invoice/index.tsx +15 -0
package/dist/Invoice/index.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ export interface IInvoiceProps {
|
|
|
31
31
|
footExpand?: React.ReactNode;
|
|
32
32
|
/** 发票种类: default-默认,digtal-数电 */
|
|
33
33
|
invoiceType?: 'default' | 'digtal';
|
|
34
|
+
/** 编辑中的商品行变化时触发(数量/单价/税率等字段变更时) */
|
|
35
|
+
onEditGoodChange?: (editGood: any) => void;
|
|
34
36
|
}
|
|
35
37
|
export default class Invoice extends React.PureComponent<IInvoiceProps> {
|
|
36
38
|
/** 控制器 */
|
package/dist/index.esm.js
CHANGED
|
@@ -29300,6 +29300,14 @@ var Main$5 = function Main(props) {
|
|
|
29300
29300
|
React.useEffect(function () {
|
|
29301
29301
|
setKey(key + 1);
|
|
29302
29302
|
}, [controller]);
|
|
29303
|
+
var editGood = controller.useMemo(function (s) {
|
|
29304
|
+
return s.goodsListState.editGood;
|
|
29305
|
+
}, []);
|
|
29306
|
+
React.useEffect(function () {
|
|
29307
|
+
if (props.onEditGoodChange) {
|
|
29308
|
+
props.onEditGoodChange(editGood);
|
|
29309
|
+
}
|
|
29310
|
+
}, [editGood, props.onEditGoodChange]);
|
|
29303
29311
|
return /*#__PURE__*/React.createElement(InvoiceContext.Provider, {
|
|
29304
29312
|
key: key,
|
|
29305
29313
|
value: controller
|
|
@@ -29354,6 +29362,14 @@ var Digtal = function Digtal(props) {
|
|
|
29354
29362
|
React.useEffect(function () {
|
|
29355
29363
|
setKey(key + 1);
|
|
29356
29364
|
}, [controller]);
|
|
29365
|
+
var editGood = controller.useMemo(function (s) {
|
|
29366
|
+
return s.goodsListState.editGood;
|
|
29367
|
+
}, []);
|
|
29368
|
+
React.useEffect(function () {
|
|
29369
|
+
if (props.onEditGoodChange) {
|
|
29370
|
+
props.onEditGoodChange(editGood);
|
|
29371
|
+
}
|
|
29372
|
+
}, [editGood, props.onEditGoodChange]);
|
|
29357
29373
|
return /*#__PURE__*/React.createElement(InvoiceContext.Provider, {
|
|
29358
29374
|
key: key,
|
|
29359
29375
|
value: controller
|
package/dist/index.js
CHANGED
|
@@ -29310,6 +29310,14 @@ var Main$5 = function Main(props) {
|
|
|
29310
29310
|
React__default['default'].useEffect(function () {
|
|
29311
29311
|
setKey(key + 1);
|
|
29312
29312
|
}, [controller]);
|
|
29313
|
+
var editGood = controller.useMemo(function (s) {
|
|
29314
|
+
return s.goodsListState.editGood;
|
|
29315
|
+
}, []);
|
|
29316
|
+
React__default['default'].useEffect(function () {
|
|
29317
|
+
if (props.onEditGoodChange) {
|
|
29318
|
+
props.onEditGoodChange(editGood);
|
|
29319
|
+
}
|
|
29320
|
+
}, [editGood, props.onEditGoodChange]);
|
|
29313
29321
|
return /*#__PURE__*/React__default['default'].createElement(InvoiceContext.Provider, {
|
|
29314
29322
|
key: key,
|
|
29315
29323
|
value: controller
|
|
@@ -29364,6 +29372,14 @@ var Digtal = function Digtal(props) {
|
|
|
29364
29372
|
React__default['default'].useEffect(function () {
|
|
29365
29373
|
setKey(key + 1);
|
|
29366
29374
|
}, [controller]);
|
|
29375
|
+
var editGood = controller.useMemo(function (s) {
|
|
29376
|
+
return s.goodsListState.editGood;
|
|
29377
|
+
}, []);
|
|
29378
|
+
React__default['default'].useEffect(function () {
|
|
29379
|
+
if (props.onEditGoodChange) {
|
|
29380
|
+
props.onEditGoodChange(editGood);
|
|
29381
|
+
}
|
|
29382
|
+
}, [editGood, props.onEditGoodChange]);
|
|
29367
29383
|
return /*#__PURE__*/React__default['default'].createElement(InvoiceContext.Provider, {
|
|
29368
29384
|
key: key,
|
|
29369
29385
|
value: controller
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none">
|
|
2
|
+
<path d="M2.94338 4.42663C3.03458 4.42662 3.12571 4.46481 3.19459 4.54096L5.99164 7.6327L8.78868 4.54096C8.92463 4.39067 9.14733 4.38824 9.28606 4.53554C9.4248 4.68285 9.42705 4.92408 9.29107 5.07437L6.24283 8.44378C6.17667 8.5169 6.08613 8.55811 5.99164 8.55811C5.89714 8.55811 5.80659 8.5169 5.74044 8.44378L2.69221 5.07437C2.55623 4.92408 2.55849 4.68285 2.69722 4.53554C2.76567 4.46287 2.85455 4.42665 2.94338 4.42663Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
|
|
2
|
+
<path d="M9.55662 8.57337C9.46542 8.57338 9.37429 8.53519 9.30541 8.45904L6.50836 5.3673L3.71132 8.45904C3.57537 8.60933 3.35267 8.61176 3.21394 8.46446C3.0752 8.31715 3.07295 8.07592 3.20893 7.92563L6.25717 4.55622C6.32333 4.4831 6.41387 4.44189 6.50836 4.44189C6.60286 4.44189 6.69341 4.4831 6.75956 4.55622L9.80779 7.92563C9.94377 8.07592 9.94151 8.31715 9.80278 8.46446C9.73433 8.53713 9.64545 8.57335 9.55662 8.57337Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
2
|
+
<g clip-path="url(#clip0_695_1221)">
|
|
3
|
+
<path d="M7.99978 0.888916C4.08867 0.888916 0.888672 4.08892 0.888672 8.00003C0.888672 11.9111 4.08867 15.1111 7.99978 15.1111C11.9109 15.1111 15.1109 11.9111 15.1109 8.00003C15.1109 4.08892 11.9109 0.888916 7.99978 0.888916ZM7.99978 14.2222C4.53312 14.2222 1.77756 11.4667 1.77756 8.00003C1.77756 4.53336 4.53312 1.7778 7.99978 1.7778C11.4664 1.7778 14.222 4.53336 14.222 8.00003C14.222 11.4667 11.4664 14.2222 7.99978 14.2222Z" fill="#333333"/>
|
|
4
|
+
<path d="M10.7019 11.3288L4.72949 5.35818L5.35794 4.72974L11.3295 10.7004L10.7019 11.3288Z" fill="#333333"/>
|
|
5
|
+
<path d="M4.66895 10.7023L10.6396 4.73071L11.2681 5.35916L5.29739 11.3307L4.66895 10.7023Z" fill="#333333"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_695_1221">
|
|
9
|
+
<rect width="16" height="16" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15">
|
|
2
|
+
<g clip-path="url(#clip0_715_360)">
|
|
3
|
+
<path d="M8 14.5312C4.11687 14.5312 0.96875 11.3831 0.96875 7.5C0.96875 3.61687 4.11687 0.46875 8 0.46875C11.8831 0.46875 15.0312 3.61687 15.0312 7.5C15.0312 11.3831 11.8831 14.5312 8 14.5312ZM8 13.5938C11.3656 13.5938 14.0938 10.8656 14.0938 7.5C14.0938 4.13438 11.3656 1.40625 8 1.40625C4.63438 1.40625 1.90625 4.13438 1.90625 7.5C1.90625 10.8656 4.63438 13.5938 8 13.5938Z"/>
|
|
4
|
+
<path d="M4.25 7.96875C4.12568 7.96875 4.00645 7.91936 3.91854 7.83146C3.83064 7.74355 3.78125 7.62432 3.78125 7.5C3.78125 7.37568 3.83064 7.25645 3.91854 7.16854C4.00645 7.08064 4.12568 7.03125 4.25 7.03125H11.75C11.8743 7.03125 11.9935 7.08064 12.0815 7.16854C12.1694 7.25645 12.2188 7.37568 12.2188 7.5C12.2188 7.62432 12.1694 7.74355 12.0815 7.83146C11.9935 7.91936 11.8743 7.96875 11.75 7.96875H4.25Z"/>
|
|
5
|
+
<path d="M7.53125 3.75C7.53125 3.62568 7.58064 3.50645 7.66854 3.41854C7.75645 3.33064 7.87568 3.28125 8 3.28125C8.12432 3.28125 8.24355 3.33064 8.33146 3.41854C8.41936 3.50645 8.46875 3.62568 8.46875 3.75V11.25C8.46875 11.3743 8.41936 11.4935 8.33146 11.5815C8.24355 11.6694 8.12432 11.7188 8 11.7188C7.87568 11.7188 7.75645 11.6694 7.66854 11.5815C7.58064 11.4935 7.53125 11.3743 7.53125 11.25V3.75Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_715_360">
|
|
9
|
+
<rect width="15" height="15" transform="translate(0.5)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none">
|
|
2
|
+
<g clip-path="url(#clip0_715_360)">
|
|
3
|
+
<path d="M8 14.5312C4.11687 14.5312 0.96875 11.3831 0.96875 7.5C0.96875 3.61687 4.11687 0.46875 8 0.46875C11.8831 0.46875 15.0312 3.61687 15.0312 7.5C15.0312 11.3831 11.8831 14.5312 8 14.5312ZM8 13.5938C11.3656 13.5938 14.0938 10.8656 14.0938 7.5C14.0938 4.13438 11.3656 1.40625 8 1.40625C4.63438 1.40625 1.90625 4.13438 1.90625 7.5C1.90625 10.8656 4.63438 13.5938 8 13.5938Z"/>
|
|
4
|
+
<path d="M4.25 7.96875C4.12568 7.96875 4.00645 7.91936 3.91854 7.83146C3.83064 7.74355 3.78125 7.62432 3.78125 7.5C3.78125 7.37568 3.83064 7.25645 3.91854 7.16854C4.00645 7.08064 4.12568 7.03125 4.25 7.03125H11.75C11.8743 7.03125 11.9935 7.08064 12.0815 7.16854C12.1694 7.25645 12.2188 7.37568 12.2188 7.5C12.2188 7.62432 12.1694 7.74355 12.0815 7.83146C11.9935 7.91936 11.8743 7.96875 11.75 7.96875H4.25Z"/>
|
|
5
|
+
<path d="M7.53125 3.75C7.53125 3.62568 7.58064 3.50645 7.66854 3.41854C7.75645 3.33064 7.87568 3.28125 8 3.28125C8.12432 3.28125 8.24355 3.33064 8.33146 3.41854C8.41936 3.50645 8.46875 3.62568 8.46875 3.75V11.25C8.46875 11.3743 8.41936 11.4935 8.33146 11.5815C8.24355 11.6694 8.12432 11.7188 8 11.7188C7.87568 11.7188 7.75645 11.6694 7.66854 11.5815C7.58064 11.4935 7.53125 11.3743 7.53125 11.25V3.75Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_715_360">
|
|
9
|
+
<rect width="15" height="15" transform="translate(0.5)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
package/package.json
CHANGED
package/src/Invoice/index.tsx
CHANGED
|
@@ -71,6 +71,8 @@ export interface IInvoiceProps {
|
|
|
71
71
|
|
|
72
72
|
/** 发票种类: default-默认,digtal-数电 */
|
|
73
73
|
invoiceType?: 'default' | 'digtal';
|
|
74
|
+
/** 编辑中的商品行变化时触发(数量/单价/税率等字段变更时) */
|
|
75
|
+
onEditGoodChange?: (editGood: any) => void;
|
|
74
76
|
}
|
|
75
77
|
|
|
76
78
|
export default class Invoice extends React.PureComponent<IInvoiceProps> {
|
|
@@ -146,6 +148,12 @@ const Main = (props: IInvoiceProps) => {
|
|
|
146
148
|
useToGenerateId(controller);
|
|
147
149
|
|
|
148
150
|
React.useEffect(() => { setKey(key + 1) }, [controller]);
|
|
151
|
+
const editGood = controller.useMemo(s => s.goodsListState.editGood, []);
|
|
152
|
+
React.useEffect(() => {
|
|
153
|
+
if (props.onEditGoodChange) {
|
|
154
|
+
props.onEditGoodChange(editGood);
|
|
155
|
+
}
|
|
156
|
+
}, [editGood, props.onEditGoodChange]);
|
|
149
157
|
return (
|
|
150
158
|
<InvoiceContext.Provider key={key} value={controller}>
|
|
151
159
|
|
|
@@ -176,6 +184,13 @@ const Digtal = (props: IInvoiceProps) => {
|
|
|
176
184
|
useToGenerateId(controller);
|
|
177
185
|
|
|
178
186
|
React.useEffect(() => { setKey(key + 1) }, [controller]);
|
|
187
|
+
const editGood = controller.useMemo(s => s.goodsListState.editGood, []);
|
|
188
|
+
React.useEffect(() => {
|
|
189
|
+
if (props.onEditGoodChange) {
|
|
190
|
+
props.onEditGoodChange(editGood);
|
|
191
|
+
}
|
|
192
|
+
}, [editGood, props.onEditGoodChange]);
|
|
193
|
+
|
|
179
194
|
|
|
180
195
|
return (
|
|
181
196
|
<InvoiceContext.Provider key={key} value={controller}>
|