diff --git a/sf_message/data/template_data.xml b/sf_message/data/template_data.xml index 5ea6601c..868b3f52 100644 --- a/sf_message/data/template_data.xml +++ b/sf_message/data/template_data.xml @@ -36,5 +36,49 @@ 单号:产品[{{product_id}}]({{request_url}}) 事项:共{{number}}个工单已下发,请查收知悉 + + + + + + + 调拨入库 + + stock.picking + + markdown + normal + ### 调拨入库通知: +单号:调拨入库单[{{name}}]({{request_url}}) +事项:完成刀具物料上架入库 + + + + + + 功能刀具寿命到期 + + sf.functional.tool.dismantle + + markdown + normal + ### 功能刀具寿命到期提醒: +单号:拆解单[{{code}}]({{request_url}}) +事项:{{functional_tool_id.tool_name_id.name}}寿命已到期,需拆解 + + + + + + 功能刀具组装 + + sf.functional.tool.assembly + + markdown + normal + ### 功能刀具组装通知: +单号:组装任务单[{{name}}]({{request_url}}) +事项:{{use_tool_time}}前完成组装 + \ No newline at end of file