1
0
forked from erp-dev/erp

fix: 出货单审核后也可以修改了(未绑定送货单都可以)

This commit is contained in:
2026-04-22 15:36:14 +08:00
parent 35e6af1128
commit 35a03218d8
3 changed files with 36 additions and 9 deletions

View File

@@ -113,8 +113,8 @@
- 仅允许修改业务数据字段:`customer``shipment_date``address``contact_name``contact_phone``area``remark``external_id`
- 该接口不允许修改 `status`
- `草稿(未发布)` 状态的出货单允许修改
- 非草稿状态会返回 `400 Bad Request`
-“未关联送货单”的出货单允许修改
- 一旦出货单已关联送货单,会返回 `400 Bad Request`
请求体示例:
@@ -132,7 +132,7 @@
```json
{
"detail": "仅草稿状态的出货单允许修改"
"detail": "已关联送货单的出货单允许修改"
}
```