comments
This commit is contained in:
parent
49f635b29d
commit
f697191a7c
1 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@ export const addItem: Act = {
|
||||||
state: "numer",
|
state: "numer",
|
||||||
title: "string-256",
|
title: "string-256",
|
||||||
description: "string-4096",
|
description: "string-4096",
|
||||||
listCatID: "number",
|
listCatID: "number", //-1 = no parent
|
||||||
unit: "number",
|
unit: "number",
|
||||||
value: "string-256",
|
value: "string-256",
|
||||||
listProdID: "number" //-1 = no parent
|
listProdID: "number" //-1 = no parent
|
||||||
|
@ -474,7 +474,7 @@ export const changeItem: Act = {
|
||||||
state: "numer",
|
state: "numer",
|
||||||
title: "string-256",
|
title: "string-256",
|
||||||
description: "string-4096",
|
description: "string-4096",
|
||||||
listCatID: "number",
|
listCatID: "number", //-1 = no parent
|
||||||
unit: "number",
|
unit: "number",
|
||||||
value: "string-256",
|
value: "string-256",
|
||||||
listProdID: "number" //-1 = no parent
|
listProdID: "number" //-1 = no parent
|
||||||
|
|
Loading…
Reference in a new issue