@feedmepos/mf-inventory-portal 0.0.22-dev.44 → 0.0.22-dev.46
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/{ApprovalView-DJhk8ORX.js → ApprovalView-CjK-fcvU.js} +3 -3
- package/dist/{BindingsDialog-CNY83IzG.js → BindingsDialog-DWRDuKnY.js} +4 -4
- package/dist/{BindingsPicker-BCeGBlTl.js → BindingsPicker-DtgCTWo5.js} +4 -4
- package/dist/{BindingsTable-DwN0rUr_.js → BindingsTable-QevLem81.js} +4 -4
- package/dist/ClosingTemplateView-Cdbp7nYn.js +1812 -0
- package/dist/{FmDroppableField-DeZRIGOb.js → FmDroppableField-DHF0MZls.js} +13 -13
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CptHxbFO.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CPhXgsQD.js} +3 -3
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BGYVXLcj.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-Bl-BsJNP.js} +1 -1
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-C0liaZ9Y.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-B7dq1XS-.js} +1 -1
- package/dist/{IngredientsView-B6BPG_MN.js → IngredientsView-9xhWEl17.js} +5 -5
- package/dist/{IntegrationView-CXurxj5t.js → IntegrationView-D7916Kg2.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-C4np_znK.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-ZBxeayIl.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-CvSRvT_i.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Dp_JLw2L.js} +2 -2
- package/dist/{PurchaseOrderPrintPreview-BYSkl_zL.js → PurchaseOrderPrintPreview-U-M3r5H9.js} +3 -3
- package/dist/{ReceiveRequestView-DWKEL17S.js → ReceiveRequestView-BzChY8ca.js} +288 -288
- package/dist/{RecipeView-DEZblbQT.js → RecipeView-GrwiLQkW.js} +4 -4
- package/dist/{StockView-hijQ7wQL.js → StockView-CMvG-CIC.js} +5 -5
- package/dist/{SupplierView-B2xKGKCF.js → SupplierView-BmqzK7D6.js} +774 -2320
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-CBwT8yGC.js → TransferDetails.vue_vue_type_script_setup_true_lang-CE1aYr3I.js} +212 -208
- package/dist/{TransferTemplateView--2vvQWBW.js → TransferTemplateView-CBPSaIJs.js} +8 -8
- package/dist/{UnitView-B30FwZGg.js → UnitView-4JKlaXtj.js} +4 -4
- package/dist/{WarehouseView-BwbqpKwn.js → WarehouseView-B5qLIIAQ.js} +14 -14
- package/dist/api/inventory.d.ts +210 -6
- package/dist/api/netsuite.d.ts +14 -1
- package/dist/{app-DXZpbt33.js → app-B0BJjpJ5.js} +13618 -13426
- package/dist/app.js +1 -1
- package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +5 -5
- package/dist/components/shell/inventory/binding-dialog.vue.d.ts +2 -2
- package/dist/components/shell/inventory/binding-ui.vue.d.ts +2 -2
- package/dist/{decimal-BVO6jH4l.js → decimal-CDTaG5jr.js} +1 -1
- package/dist/{defineDeepModel-DlkycC_t.js → defineDeepModel-9-wLB59o.js} +1 -1
- package/dist/extensions/array.d.ts +1 -0
- package/dist/{format-time-from-id-Dhgv47T9.js → format-time-from-id-Bwq0tn09.js} +1 -1
- package/dist/{format-unit-display-D4D1b9F7.js → format-unit-display-BImgcRNp.js} +5 -5
- package/dist/stores/inventory.d.ts +146 -10
- package/dist/stores/netsuite.d.ts +16 -1
- package/dist/{supplier-Beauc4QC.js → supplier-D9s1N_M7.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-DbnvkOM9.js → use-template-enabled-locations-2-BQSfU_U_.js} +1 -1
- package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +12 -12
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +12 -12
- package/dist/views/ingredients/components/convert/ConvertForm.vue.d.ts +2 -2
- package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
- package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +5 -5
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
- package/dist/views/receive-request/components/transfer-form/NetSuiteField.vue.d.ts +2 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +23 -17
- package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +2 -2
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +1 -1
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +33 -24
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +33 -24
- package/dist/views/recipe/components/recipe-form/RecipeForm.vue.d.ts +2 -2
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +1 -1
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +12 -12
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +12 -12
- package/dist/{xlsx-DXqCVrb5.js → xlsx-A9JiF_qH.js} +1 -1
- package/dist/{xlsx.util-7VhQushh.js → xlsx.util-J1g7CG7t.js} +1 -1
- package/package.json +3 -3
- package/dist/ClosingTemplateView-BE1JMBGd.js +0 -1768
|
@@ -146,7 +146,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
146
146
|
precision: number;
|
|
147
147
|
};
|
|
148
148
|
} | null | undefined;
|
|
149
|
-
type: "RECIPE" | "SKU";
|
|
149
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
150
150
|
amount: {
|
|
151
151
|
amount: number;
|
|
152
152
|
precision: number;
|
|
@@ -329,7 +329,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
329
329
|
precision: number;
|
|
330
330
|
};
|
|
331
331
|
} | null | undefined;
|
|
332
|
-
type: "RECIPE" | "SKU";
|
|
332
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
333
333
|
amount: {
|
|
334
334
|
amount: number;
|
|
335
335
|
precision: number;
|
|
@@ -512,7 +512,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
512
512
|
precision: number;
|
|
513
513
|
};
|
|
514
514
|
} | null | undefined;
|
|
515
|
-
type: "RECIPE" | "SKU";
|
|
515
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
516
516
|
amount: {
|
|
517
517
|
amount: number;
|
|
518
518
|
precision: number;
|
|
@@ -694,7 +694,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
694
694
|
precision: number;
|
|
695
695
|
};
|
|
696
696
|
} | null | undefined;
|
|
697
|
-
type: "RECIPE" | "SKU";
|
|
697
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
698
698
|
amount: {
|
|
699
699
|
amount: number;
|
|
700
700
|
precision: number;
|
|
@@ -885,7 +885,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
885
885
|
precision: number;
|
|
886
886
|
};
|
|
887
887
|
} | null | undefined;
|
|
888
|
-
type: "RECIPE" | "SKU";
|
|
888
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
889
889
|
amount: {
|
|
890
890
|
amount: number;
|
|
891
891
|
precision: number;
|
|
@@ -1068,7 +1068,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1068
1068
|
precision: number;
|
|
1069
1069
|
};
|
|
1070
1070
|
} | null | undefined;
|
|
1071
|
-
type: "RECIPE" | "SKU";
|
|
1071
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1072
1072
|
amount: {
|
|
1073
1073
|
amount: number;
|
|
1074
1074
|
precision: number;
|
|
@@ -1251,7 +1251,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1251
1251
|
precision: number;
|
|
1252
1252
|
};
|
|
1253
1253
|
} | null | undefined;
|
|
1254
|
-
type: "RECIPE" | "SKU";
|
|
1254
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1255
1255
|
amount: {
|
|
1256
1256
|
amount: number;
|
|
1257
1257
|
precision: number;
|
|
@@ -1433,7 +1433,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1433
1433
|
precision: number;
|
|
1434
1434
|
};
|
|
1435
1435
|
} | null | undefined;
|
|
1436
|
-
type: "RECIPE" | "SKU";
|
|
1436
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1437
1437
|
amount: {
|
|
1438
1438
|
amount: number;
|
|
1439
1439
|
precision: number;
|
|
@@ -1624,7 +1624,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1624
1624
|
precision: number;
|
|
1625
1625
|
};
|
|
1626
1626
|
} | null | undefined;
|
|
1627
|
-
type: "RECIPE" | "SKU";
|
|
1627
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1628
1628
|
amount: {
|
|
1629
1629
|
amount: number;
|
|
1630
1630
|
precision: number;
|
|
@@ -1807,7 +1807,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1807
1807
|
precision: number;
|
|
1808
1808
|
};
|
|
1809
1809
|
} | null | undefined;
|
|
1810
|
-
type: "RECIPE" | "SKU";
|
|
1810
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1811
1811
|
amount: {
|
|
1812
1812
|
amount: number;
|
|
1813
1813
|
precision: number;
|
|
@@ -1990,7 +1990,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1990
1990
|
precision: number;
|
|
1991
1991
|
};
|
|
1992
1992
|
} | null | undefined;
|
|
1993
|
-
type: "RECIPE" | "SKU";
|
|
1993
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1994
1994
|
amount: {
|
|
1995
1995
|
amount: number;
|
|
1996
1996
|
precision: number;
|
|
@@ -2172,7 +2172,7 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2172
2172
|
precision: number;
|
|
2173
2173
|
};
|
|
2174
2174
|
} | null | undefined;
|
|
2175
|
-
type: "RECIPE" | "SKU";
|
|
2175
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
2176
2176
|
amount: {
|
|
2177
2177
|
amount: number;
|
|
2178
2178
|
precision: number;
|
|
@@ -128,7 +128,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
128
128
|
precision: number;
|
|
129
129
|
};
|
|
130
130
|
} | null | undefined;
|
|
131
|
-
type: "RECIPE" | "SKU";
|
|
131
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
132
132
|
amount: {
|
|
133
133
|
amount: number;
|
|
134
134
|
precision: number;
|
|
@@ -327,7 +327,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
327
327
|
precision: number;
|
|
328
328
|
};
|
|
329
329
|
} | null | undefined;
|
|
330
|
-
type: "RECIPE" | "SKU";
|
|
330
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
331
331
|
amount: {
|
|
332
332
|
amount: number;
|
|
333
333
|
precision: number;
|
|
@@ -504,7 +504,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
504
504
|
precision: number;
|
|
505
505
|
};
|
|
506
506
|
} | null | undefined;
|
|
507
|
-
type: "RECIPE" | "SKU";
|
|
507
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
508
508
|
amount: {
|
|
509
509
|
amount: number;
|
|
510
510
|
precision: number;
|
|
@@ -681,7 +681,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
681
681
|
precision: number;
|
|
682
682
|
};
|
|
683
683
|
} | null | undefined;
|
|
684
|
-
type: "RECIPE" | "SKU";
|
|
684
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
685
685
|
amount: {
|
|
686
686
|
amount: number;
|
|
687
687
|
precision: number;
|
|
@@ -863,7 +863,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
863
863
|
precision: number;
|
|
864
864
|
};
|
|
865
865
|
} | null | undefined;
|
|
866
|
-
type: "RECIPE" | "SKU";
|
|
866
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
867
867
|
amount: {
|
|
868
868
|
amount: number;
|
|
869
869
|
precision: number;
|
|
@@ -1062,7 +1062,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1062
1062
|
precision: number;
|
|
1063
1063
|
};
|
|
1064
1064
|
} | null | undefined;
|
|
1065
|
-
type: "RECIPE" | "SKU";
|
|
1065
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1066
1066
|
amount: {
|
|
1067
1067
|
amount: number;
|
|
1068
1068
|
precision: number;
|
|
@@ -1239,7 +1239,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1239
1239
|
precision: number;
|
|
1240
1240
|
};
|
|
1241
1241
|
} | null | undefined;
|
|
1242
|
-
type: "RECIPE" | "SKU";
|
|
1242
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1243
1243
|
amount: {
|
|
1244
1244
|
amount: number;
|
|
1245
1245
|
precision: number;
|
|
@@ -1416,7 +1416,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1416
1416
|
precision: number;
|
|
1417
1417
|
};
|
|
1418
1418
|
} | null | undefined;
|
|
1419
|
-
type: "RECIPE" | "SKU";
|
|
1419
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1420
1420
|
amount: {
|
|
1421
1421
|
amount: number;
|
|
1422
1422
|
precision: number;
|
|
@@ -1598,7 +1598,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1598
1598
|
precision: number;
|
|
1599
1599
|
};
|
|
1600
1600
|
} | null | undefined;
|
|
1601
|
-
type: "RECIPE" | "SKU";
|
|
1601
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1602
1602
|
amount: {
|
|
1603
1603
|
amount: number;
|
|
1604
1604
|
precision: number;
|
|
@@ -1797,7 +1797,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1797
1797
|
precision: number;
|
|
1798
1798
|
};
|
|
1799
1799
|
} | null | undefined;
|
|
1800
|
-
type: "RECIPE" | "SKU";
|
|
1800
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1801
1801
|
amount: {
|
|
1802
1802
|
amount: number;
|
|
1803
1803
|
precision: number;
|
|
@@ -1974,7 +1974,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1974
1974
|
precision: number;
|
|
1975
1975
|
};
|
|
1976
1976
|
} | null | undefined;
|
|
1977
|
-
type: "RECIPE" | "SKU";
|
|
1977
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1978
1978
|
amount: {
|
|
1979
1979
|
amount: number;
|
|
1980
1980
|
precision: number;
|
|
@@ -2151,7 +2151,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
2151
2151
|
precision: number;
|
|
2152
2152
|
};
|
|
2153
2153
|
} | null | undefined;
|
|
2154
|
-
type: "RECIPE" | "SKU";
|
|
2154
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
2155
2155
|
amount: {
|
|
2156
2156
|
amount: number;
|
|
2157
2157
|
precision: number;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
precision: number;
|
|
13
13
|
};
|
|
14
14
|
} | null | undefined;
|
|
15
|
-
type: "RECIPE" | "SKU";
|
|
15
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
16
16
|
amount: {
|
|
17
17
|
amount: number;
|
|
18
18
|
precision: number;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
precision: number;
|
|
34
34
|
};
|
|
35
35
|
} | null | undefined;
|
|
36
|
-
type: "RECIPE" | "SKU";
|
|
36
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
37
37
|
amount: {
|
|
38
38
|
amount: number;
|
|
39
39
|
precision: number;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
precision: number;
|
|
19
19
|
};
|
|
20
20
|
} | null | undefined;
|
|
21
|
-
type: "RECIPE" | "SKU";
|
|
21
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
22
22
|
amount: {
|
|
23
23
|
amount: number;
|
|
24
24
|
precision: number;
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
precision: number;
|
|
84
84
|
};
|
|
85
85
|
} | null | undefined;
|
|
86
|
-
type: "RECIPE" | "SKU";
|
|
86
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
87
87
|
amount: {
|
|
88
88
|
amount: number;
|
|
89
89
|
precision: number;
|
|
@@ -21,14 +21,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
precision: number;
|
|
22
22
|
};
|
|
23
23
|
} | null | undefined;
|
|
24
|
-
type: "RECIPE" | "SKU";
|
|
24
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
25
25
|
amount: {
|
|
26
26
|
amount: number;
|
|
27
27
|
precision: number;
|
|
28
28
|
};
|
|
29
29
|
id: string;
|
|
30
30
|
}[]) => void;
|
|
31
|
-
"click:pick-inventory-bindings": (type: "RECIPE" | "SKU") => void;
|
|
31
|
+
"click:pick-inventory-bindings": (type: "RECIPE" | "SKU" | "SKU_GROUP") => void;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InventoryBindingFormProps>, {
|
|
33
33
|
modelValue: () => never[];
|
|
34
34
|
errors: () => never[];
|
|
@@ -43,14 +43,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
43
|
precision: number;
|
|
44
44
|
};
|
|
45
45
|
} | null | undefined;
|
|
46
|
-
type: "RECIPE" | "SKU";
|
|
46
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
47
47
|
amount: {
|
|
48
48
|
amount: number;
|
|
49
49
|
precision: number;
|
|
50
50
|
};
|
|
51
51
|
id: string;
|
|
52
52
|
}[]) => any) | undefined;
|
|
53
|
-
"onClick:pick-inventory-bindings"?: ((type: "RECIPE" | "SKU") => any) | undefined;
|
|
53
|
+
"onClick:pick-inventory-bindings"?: ((type: "RECIPE" | "SKU" | "SKU_GROUP") => any) | undefined;
|
|
54
54
|
}>, {
|
|
55
55
|
modelValue: {
|
|
56
56
|
measurement?: {
|
|
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
62
|
precision: number;
|
|
63
63
|
};
|
|
64
64
|
} | null | undefined;
|
|
65
|
-
type: "RECIPE" | "SKU";
|
|
65
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
66
66
|
amount: {
|
|
67
67
|
amount: number;
|
|
68
68
|
precision: number;
|
|
@@ -10,6 +10,7 @@ export type NetSuiteReadyEvent = {
|
|
|
10
10
|
};
|
|
11
11
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteFieldProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
"netsuite:ready": (setting: {
|
|
13
|
+
refNo?: string | null | undefined;
|
|
13
14
|
subsidiary?: {
|
|
14
15
|
name?: string | null | undefined;
|
|
15
16
|
id: string;
|
|
@@ -22,6 +23,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
23
|
}) => void;
|
|
23
24
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteFieldProps>>> & Readonly<{
|
|
24
25
|
"onNetsuite:ready"?: ((setting: {
|
|
26
|
+
refNo?: string | null | undefined;
|
|
25
27
|
subsidiary?: {
|
|
26
28
|
name?: string | null | undefined;
|
|
27
29
|
id: string;
|
|
@@ -2,6 +2,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2
2
|
modelValue: import("vue").PropType<Omit<{
|
|
3
3
|
_rev?: string | null | undefined;
|
|
4
4
|
netSuite?: {
|
|
5
|
+
refNo?: string | null | undefined;
|
|
5
6
|
subsidiary?: {
|
|
6
7
|
name?: string | null | undefined;
|
|
7
8
|
id: string;
|
|
@@ -136,7 +137,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
136
137
|
precision: number;
|
|
137
138
|
};
|
|
138
139
|
} | null | undefined;
|
|
139
|
-
type: "RECIPE" | "SKU";
|
|
140
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
140
141
|
amount: {
|
|
141
142
|
amount: number;
|
|
142
143
|
precision: number;
|
|
@@ -285,7 +286,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
286
|
precision: number;
|
|
286
287
|
};
|
|
287
288
|
} | null | undefined;
|
|
288
|
-
type: "RECIPE" | "SKU";
|
|
289
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
289
290
|
amount: {
|
|
290
291
|
amount: number;
|
|
291
292
|
precision: number;
|
|
@@ -372,7 +373,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
372
373
|
precision: number;
|
|
373
374
|
};
|
|
374
375
|
} | null | undefined;
|
|
375
|
-
type: "RECIPE" | "SKU";
|
|
376
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
376
377
|
amount: {
|
|
377
378
|
amount: number;
|
|
378
379
|
precision: number;
|
|
@@ -521,7 +522,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
521
522
|
precision: number;
|
|
522
523
|
};
|
|
523
524
|
} | null | undefined;
|
|
524
|
-
type: "RECIPE" | "SKU";
|
|
525
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
525
526
|
amount: {
|
|
526
527
|
amount: number;
|
|
527
528
|
precision: number;
|
|
@@ -578,6 +579,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
578
579
|
request: {
|
|
579
580
|
type: import("vue").PropType<{
|
|
580
581
|
netSuite?: {
|
|
582
|
+
refNo?: string | null | undefined;
|
|
581
583
|
subsidiary?: {
|
|
582
584
|
name?: string | null | undefined;
|
|
583
585
|
id: string;
|
|
@@ -593,6 +595,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
593
595
|
ref?: string | null | undefined;
|
|
594
596
|
_rev?: string | null | undefined;
|
|
595
597
|
netSuite?: {
|
|
598
|
+
refNo?: string | null | undefined;
|
|
596
599
|
subsidiary?: {
|
|
597
600
|
name?: string | null | undefined;
|
|
598
601
|
id: string;
|
|
@@ -727,7 +730,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
727
730
|
precision: number;
|
|
728
731
|
};
|
|
729
732
|
} | null | undefined;
|
|
730
|
-
type: "RECIPE" | "SKU";
|
|
733
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
731
734
|
amount: {
|
|
732
735
|
amount: number;
|
|
733
736
|
precision: number;
|
|
@@ -876,7 +879,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
876
879
|
precision: number;
|
|
877
880
|
};
|
|
878
881
|
} | null | undefined;
|
|
879
|
-
type: "RECIPE" | "SKU";
|
|
882
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
880
883
|
amount: {
|
|
881
884
|
amount: number;
|
|
882
885
|
precision: number;
|
|
@@ -965,7 +968,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
965
968
|
precision: number;
|
|
966
969
|
};
|
|
967
970
|
} | null | undefined;
|
|
968
|
-
type: "RECIPE" | "SKU";
|
|
971
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
969
972
|
amount: {
|
|
970
973
|
amount: number;
|
|
971
974
|
precision: number;
|
|
@@ -1095,7 +1098,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1095
1098
|
precision: number;
|
|
1096
1099
|
};
|
|
1097
1100
|
} | null | undefined;
|
|
1098
|
-
type: "RECIPE" | "SKU";
|
|
1101
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1099
1102
|
amount: {
|
|
1100
1103
|
amount: number;
|
|
1101
1104
|
precision: number;
|
|
@@ -1226,6 +1229,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1226
1229
|
modelValue: import("vue").PropType<Omit<{
|
|
1227
1230
|
_rev?: string | null | undefined;
|
|
1228
1231
|
netSuite?: {
|
|
1232
|
+
refNo?: string | null | undefined;
|
|
1229
1233
|
subsidiary?: {
|
|
1230
1234
|
name?: string | null | undefined;
|
|
1231
1235
|
id: string;
|
|
@@ -1360,7 +1364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1360
1364
|
precision: number;
|
|
1361
1365
|
};
|
|
1362
1366
|
} | null | undefined;
|
|
1363
|
-
type: "RECIPE" | "SKU";
|
|
1367
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1364
1368
|
amount: {
|
|
1365
1369
|
amount: number;
|
|
1366
1370
|
precision: number;
|
|
@@ -1509,7 +1513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1509
1513
|
precision: number;
|
|
1510
1514
|
};
|
|
1511
1515
|
} | null | undefined;
|
|
1512
|
-
type: "RECIPE" | "SKU";
|
|
1516
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1513
1517
|
amount: {
|
|
1514
1518
|
amount: number;
|
|
1515
1519
|
precision: number;
|
|
@@ -1596,7 +1600,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1596
1600
|
precision: number;
|
|
1597
1601
|
};
|
|
1598
1602
|
} | null | undefined;
|
|
1599
|
-
type: "RECIPE" | "SKU";
|
|
1603
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1600
1604
|
amount: {
|
|
1601
1605
|
amount: number;
|
|
1602
1606
|
precision: number;
|
|
@@ -1745,7 +1749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1745
1749
|
precision: number;
|
|
1746
1750
|
};
|
|
1747
1751
|
} | null | undefined;
|
|
1748
|
-
type: "RECIPE" | "SKU";
|
|
1752
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1749
1753
|
amount: {
|
|
1750
1754
|
amount: number;
|
|
1751
1755
|
precision: number;
|
|
@@ -1802,6 +1806,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1802
1806
|
request: {
|
|
1803
1807
|
type: import("vue").PropType<{
|
|
1804
1808
|
netSuite?: {
|
|
1809
|
+
refNo?: string | null | undefined;
|
|
1805
1810
|
subsidiary?: {
|
|
1806
1811
|
name?: string | null | undefined;
|
|
1807
1812
|
id: string;
|
|
@@ -1817,6 +1822,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1817
1822
|
ref?: string | null | undefined;
|
|
1818
1823
|
_rev?: string | null | undefined;
|
|
1819
1824
|
netSuite?: {
|
|
1825
|
+
refNo?: string | null | undefined;
|
|
1820
1826
|
subsidiary?: {
|
|
1821
1827
|
name?: string | null | undefined;
|
|
1822
1828
|
id: string;
|
|
@@ -1951,7 +1957,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1951
1957
|
precision: number;
|
|
1952
1958
|
};
|
|
1953
1959
|
} | null | undefined;
|
|
1954
|
-
type: "RECIPE" | "SKU";
|
|
1960
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
1955
1961
|
amount: {
|
|
1956
1962
|
amount: number;
|
|
1957
1963
|
precision: number;
|
|
@@ -2100,7 +2106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2100
2106
|
precision: number;
|
|
2101
2107
|
};
|
|
2102
2108
|
} | null | undefined;
|
|
2103
|
-
type: "RECIPE" | "SKU";
|
|
2109
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
2104
2110
|
amount: {
|
|
2105
2111
|
amount: number;
|
|
2106
2112
|
precision: number;
|
|
@@ -2189,7 +2195,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2189
2195
|
precision: number;
|
|
2190
2196
|
};
|
|
2191
2197
|
} | null | undefined;
|
|
2192
|
-
type: "RECIPE" | "SKU";
|
|
2198
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
2193
2199
|
amount: {
|
|
2194
2200
|
amount: number;
|
|
2195
2201
|
precision: number;
|
|
@@ -2319,7 +2325,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2319
2325
|
precision: number;
|
|
2320
2326
|
};
|
|
2321
2327
|
} | null | undefined;
|
|
2322
|
-
type: "RECIPE" | "SKU";
|
|
2328
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
2323
2329
|
amount: {
|
|
2324
2330
|
amount: number;
|
|
2325
2331
|
precision: number;
|
|
@@ -2457,7 +2463,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2457
2463
|
precision: number;
|
|
2458
2464
|
};
|
|
2459
2465
|
} | null | undefined;
|
|
2460
|
-
type: "RECIPE" | "SKU";
|
|
2466
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
2461
2467
|
amount: {
|
|
2462
2468
|
amount: number;
|
|
2463
2469
|
precision: number;
|
package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
30
30
|
precision: number;
|
|
31
31
|
};
|
|
32
32
|
} | null | undefined;
|
|
33
|
-
type: "RECIPE" | "SKU";
|
|
33
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
34
34
|
amount: {
|
|
35
35
|
amount: number;
|
|
36
36
|
precision: number;
|
|
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
118
|
precision: number;
|
|
119
119
|
};
|
|
120
120
|
} | null | undefined;
|
|
121
|
-
type: "RECIPE" | "SKU";
|
|
121
|
+
type: "RECIPE" | "SKU" | "SKU_GROUP";
|
|
122
122
|
amount: {
|
|
123
123
|
amount: number;
|
|
124
124
|
precision: number;
|