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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user