1
0
forked from erp-dev/erp

fix: order_description change to copy by rolling_warn of printing_order

This commit is contained in:
2026-04-23 23:55:06 +08:00
parent d4fbb2c7fe
commit 80805ba312
6 changed files with 16 additions and 9 deletions

View File

@@ -273,6 +273,7 @@ GET /api/v1/shipment/deliveries/?status=2&driver_name=张&vehicle_trip=001&limit
- 写入 `cancelled_at`
- 写入 `cancelled_by`
- 同时会根据 `request.user.employee` 更新 `operator`
- 取消不会释放或解绑当前已关联的出货单;如需解绑,需显式删除送货单或通过修改接口改绑
- 已取消的送货单再次取消保持幂等
### 8. 追加绑定出货单到已有送货单