From 6f7811a843d27901bb32ccc6eec0156ef10ebcd7 Mon Sep 17 00:00:00 2001 From: liaodanlong Date: Fri, 27 Sep 2024 11:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=8B=A8=E5=85=A5=E5=BA=93=E3=80=81?= =?UTF-8?q?=E5=88=80=E5=85=B7=E7=BB=84=E8=A3=85=EF=BC=8C=E6=8B=86=E8=A7=A3?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81=E6=A8=A1=E6=9D=BF=E9=A2=84?= =?UTF-8?q?=E7=BD=AE=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_message/data/template_data.xml | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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