29 lines
822 B
JSON
29 lines
822 B
JSON
{
|
|
"tblname": "orders",
|
|
"alias": "orders_edit",
|
|
"title": "编辑订单",
|
|
"params": {
|
|
"formfields": {
|
|
"exclouded": ["id", "contract_id", "customer_id", "owner_id", "org_id", "created_at", "updated_at"],
|
|
"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": "已取消"}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |