kts-component-invoice-operate 3.2.181-1 → 3.2.181-2
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
|
@@ -27423,8 +27423,7 @@ var DrawerBody$3 = function DrawerBody(props) {
|
|
|
27423
27423
|
}); // 赋码
|
|
27424
27424
|
|
|
27425
27425
|
endowCodeGood.forEach(function (good) {
|
|
27426
|
-
if (!good) return;
|
|
27427
|
-
console.log('aassssssss', defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.taxClassificationCode, good.itemName, values); // values:
|
|
27426
|
+
if (!good) return; // values:
|
|
27428
27427
|
// favouredPolicyMark: 0
|
|
27429
27428
|
// shorthand: "卷烟"
|
|
27430
27429
|
// taxClassificationCode: "1030402040101010131"
|
|
@@ -28123,10 +28122,7 @@ function TaxClassificationModal(props) {
|
|
|
28123
28122
|
// if(!values.taxCategoryCode){
|
|
28124
28123
|
// message.warn('请选择税收分类编码');
|
|
28125
28124
|
// return;
|
|
28126
|
-
// }
|
|
28127
|
-
values.taxCategoryCode = '1030402040101010131';
|
|
28128
|
-
values.productName = '恒大(记忆1949中支)';
|
|
28129
|
-
values.shorthand = '卷烟';
|
|
28125
|
+
// }
|
|
28130
28126
|
onChildrenDrawerClose();
|
|
28131
28127
|
props.onSubmit && props.onSubmit((_props$info = props.info) === null || _props$info === void 0 ? void 0 : _props$info.key, _objectSpread2(_objectSpread2({}, props.info), values));
|
|
28132
28128
|
}).catch(function (errorInfo) {
|
package/dist/index.js
CHANGED
|
@@ -27433,8 +27433,7 @@ var DrawerBody$3 = function DrawerBody(props) {
|
|
|
27433
27433
|
}); // 赋码
|
|
27434
27434
|
|
|
27435
27435
|
endowCodeGood.forEach(function (good) {
|
|
27436
|
-
if (!good) return;
|
|
27437
|
-
console.log('aassssssss', defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.taxClassificationCode, good.itemName, values); // values:
|
|
27436
|
+
if (!good) return; // values:
|
|
27438
27437
|
// favouredPolicyMark: 0
|
|
27439
27438
|
// shorthand: "卷烟"
|
|
27440
27439
|
// taxClassificationCode: "1030402040101010131"
|
|
@@ -28133,10 +28132,7 @@ function TaxClassificationModal(props) {
|
|
|
28133
28132
|
// if(!values.taxCategoryCode){
|
|
28134
28133
|
// message.warn('请选择税收分类编码');
|
|
28135
28134
|
// return;
|
|
28136
|
-
// }
|
|
28137
|
-
values.taxCategoryCode = '1030402040101010131';
|
|
28138
|
-
values.productName = '恒大(记忆1949中支)';
|
|
28139
|
-
values.shorthand = '卷烟';
|
|
28135
|
+
// }
|
|
28140
28136
|
onChildrenDrawerClose();
|
|
28141
28137
|
props.onSubmit && props.onSubmit((_props$info = props.info) === null || _props$info === void 0 ? void 0 : _props$info.key, _objectSpread2(_objectSpread2({}, props.info), values));
|
|
28142
28138
|
}).catch(function (errorInfo) {
|
package/package.json
CHANGED
|
@@ -487,8 +487,7 @@ const DrawerBody = (props: { defaultValue: IGood }) => {
|
|
|
487
487
|
|
|
488
488
|
// 赋码
|
|
489
489
|
endowCodeGood.forEach(good => {
|
|
490
|
-
if (!good) return;
|
|
491
|
-
console.log('aassssssss', defaultValue?.taxClassificationCode,good.itemName, values);
|
|
490
|
+
if (!good) return;
|
|
492
491
|
// values:
|
|
493
492
|
// favouredPolicyMark: 0
|
|
494
493
|
// shorthand: "卷烟"
|
|
@@ -72,10 +72,7 @@ export default function TaxClassificationModal(props: TaxClassificationProps) {
|
|
|
72
72
|
// if(!values.taxCategoryCode){
|
|
73
73
|
// message.warn('请选择税收分类编码');
|
|
74
74
|
// return;
|
|
75
|
-
// }
|
|
76
|
-
values.taxCategoryCode = '1030402040101010131';
|
|
77
|
-
values.productName = '恒大(记忆1949中支)';
|
|
78
|
-
values.shorthand = '卷烟';
|
|
75
|
+
// }
|
|
79
76
|
onChildrenDrawerClose();
|
|
80
77
|
props.onSubmit && props.onSubmit(props.info?.key, {...props.info,...values});
|
|
81
78
|
}).catch(errorInfo => {
|