fix(stocktake): enforce session_id in resume, make missing generation idempotent, update UI to show SN, and fix excel time offset

This commit is contained in:
DXC
2026-04-03 09:42:51 +08:00
parent 43e1d0aa55
commit 0d8f697df4
3 changed files with 28 additions and 9 deletions

View File

@ -74,7 +74,7 @@ export function getBom(parentId: number) {
}
// 获取应盘物资清单(盘点基数)
export function getAllStocktakeItems(params?: { keyword?: string }) {
export function getAllStocktakeItems(params?: { keyword?: string; session_id?: string }) {
return request({
url: '/v1/inbound/stock/stocktake/all-items',
method: 'get',