1、完善发货模板

2、完善运输计划
3、完善运单管理
This commit is contained in:
2026-08-05 15:51:44 +08:00
parent d47d6b4b23
commit 58726a675e
18 changed files with 544 additions and 35 deletions

View File

@@ -72,6 +72,9 @@
<if test="portTerminal.category != null and portTerminal.category != ''">
AND pt.category = #{portTerminal.category}
</if>
<if test="portTerminal.parentId != null">
AND pt.parent_id = #{portTerminal.parentId}
</if>
<if test="portTerminal.dataSource != null and portTerminal.dataSource != ''">
<choose>
<when test="portTerminal.dataSource == '初始化导入'">