fix: remove nonexistent ownerid filter from pricing_program_timing CRUD
This commit is contained in:
parent
c2a7dbb98f
commit
fffcd03c87
@ -2,13 +2,12 @@
|
|||||||
"tblname": "pricing_program_timing",
|
"tblname": "pricing_program_timing",
|
||||||
"title": "定价项目时序",
|
"title": "定价项目时序",
|
||||||
"params": {
|
"params": {
|
||||||
"logined_userorgid": "ownerid",
|
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id", "ownerid", "ppid" ],
|
"exclouded": ["id", "ppid" ],
|
||||||
"alters": {}
|
"alters": {}
|
||||||
},
|
},
|
||||||
"editexclouded": [
|
"editexclouded": [
|
||||||
"id", "ownerid", "ppid", "name"
|
"id", "ppid", "name"
|
||||||
],
|
],
|
||||||
"subtables":[
|
"subtables":[
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user