Rules maintenance
WORK ORDER RULES
Rule JSON Editor
Quick Guide
Work Order page reads this JSON
Use stable keys:
insulation, scaffold, machinery, hydro_cleaning
建议维护人员修改时保留每个规则的 kind 和 pricing 结构。
新增规则可先复制现有模板,再按实际价格表替换字段与 rates。
{
"new_rule_key": {
"label": "新规则",
"kind": "custom",
"enabled": true,
"rule": "Your formula",
"fields": [
{ "key": "amount", "label": "数量", "type": "number" }
],
"pricing": { "unitPrice": 100 }
}
}