25 lines
455 B
JSON
25 lines
455 B
JSON
{
|
|
"tblname":"prodtype",
|
|
"uitype":"tree",
|
|
"params":{
|
|
"idField":"id",
|
|
"textField":"name",
|
|
"parentField":"parentid",
|
|
"editable":true,
|
|
"browserfields": {
|
|
"exclouded": ["id", "parentid" ],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id", "parentid"
|
|
],
|
|
"subtables":[
|
|
{
|
|
"field":"prodtypeid",
|
|
"title":"产品类型",
|
|
"subtable":"prodtypespec"
|
|
}
|
|
]
|
|
}
|
|
}
|