diff --git a/templates/ai_settings.html b/templates/ai_settings.html index 1be6dea..387828c 100644 --- a/templates/ai_settings.html +++ b/templates/ai_settings.html @@ -72,6 +72,10 @@ 立创接口超时(秒) +

输入 C 编号(如 C23186)时,系统按 productCode 查询;输入纯数字时按 productId 查询。

diff --git a/templates/box.html b/templates/box.html index beb2815..9b31fd7 100644 --- a/templates/box.html +++ b/templates/box.html @@ -76,7 +76,7 @@

快速入库

-

每行一条: 料号, 名称, 数量, 规格, 备注。支持英文逗号或Tab分隔;同料号会自动累加数量。

+

每行一条: 料号, 名称, 数量, 规格, 备注。支持英文逗号或Tab分隔;检测到同料号或同参数时不会自动合并,需要人工确认。

建议: part_no 用厂家型号,name 用品类+型号,specification 只写关键参数。

diff --git a/templates/edit.html b/templates/edit.html index f4a5f9e..11d9290 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -26,6 +26,9 @@ {% if notice %}

{{ notice }}

{% endif %} + {% if lock_storage_mode %} +

当前为锁仓模式: 禁止删除位置绑定,禁止替换当前位置料号。

+ {% endif %}
@@ -51,6 +54,14 @@ 备注 + +
@@ -60,6 +71,10 @@ {% else %} {% endif %} + {% endif %}
@@ -79,6 +94,14 @@ 数量 + +
接口参数