feat: 支持采购任务追溯并安全重新创建 (#186)

This commit is contained in:
chengma
2026-08-12 16:26:22 +08:00
parent 836aad5c26
commit 69bcf6116a
13 changed files with 298 additions and 57 deletions
+6
View File
@@ -363,6 +363,12 @@ tr.empty small { color: #aaa; }
}
.button-link:hover { background: #f0f2f4; }
.button-link.disabled { color: #999; background: #f5f6f8; }
.button-link.primary {
background: #1f6feb;
border-color: #1f6feb;
color: #fff;
}
.button-link.primary:hover { background: #1a5fd0; }
.sync-history-table { max-height: 460px; }
.sync-history-table td { vertical-align: top; }
.sync-history-table .sync-error {