This commit is contained in:
yumoqing 2025-03-06 18:00:05 +08:00
parent f305f21c85
commit f176dcfc25
2 changed files with 38 additions and 0 deletions

View 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"
}
]
}
}

View File

@ -0,0 +1,14 @@
{
"tblname":"agreeproduct",
"alias":"provide_agreeproduct",
"params":{
"logined_userorgid":"orgid",
"browserfields": {
"exclouded": ["id", "agreedetailid", "resellerpid"],
"alters": {}
},
"editexclouded": [
"id", "agreedetailid", "resellerpid"
]
}
}