@feedmepos/mf-inventory-portal 0.0.23-dev.37 → 0.0.23-dev.38
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/{App-CocJ-ge2.js → App-DQgtWkQj.js} +20 -20
- package/dist/{ApprovalView-BwoVumaD.js → ApprovalView-CvSK9fGA.js} +10 -10
- package/dist/{BindingsDialog-ChGPGBfA.js → BindingsDialog-BAC0_xCP.js} +8 -8
- package/dist/{BindingsPicker-DlQ4Y-_S.js → BindingsPicker-ecWMwsNp.js} +3 -3
- package/dist/{BindingsTable-BViS1Vbk.js → BindingsTable-D5kQydOU.js} +10 -10
- package/dist/{ClosingDraftView-0s7elpJE.js → ClosingDraftView-CnHQ59rX.js} +46 -46
- package/dist/{ClosingTemplateView-ijUARoMf.js → ClosingTemplateView-vRTsVZ0c.js} +21 -21
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-f3zAXx0v.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-CpIzIvkU.js} +17 -17
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-B_VkK2l-.js → FmUnitInput.vue_vue_type_script_setup_true_lang-CNzEHF-R.js} +37 -37
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DaOZl7x7.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-DBhBaRrd.js} +1 -1
- package/dist/{IngredientGroupView-sBJJcpUH.js → IngredientGroupView-BLsABZ3h.js} +1 -1
- package/dist/IngredientsView-Cs4TIf6V.js +1794 -0
- package/dist/{IntegrationView-BCnyd5ZT.js → IntegrationView-BqAqngtM.js} +137 -137
- package/dist/{InventoryBindingForm-vNrC4UVe.js → InventoryBindingForm-D54V_qZQ.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CAKAtpAv.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-KIW9J7Xn.js} +106 -96
- package/dist/{InventoryBindingSummary-BV-mteuK.js → InventoryBindingSummary-htT7GNto.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CLJq06wA.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BlEgALMj.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DGMYtoSD.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DHbxXDGy.js} +9 -9
- package/dist/{PurchaseOrderPrintPreview-Dw9MTN87.js → PurchaseOrderPrintPreview-hmzxKuIa.js} +5 -5
- package/dist/{ReceiveRequestView-DA1y32Ri.js → ReceiveRequestView-_YioyWqU.js} +182 -182
- package/dist/{RecipeView-CUJ8JTg4.js → RecipeView-88KJ0nvU.js} +3 -3
- package/dist/StockView-R4cnEbHQ.js +1818 -0
- package/dist/{SupplierView-B25JfCjl.js → SupplierView-CevGG507.js} +4 -4
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-CaHSzoOL.js → TransferDetails.vue_vue_type_script_setup_true_lang-CeWP9msS.js} +52 -52
- package/dist/{TransferTemplateView-B-NHZD3a.js → TransferTemplateView-QDniAq8o.js} +114 -114
- package/dist/{UnitView-BwyqEvF5.js → UnitView-SjwJ3lZ0.js} +14 -14
- package/dist/{WarehouseView-DKN9oNF0.js → WarehouseView-55LiPQXG.js} +70 -70
- package/dist/api/bill.d.ts +240 -84
- package/dist/api/inventory.d.ts +15 -6
- package/dist/{app-pBbFb2kn.js → app-UTiudUUR.js} +351 -336
- package/dist/app.d.ts +6 -0
- package/dist/app.js +1 -1
- package/dist/components/FmCustomAttribute.vue.d.ts +23 -0
- package/dist/components/FmLockableField.vue.d.ts +37 -0
- package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +3 -1
- package/dist/components/shell/inventory/binding-ui.vue.d.ts +3 -1
- package/dist/{decimal-DlS5ULFC.js → decimal-tyBgHJ47.js} +1 -1
- package/dist/feature-z7inw9y6.js +946 -0
- package/dist/{format-unit-display-pWImoMk4.js → format-unit-display-DN0KtCh2.js} +61 -61
- package/dist/index-Dj2Ccgp1.js +29202 -0
- package/dist/{StockView-C8uDlvit.js → index-DlhdTaa8.js} +2218 -3854
- package/dist/{stock-Pgzh63s3.js → stock-CxRxidDu.js} +1 -1
- package/dist/stores/feature.d.ts +5 -0
- package/dist/stores/inventory.d.ts +20 -8
- package/dist/stores/supplier.d.ts +1 -1
- package/dist/{supplier-B_UGrq8S.js → supplier-BhyiTwSJ.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-DcCaNUdQ.js → use-inventory-binding-dialog-DwSvUvRl.js} +1 -1
- package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
- package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
- package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +2 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +24 -12
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +24 -12
- package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +6 -3
- package/dist/views/ingredients/components/convert/ConvertFormProps.d.ts +1 -0
- package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +4 -2
- package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +1 -0
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +2 -1
- package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +1 -1
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +34 -17
- package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +4 -2
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +2 -1
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +48 -24
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +48 -24
- package/dist/views/recipe/components/recipe-form/RecipeForm.vue.d.ts +2 -0
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +120 -42
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +4 -2
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +2 -1
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +24 -12
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +24 -12
- package/package.json +7 -6
- package/dist/IngredientsView-F25fK95q.js +0 -1657
- package/dist/feature-j9EM4xzR.js +0 -92
- package/dist/index-BILt4nGV.js +0 -12087
|
@@ -139,11 +139,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
139
139
|
precision: number;
|
|
140
140
|
};
|
|
141
141
|
} | null | undefined;
|
|
142
|
+
operationalGroup?: string | null | undefined;
|
|
142
143
|
thresholds?: {
|
|
143
144
|
low: number;
|
|
144
145
|
mid: number;
|
|
145
146
|
} | null | undefined;
|
|
146
|
-
|
|
147
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
147
148
|
unit: {
|
|
148
149
|
_id: string;
|
|
149
150
|
name: string;
|
|
@@ -324,11 +325,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
324
325
|
precision: number;
|
|
325
326
|
};
|
|
326
327
|
} | null | undefined;
|
|
328
|
+
operationalGroup?: string | null | undefined;
|
|
327
329
|
thresholds?: {
|
|
328
330
|
low: number;
|
|
329
331
|
mid: number;
|
|
330
332
|
} | null | undefined;
|
|
331
|
-
|
|
333
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
332
334
|
unit: {
|
|
333
335
|
_id: string;
|
|
334
336
|
name: string;
|
|
@@ -487,11 +489,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
487
489
|
precision: number;
|
|
488
490
|
};
|
|
489
491
|
} | null | undefined;
|
|
492
|
+
operationalGroup?: string | null | undefined;
|
|
490
493
|
thresholds?: {
|
|
491
494
|
low: number;
|
|
492
495
|
mid: number;
|
|
493
496
|
} | null | undefined;
|
|
494
|
-
|
|
497
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
495
498
|
unit: {
|
|
496
499
|
_id: string;
|
|
497
500
|
name: string;
|
|
@@ -650,11 +653,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
650
653
|
precision: number;
|
|
651
654
|
};
|
|
652
655
|
} | null | undefined;
|
|
656
|
+
operationalGroup?: string | null | undefined;
|
|
653
657
|
thresholds?: {
|
|
654
658
|
low: number;
|
|
655
659
|
mid: number;
|
|
656
660
|
} | null | undefined;
|
|
657
|
-
|
|
661
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
658
662
|
unit: {
|
|
659
663
|
_id: string;
|
|
660
664
|
name: string;
|
|
@@ -818,11 +822,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
818
822
|
precision: number;
|
|
819
823
|
};
|
|
820
824
|
} | null | undefined;
|
|
825
|
+
operationalGroup?: string | null | undefined;
|
|
821
826
|
thresholds?: {
|
|
822
827
|
low: number;
|
|
823
828
|
mid: number;
|
|
824
829
|
} | null | undefined;
|
|
825
|
-
|
|
830
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
826
831
|
unit: {
|
|
827
832
|
_id: string;
|
|
828
833
|
name: string;
|
|
@@ -1003,11 +1008,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1003
1008
|
precision: number;
|
|
1004
1009
|
};
|
|
1005
1010
|
} | null | undefined;
|
|
1011
|
+
operationalGroup?: string | null | undefined;
|
|
1006
1012
|
thresholds?: {
|
|
1007
1013
|
low: number;
|
|
1008
1014
|
mid: number;
|
|
1009
1015
|
} | null | undefined;
|
|
1010
|
-
|
|
1016
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1011
1017
|
unit: {
|
|
1012
1018
|
_id: string;
|
|
1013
1019
|
name: string;
|
|
@@ -1166,11 +1172,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1166
1172
|
precision: number;
|
|
1167
1173
|
};
|
|
1168
1174
|
} | null | undefined;
|
|
1175
|
+
operationalGroup?: string | null | undefined;
|
|
1169
1176
|
thresholds?: {
|
|
1170
1177
|
low: number;
|
|
1171
1178
|
mid: number;
|
|
1172
1179
|
} | null | undefined;
|
|
1173
|
-
|
|
1180
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1174
1181
|
unit: {
|
|
1175
1182
|
_id: string;
|
|
1176
1183
|
name: string;
|
|
@@ -1329,11 +1336,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1329
1336
|
precision: number;
|
|
1330
1337
|
};
|
|
1331
1338
|
} | null | undefined;
|
|
1339
|
+
operationalGroup?: string | null | undefined;
|
|
1332
1340
|
thresholds?: {
|
|
1333
1341
|
low: number;
|
|
1334
1342
|
mid: number;
|
|
1335
1343
|
} | null | undefined;
|
|
1336
|
-
|
|
1344
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1337
1345
|
unit: {
|
|
1338
1346
|
_id: string;
|
|
1339
1347
|
name: string;
|
|
@@ -1497,11 +1505,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1497
1505
|
precision: number;
|
|
1498
1506
|
};
|
|
1499
1507
|
} | null | undefined;
|
|
1508
|
+
operationalGroup?: string | null | undefined;
|
|
1500
1509
|
thresholds?: {
|
|
1501
1510
|
low: number;
|
|
1502
1511
|
mid: number;
|
|
1503
1512
|
} | null | undefined;
|
|
1504
|
-
|
|
1513
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1505
1514
|
unit: {
|
|
1506
1515
|
_id: string;
|
|
1507
1516
|
name: string;
|
|
@@ -1682,11 +1691,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1682
1691
|
precision: number;
|
|
1683
1692
|
};
|
|
1684
1693
|
} | null | undefined;
|
|
1694
|
+
operationalGroup?: string | null | undefined;
|
|
1685
1695
|
thresholds?: {
|
|
1686
1696
|
low: number;
|
|
1687
1697
|
mid: number;
|
|
1688
1698
|
} | null | undefined;
|
|
1689
|
-
|
|
1699
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1690
1700
|
unit: {
|
|
1691
1701
|
_id: string;
|
|
1692
1702
|
name: string;
|
|
@@ -1845,11 +1855,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1845
1855
|
precision: number;
|
|
1846
1856
|
};
|
|
1847
1857
|
} | null | undefined;
|
|
1858
|
+
operationalGroup?: string | null | undefined;
|
|
1848
1859
|
thresholds?: {
|
|
1849
1860
|
low: number;
|
|
1850
1861
|
mid: number;
|
|
1851
1862
|
} | null | undefined;
|
|
1852
|
-
|
|
1863
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1853
1864
|
unit: {
|
|
1854
1865
|
_id: string;
|
|
1855
1866
|
name: string;
|
|
@@ -2008,11 +2019,12 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
2008
2019
|
precision: number;
|
|
2009
2020
|
};
|
|
2010
2021
|
} | null | undefined;
|
|
2022
|
+
operationalGroup?: string | null | undefined;
|
|
2011
2023
|
thresholds?: {
|
|
2012
2024
|
low: number;
|
|
2013
2025
|
mid: number;
|
|
2014
2026
|
} | null | undefined;
|
|
2015
|
-
|
|
2027
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2016
2028
|
unit: {
|
|
2017
2029
|
_id: string;
|
|
2018
2030
|
name: string;
|
|
@@ -60,11 +60,12 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
|
|
|
60
60
|
precision: number;
|
|
61
61
|
};
|
|
62
62
|
} | null | undefined;
|
|
63
|
+
operationalGroup?: string | null | undefined;
|
|
63
64
|
thresholds?: {
|
|
64
65
|
low: number;
|
|
65
66
|
mid: number;
|
|
66
67
|
} | null | undefined;
|
|
67
|
-
|
|
68
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
68
69
|
code: string;
|
|
69
70
|
_id: string;
|
|
70
71
|
name: string;
|
|
@@ -131,11 +132,12 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
|
|
|
131
132
|
precision: number;
|
|
132
133
|
};
|
|
133
134
|
} | null | undefined;
|
|
135
|
+
operationalGroup?: string | null | undefined;
|
|
134
136
|
thresholds?: {
|
|
135
137
|
low: number;
|
|
136
138
|
mid: number;
|
|
137
139
|
} | null | undefined;
|
|
138
|
-
|
|
140
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
139
141
|
code: string;
|
|
140
142
|
_id: string;
|
|
141
143
|
name: string;
|
|
@@ -202,11 +204,12 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
|
|
|
202
204
|
precision: number;
|
|
203
205
|
};
|
|
204
206
|
} | null | undefined;
|
|
207
|
+
operationalGroup?: string | null | undefined;
|
|
205
208
|
thresholds?: {
|
|
206
209
|
low: number;
|
|
207
210
|
mid: number;
|
|
208
211
|
} | null | undefined;
|
|
209
|
-
|
|
212
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
210
213
|
code: string;
|
|
211
214
|
_id: string;
|
|
212
215
|
name: string;
|
|
@@ -43,11 +43,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
43
|
precision: number;
|
|
44
44
|
};
|
|
45
45
|
} | null | undefined;
|
|
46
|
+
operationalGroup?: string | null | undefined;
|
|
46
47
|
thresholds?: {
|
|
47
48
|
low: number;
|
|
48
49
|
mid: number;
|
|
49
50
|
} | null | undefined;
|
|
50
|
-
|
|
51
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
51
52
|
unit: {
|
|
52
53
|
_id: string;
|
|
53
54
|
name: string;
|
|
@@ -108,11 +109,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
109
|
precision: number;
|
|
109
110
|
};
|
|
110
111
|
} | null | undefined;
|
|
112
|
+
operationalGroup?: string | null | undefined;
|
|
111
113
|
thresholds?: {
|
|
112
114
|
low: number;
|
|
113
115
|
mid: number;
|
|
114
116
|
} | null | undefined;
|
|
115
|
-
|
|
117
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
116
118
|
unit: {
|
|
117
119
|
_id: string;
|
|
118
120
|
name: string;
|
|
@@ -6,6 +6,7 @@ export interface InventoryBindingFormProps {
|
|
|
6
6
|
rules?: (ValidationResult | ((bindings: FdoInventoryBinding[]) => ValidationResult))[];
|
|
7
7
|
iframeMode?: boolean;
|
|
8
8
|
disabled?: boolean;
|
|
9
|
+
readonly?: boolean;
|
|
9
10
|
}
|
|
10
11
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InventoryBindingFormProps>, {
|
|
11
12
|
modelValue: () => never[];
|
|
@@ -39,11 +39,12 @@ export declare function useIngredientTable(): {
|
|
|
39
39
|
precision: number;
|
|
40
40
|
};
|
|
41
41
|
} | null | undefined;
|
|
42
|
+
operationalGroup?: string | null | undefined;
|
|
42
43
|
thresholds?: {
|
|
43
44
|
low: number;
|
|
44
45
|
mid: number;
|
|
45
46
|
} | null | undefined;
|
|
46
|
-
|
|
47
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
47
48
|
unit: {
|
|
48
49
|
_id: string;
|
|
49
50
|
name: string;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
|
-
size: number;
|
|
21
20
|
color: string;
|
|
21
|
+
size: number;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -172,11 +172,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
172
|
precision: number;
|
|
173
173
|
};
|
|
174
174
|
} | null | undefined;
|
|
175
|
+
operationalGroup?: string | null | undefined;
|
|
175
176
|
thresholds?: {
|
|
176
177
|
low: number;
|
|
177
178
|
mid: number;
|
|
178
179
|
} | null | undefined;
|
|
179
|
-
|
|
180
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
180
181
|
unit: {
|
|
181
182
|
_id: string;
|
|
182
183
|
name: string;
|
|
@@ -313,11 +314,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
313
314
|
precision: number;
|
|
314
315
|
};
|
|
315
316
|
} | null | undefined;
|
|
317
|
+
operationalGroup?: string | null | undefined;
|
|
316
318
|
thresholds?: {
|
|
317
319
|
low: number;
|
|
318
320
|
mid: number;
|
|
319
321
|
} | null | undefined;
|
|
320
|
-
|
|
322
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
321
323
|
unit: {
|
|
322
324
|
_id: string;
|
|
323
325
|
name: string;
|
|
@@ -400,11 +402,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
400
402
|
precision: number;
|
|
401
403
|
};
|
|
402
404
|
} | null | undefined;
|
|
405
|
+
operationalGroup?: string | null | undefined;
|
|
403
406
|
thresholds?: {
|
|
404
407
|
low: number;
|
|
405
408
|
mid: number;
|
|
406
409
|
} | null | undefined;
|
|
407
|
-
|
|
410
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
408
411
|
unit: {
|
|
409
412
|
_id: string;
|
|
410
413
|
name: string;
|
|
@@ -549,11 +552,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
552
|
precision: number;
|
|
550
553
|
};
|
|
551
554
|
} | null | undefined;
|
|
555
|
+
operationalGroup?: string | null | undefined;
|
|
552
556
|
thresholds?: {
|
|
553
557
|
low: number;
|
|
554
558
|
mid: number;
|
|
555
559
|
} | null | undefined;
|
|
556
|
-
|
|
560
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
557
561
|
unit: {
|
|
558
562
|
_id: string;
|
|
559
563
|
name: string;
|
|
@@ -766,11 +770,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
766
770
|
precision: number;
|
|
767
771
|
};
|
|
768
772
|
} | null | undefined;
|
|
773
|
+
operationalGroup?: string | null | undefined;
|
|
769
774
|
thresholds?: {
|
|
770
775
|
low: number;
|
|
771
776
|
mid: number;
|
|
772
777
|
} | null | undefined;
|
|
773
|
-
|
|
778
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
774
779
|
unit: {
|
|
775
780
|
_id: string;
|
|
776
781
|
name: string;
|
|
@@ -907,11 +912,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
907
912
|
precision: number;
|
|
908
913
|
};
|
|
909
914
|
} | null | undefined;
|
|
915
|
+
operationalGroup?: string | null | undefined;
|
|
910
916
|
thresholds?: {
|
|
911
917
|
low: number;
|
|
912
918
|
mid: number;
|
|
913
919
|
} | null | undefined;
|
|
914
|
-
|
|
920
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
915
921
|
unit: {
|
|
916
922
|
_id: string;
|
|
917
923
|
name: string;
|
|
@@ -996,11 +1002,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
996
1002
|
precision: number;
|
|
997
1003
|
};
|
|
998
1004
|
} | null | undefined;
|
|
1005
|
+
operationalGroup?: string | null | undefined;
|
|
999
1006
|
thresholds?: {
|
|
1000
1007
|
low: number;
|
|
1001
1008
|
mid: number;
|
|
1002
1009
|
} | null | undefined;
|
|
1003
|
-
|
|
1010
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1004
1011
|
unit: {
|
|
1005
1012
|
_id: string;
|
|
1006
1013
|
name: string;
|
|
@@ -1126,11 +1133,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1126
1133
|
precision: number;
|
|
1127
1134
|
};
|
|
1128
1135
|
} | null | undefined;
|
|
1136
|
+
operationalGroup?: string | null | undefined;
|
|
1129
1137
|
thresholds?: {
|
|
1130
1138
|
low: number;
|
|
1131
1139
|
mid: number;
|
|
1132
1140
|
} | null | undefined;
|
|
1133
|
-
|
|
1141
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1134
1142
|
unit: {
|
|
1135
1143
|
_id: string;
|
|
1136
1144
|
name: string;
|
|
@@ -1405,11 +1413,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1405
1413
|
precision: number;
|
|
1406
1414
|
};
|
|
1407
1415
|
} | null | undefined;
|
|
1416
|
+
operationalGroup?: string | null | undefined;
|
|
1408
1417
|
thresholds?: {
|
|
1409
1418
|
low: number;
|
|
1410
1419
|
mid: number;
|
|
1411
1420
|
} | null | undefined;
|
|
1412
|
-
|
|
1421
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1413
1422
|
unit: {
|
|
1414
1423
|
_id: string;
|
|
1415
1424
|
name: string;
|
|
@@ -1546,11 +1555,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1546
1555
|
precision: number;
|
|
1547
1556
|
};
|
|
1548
1557
|
} | null | undefined;
|
|
1558
|
+
operationalGroup?: string | null | undefined;
|
|
1549
1559
|
thresholds?: {
|
|
1550
1560
|
low: number;
|
|
1551
1561
|
mid: number;
|
|
1552
1562
|
} | null | undefined;
|
|
1553
|
-
|
|
1563
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1554
1564
|
unit: {
|
|
1555
1565
|
_id: string;
|
|
1556
1566
|
name: string;
|
|
@@ -1633,11 +1643,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1633
1643
|
precision: number;
|
|
1634
1644
|
};
|
|
1635
1645
|
} | null | undefined;
|
|
1646
|
+
operationalGroup?: string | null | undefined;
|
|
1636
1647
|
thresholds?: {
|
|
1637
1648
|
low: number;
|
|
1638
1649
|
mid: number;
|
|
1639
1650
|
} | null | undefined;
|
|
1640
|
-
|
|
1651
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1641
1652
|
unit: {
|
|
1642
1653
|
_id: string;
|
|
1643
1654
|
name: string;
|
|
@@ -1782,11 +1793,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1782
1793
|
precision: number;
|
|
1783
1794
|
};
|
|
1784
1795
|
} | null | undefined;
|
|
1796
|
+
operationalGroup?: string | null | undefined;
|
|
1785
1797
|
thresholds?: {
|
|
1786
1798
|
low: number;
|
|
1787
1799
|
mid: number;
|
|
1788
1800
|
} | null | undefined;
|
|
1789
|
-
|
|
1801
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1790
1802
|
unit: {
|
|
1791
1803
|
_id: string;
|
|
1792
1804
|
name: string;
|
|
@@ -1999,11 +2011,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1999
2011
|
precision: number;
|
|
2000
2012
|
};
|
|
2001
2013
|
} | null | undefined;
|
|
2014
|
+
operationalGroup?: string | null | undefined;
|
|
2002
2015
|
thresholds?: {
|
|
2003
2016
|
low: number;
|
|
2004
2017
|
mid: number;
|
|
2005
2018
|
} | null | undefined;
|
|
2006
|
-
|
|
2019
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2007
2020
|
unit: {
|
|
2008
2021
|
_id: string;
|
|
2009
2022
|
name: string;
|
|
@@ -2140,11 +2153,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2140
2153
|
precision: number;
|
|
2141
2154
|
};
|
|
2142
2155
|
} | null | undefined;
|
|
2156
|
+
operationalGroup?: string | null | undefined;
|
|
2143
2157
|
thresholds?: {
|
|
2144
2158
|
low: number;
|
|
2145
2159
|
mid: number;
|
|
2146
2160
|
} | null | undefined;
|
|
2147
|
-
|
|
2161
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2148
2162
|
unit: {
|
|
2149
2163
|
_id: string;
|
|
2150
2164
|
name: string;
|
|
@@ -2229,11 +2243,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2229
2243
|
precision: number;
|
|
2230
2244
|
};
|
|
2231
2245
|
} | null | undefined;
|
|
2246
|
+
operationalGroup?: string | null | undefined;
|
|
2232
2247
|
thresholds?: {
|
|
2233
2248
|
low: number;
|
|
2234
2249
|
mid: number;
|
|
2235
2250
|
} | null | undefined;
|
|
2236
|
-
|
|
2251
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2237
2252
|
unit: {
|
|
2238
2253
|
_id: string;
|
|
2239
2254
|
name: string;
|
|
@@ -2359,11 +2374,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2359
2374
|
precision: number;
|
|
2360
2375
|
};
|
|
2361
2376
|
} | null | undefined;
|
|
2377
|
+
operationalGroup?: string | null | undefined;
|
|
2362
2378
|
thresholds?: {
|
|
2363
2379
|
low: number;
|
|
2364
2380
|
mid: number;
|
|
2365
2381
|
} | null | undefined;
|
|
2366
|
-
|
|
2382
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2367
2383
|
unit: {
|
|
2368
2384
|
_id: string;
|
|
2369
2385
|
name: string;
|
|
@@ -2500,11 +2516,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2500
2516
|
precision: number;
|
|
2501
2517
|
};
|
|
2502
2518
|
} | null | undefined;
|
|
2519
|
+
operationalGroup?: string | null | undefined;
|
|
2503
2520
|
thresholds?: {
|
|
2504
2521
|
low: number;
|
|
2505
2522
|
mid: number;
|
|
2506
2523
|
} | null | undefined;
|
|
2507
|
-
|
|
2524
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2508
2525
|
unit: {
|
|
2509
2526
|
_id: string;
|
|
2510
2527
|
name: string;
|
package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts
CHANGED
|
@@ -55,11 +55,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
precision: number;
|
|
56
56
|
};
|
|
57
57
|
} | null | undefined;
|
|
58
|
+
operationalGroup?: string | null | undefined;
|
|
58
59
|
thresholds?: {
|
|
59
60
|
low: number;
|
|
60
61
|
mid: number;
|
|
61
62
|
} | null | undefined;
|
|
62
|
-
|
|
63
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
63
64
|
unit: {
|
|
64
65
|
_id: string;
|
|
65
66
|
name: string;
|
|
@@ -143,11 +144,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
143
144
|
precision: number;
|
|
144
145
|
};
|
|
145
146
|
} | null | undefined;
|
|
147
|
+
operationalGroup?: string | null | undefined;
|
|
146
148
|
thresholds?: {
|
|
147
149
|
low: number;
|
|
148
150
|
mid: number;
|
|
149
151
|
} | null | undefined;
|
|
150
|
-
|
|
152
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
151
153
|
unit: {
|
|
152
154
|
_id: string;
|
|
153
155
|
name: string;
|
package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts
CHANGED
|
@@ -71,11 +71,12 @@ export declare function useTransferItems(controller: {
|
|
|
71
71
|
precision: number;
|
|
72
72
|
};
|
|
73
73
|
} | null | undefined;
|
|
74
|
+
operationalGroup?: string | null | undefined;
|
|
74
75
|
thresholds?: {
|
|
75
76
|
low: number;
|
|
76
77
|
mid: number;
|
|
77
78
|
} | null | undefined;
|
|
78
|
-
|
|
79
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
79
80
|
unit: {
|
|
80
81
|
_id: string;
|
|
81
82
|
name: string;
|