bugfix
This commit is contained in:
parent
f305f21c85
commit
f176dcfc25
24
json/provide_agreedetail.json
Normal file
24
json/provide_agreedetail.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"tblname":"agreedetail",
|
||||||
|
"alias":"provide_agreedetail",
|
||||||
|
"params":{
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": ["id", "agreeid"],
|
||||||
|
"alters": {}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
"id", "agreeid"
|
||||||
|
],
|
||||||
|
"subtables":[
|
||||||
|
{
|
||||||
|
"field":"agreedetailid",
|
||||||
|
"title":"供应协议产品",
|
||||||
|
"params":{
|
||||||
|
"agreeid":"${agreeid}",
|
||||||
|
"prodtypeid":"${prodtypeid}"
|
||||||
|
},
|
||||||
|
"subtable":"provide_agreeproduct"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
14
json/provide_agreeproduct.json
Normal file
14
json/provide_agreeproduct.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"tblname":"agreeproduct",
|
||||||
|
"alias":"provide_agreeproduct",
|
||||||
|
"params":{
|
||||||
|
"logined_userorgid":"orgid",
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": ["id", "agreedetailid", "resellerpid"],
|
||||||
|
"alters": {}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
"id", "agreedetailid", "resellerpid"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user