kts-component-invoice-operate 3.0.8 → 3.0.9
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 +10 -6
- package/dist/index.js +10 -6
- package/docs-dist/umi.css +19 -19
- package/package.json +1 -1
- package/src/Invoice/ui/GoodsList/hook/useOnRow/index.tsx +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -10418,7 +10418,7 @@ var useOnRow = (function () {
|
|
|
10418
10418
|
|
|
10419
10419
|
case 7:
|
|
10420
10420
|
if (!editGood) {
|
|
10421
|
-
_context2.next =
|
|
10421
|
+
_context2.next = 18;
|
|
10422
10422
|
break;
|
|
10423
10423
|
}
|
|
10424
10424
|
|
|
@@ -10435,6 +10435,10 @@ var useOnRow = (function () {
|
|
|
10435
10435
|
|
|
10436
10436
|
case 12:
|
|
10437
10437
|
_context2.next = 14;
|
|
10438
|
+
return controller.wait();
|
|
10439
|
+
|
|
10440
|
+
case 14:
|
|
10441
|
+
_context2.next = 16;
|
|
10438
10442
|
return controller.pipeline( /*#__PURE__*/function () {
|
|
10439
10443
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(s) {
|
|
10440
10444
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
@@ -10464,15 +10468,15 @@ var useOnRow = (function () {
|
|
|
10464
10468
|
};
|
|
10465
10469
|
}())();
|
|
10466
10470
|
|
|
10467
|
-
case
|
|
10468
|
-
_context2.next =
|
|
10471
|
+
case 16:
|
|
10472
|
+
_context2.next = 20;
|
|
10469
10473
|
break;
|
|
10470
10474
|
|
|
10471
|
-
case
|
|
10472
|
-
_context2.next =
|
|
10475
|
+
case 18:
|
|
10476
|
+
_context2.next = 20;
|
|
10473
10477
|
return controller.setEditGood(record);
|
|
10474
10478
|
|
|
10475
|
-
case
|
|
10479
|
+
case 20:
|
|
10476
10480
|
case "end":
|
|
10477
10481
|
return _context2.stop();
|
|
10478
10482
|
}
|
package/dist/index.js
CHANGED
|
@@ -10428,7 +10428,7 @@ var useOnRow = (function () {
|
|
|
10428
10428
|
|
|
10429
10429
|
case 7:
|
|
10430
10430
|
if (!editGood) {
|
|
10431
|
-
_context2.next =
|
|
10431
|
+
_context2.next = 18;
|
|
10432
10432
|
break;
|
|
10433
10433
|
}
|
|
10434
10434
|
|
|
@@ -10445,6 +10445,10 @@ var useOnRow = (function () {
|
|
|
10445
10445
|
|
|
10446
10446
|
case 12:
|
|
10447
10447
|
_context2.next = 14;
|
|
10448
|
+
return controller.wait();
|
|
10449
|
+
|
|
10450
|
+
case 14:
|
|
10451
|
+
_context2.next = 16;
|
|
10448
10452
|
return controller.pipeline( /*#__PURE__*/function () {
|
|
10449
10453
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(s) {
|
|
10450
10454
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
@@ -10474,15 +10478,15 @@ var useOnRow = (function () {
|
|
|
10474
10478
|
};
|
|
10475
10479
|
}())();
|
|
10476
10480
|
|
|
10477
|
-
case
|
|
10478
|
-
_context2.next =
|
|
10481
|
+
case 16:
|
|
10482
|
+
_context2.next = 20;
|
|
10479
10483
|
break;
|
|
10480
10484
|
|
|
10481
|
-
case
|
|
10482
|
-
_context2.next =
|
|
10485
|
+
case 18:
|
|
10486
|
+
_context2.next = 20;
|
|
10483
10487
|
return controller.setEditGood(record);
|
|
10484
10488
|
|
|
10485
|
-
case
|
|
10489
|
+
case 20:
|
|
10486
10490
|
case "end":
|
|
10487
10491
|
return _context2.stop();
|
|
10488
10492
|
}
|