feat(settlement): 门店未出账手动提现与总部审核(OPT-010)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-03 15:32:01 +08:00
parent 666bcb8633
commit f3353bbce5
29 changed files with 1733 additions and 15 deletions
+40
View File
@@ -1714,6 +1714,46 @@
color: var(--color-aged-amber);
}
.shop-record-badge.rejected {
background: rgba(180, 35, 24, 0.1);
color: var(--color-error-red, #b42318);
}
.shop-withdraw-back {
border: none;
background: transparent;
padding: 4px;
display: inline-flex;
align-items: center;
color: inherit;
cursor: pointer;
}
.shop-withdraw-btn {
width: 100%;
margin-top: 12px;
height: 44px;
border: none;
border-radius: 12px;
background: var(--color-primary, #8b1a1a);
color: #fff;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.shop-withdraw-btn:disabled {
opacity: 0.45;
cursor: not-allowed;
}
.shop-withdraw-msg {
margin-top: 10px;
font-size: 13px;
color: var(--color-aged-amber);
text-align: center;
}
.shop-record-amounts {
display: grid;
grid-template-columns: 1fr 1fr;