bugfix
This commit is contained in:
parent
917d7d6324
commit
54d3080a1b
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"tblname": "pricing_program_timing",
|
"tblname": "pricing_program",
|
||||||
"title": "定价项目时序",
|
"title": "定价项目",
|
||||||
"params": {
|
"params": {
|
||||||
|
"sortby": "name",
|
||||||
"logined_userorgid": "ownerid",
|
"logined_userorgid": "ownerid",
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id", "ownerid" ],
|
"exclouded": ["id", "ownerid" ],
|
||||||
@ -12,10 +13,10 @@
|
|||||||
],
|
],
|
||||||
"subtables":[
|
"subtables":[
|
||||||
{
|
{
|
||||||
"field": "pptid",
|
"field": "ppid",
|
||||||
"title": "定价细项",
|
"title": "定价项目时序",
|
||||||
"icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}",
|
"icon": "{{entire_url('/pricing/imgs/pricing_program_timing.svg')}}",
|
||||||
"subtable": "pricing_item"
|
"subtable": "pricing_program_timing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"tblname": "pricing_program",
|
"tblname": "pricing_program_timing",
|
||||||
"title": "定价项目",
|
"title": "定价项目时序",
|
||||||
"params": {
|
"params": {
|
||||||
"sortby": "name",
|
|
||||||
"logined_userorgid": "ownerid",
|
"logined_userorgid": "ownerid",
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id", "ownerid", "ppid" ],
|
"exclouded": ["id", "ownerid", "ppid" ],
|
||||||
@ -13,10 +12,10 @@
|
|||||||
],
|
],
|
||||||
"subtables":[
|
"subtables":[
|
||||||
{
|
{
|
||||||
"field": "ppid",
|
"field": "pptid",
|
||||||
"title": "定价项目时序",
|
"title": "定价细项",
|
||||||
"icon": "{{entire_url('/pricing/imgs/pricing_program_timing.svg')}}",
|
"icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}",
|
||||||
"subtable": "pricing_program_timing"
|
"subtable": "pricing_item"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user