Files
flowable_management/base-fast/Word模板标签文本.txt
2026-01-31 15:51:23 +08:00

39 lines
631 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Word模板标签文本直接复制使用
## 循环开始标签
{{#rows}}
## 循环结束标签
{{/rows}}
## 数据字段标签
{{seq}}
{{materialName}}
{{materialSpec}}
{{qty}}
{{unitName}}
{{salePrice}}
{{amount}}
{{remark}}
## 其他字段标签
{{totalPrice}}
{{clientName}}
{{contractCode}}
{{effectiveDate}}
---
## 使用说明
1. 从本文件复制标签文本
2. 粘贴到Word模板的对应位置
3. 确保使用"无格式文本"粘贴
## 注意事项
- 标签必须完全匹配,包括大小写
- 不要有多余的空格
- 使用英文字符,不要用中文字符
- {{#rows}} 中的 # 是英文井号