feat: 折扣方案添加子表按钮(折扣产品明细)
使用subtables配置,点击按钮跳转到discount_detail子表, 通过discountid字段关联筛选。
This commit is contained in:
parent
e4a6ca15b9
commit
95b91c4c25
@ -28,6 +28,13 @@
|
|||||||
"update_data_url": "{{entire_url('../api/discount_update.dspy')}}",
|
"update_data_url": "{{entire_url('../api/discount_update.dspy')}}",
|
||||||
"delete_data_url": "{{entire_url('../api/discount_delete.dspy')}}"
|
"delete_data_url": "{{entire_url('../api/discount_delete.dspy')}}"
|
||||||
},
|
},
|
||||||
"logined_userorgid": "resellerid"
|
"logined_userorgid": "resellerid",
|
||||||
|
"subtables": [
|
||||||
|
{
|
||||||
|
"field": "discountid",
|
||||||
|
"title": "折扣产品明细",
|
||||||
|
"subtable": "discount_detail"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user