kts-component-invoice-operate 3.2.52 → 3.2.53
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
|
@@ -10051,9 +10051,8 @@ function ItemCodeInput(props) {
|
|
|
10051
10051
|
}
|
|
10052
10052
|
return _context2.abrupt("return");
|
|
10053
10053
|
case 3:
|
|
10054
|
-
|
|
10055
|
-
|
|
10056
|
-
case 5:
|
|
10054
|
+
controller.importGoodsDrawer(record);
|
|
10055
|
+
case 4:
|
|
10057
10056
|
case "end":
|
|
10058
10057
|
return _context2.stop();
|
|
10059
10058
|
}
|
package/dist/index.js
CHANGED
|
@@ -10061,9 +10061,8 @@ function ItemCodeInput(props) {
|
|
|
10061
10061
|
}
|
|
10062
10062
|
return _context2.abrupt("return");
|
|
10063
10063
|
case 3:
|
|
10064
|
-
|
|
10065
|
-
|
|
10066
|
-
case 5:
|
|
10064
|
+
controller.importGoodsDrawer(record);
|
|
10065
|
+
case 4:
|
|
10067
10066
|
case "end":
|
|
10068
10067
|
return _context2.stop();
|
|
10069
10068
|
}
|
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@ export default function ItemCodeInput(props: { onChange?: (e: ChangeEvent<HTMLIn
|
|
|
35
35
|
const record = options.filter(e => e.itemCode === itemName)[0] as any;
|
|
36
36
|
if (!record) return;
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
controller.importGoodsDrawer(record);
|
|
39
39
|
}, [options, controller])
|
|
40
40
|
|
|
41
41
|
return (
|