30 lines
832 B
JSON
30 lines
832 B
JSON
{
|
|
"tblname": "orders",
|
|
"alias": "orders_list",
|
|
"title": "订单管理",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"browserfields": {
|
|
"exclouded": ["id", "contract_id", "customer_id", "owner_id", "org_id"],
|
|
"alters": {
|
|
"order_type": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "advance", "text": "预付款"},
|
|
{"value": "progress", "text": "进度款"},
|
|
{"value": "final", "text": "尾款"},
|
|
{"value": "manual", "text": "手动订单"}
|
|
]
|
|
},
|
|
"status": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "active", "text": "激活"},
|
|
{"value": "completed", "text": "已完成"},
|
|
{"value": "cancelled", "text": "已取消"}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |