mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
фикс страницы накладных
функционал обновления списка накладных
This commit is contained in:
@@ -108,7 +108,7 @@ type ProductFullDTO struct {
|
|||||||
ColdLossPercent float64 `json:"coldLossPercent"`
|
ColdLossPercent float64 `json:"coldLossPercent"`
|
||||||
HotLossPercent float64 `json:"hotLossPercent"`
|
HotLossPercent float64 `json:"hotLossPercent"`
|
||||||
OuterCode *string `json:"outerEconomicActivityNomenclatureCode"`
|
OuterCode *string `json:"outerEconomicActivityNomenclatureCode"`
|
||||||
AllergenGroups *string `json:"allergenGroups"`
|
AllergenGroups []interface{} `json:"allergenGroups"`
|
||||||
EstPurchasePrice float64 `json:"estimatedPurchasePrice"`
|
EstPurchasePrice float64 `json:"estimatedPurchasePrice"`
|
||||||
CanSetOpenPrice bool `json:"canSetOpenPrice"`
|
CanSetOpenPrice bool `json:"canSetOpenPrice"`
|
||||||
NotInStoreMovement bool `json:"notInStoreMovement"`
|
NotInStoreMovement bool `json:"notInStoreMovement"`
|
||||||
|
|||||||
Reference in New Issue
Block a user