feat(trade): v4.0.13 收货禁全市与小飞侠拒单可感知
CI / verify (push) Waiting to run

拦截伪区县写入与下单;推单失败挂 fulfillmentHold,HQ 可见超区/推单失败。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-02 17:20:40 +08:00
parent 63fcf33416
commit c6b01def4c
18 changed files with 613 additions and 76 deletions
+28
View File
@@ -38,6 +38,34 @@
font-size: 11px;
}
.address-need-fix-tag {
margin-left: 8px;
padding: 2px 8px;
border-radius: 999px;
background: rgba(200, 120, 20, 0.12);
color: #b36b00;
font-size: 11px;
}
.address-item--dirty {
border: 1px solid rgba(200, 120, 20, 0.35);
}
.address-item-warn {
display: block;
margin-top: 6px;
font-size: 12px;
color: #b36b00;
}
.address-form-hint {
display: block;
margin: 0 var(--space-page) 8px;
font-size: 12px;
color: #b36b00;
line-height: 1.4;
}
.address-item-detail {
display: block;
font-size: 13px;