|
|
@@ -242,7 +242,7 @@ const loadReceiveList = (): void => {
|
|
|
const loadOutstockBadge = (): void => {
|
|
|
if (currentUserId.length === 0) return
|
|
|
// 查询待签收的出库单
|
|
|
- getProductSalseList(1, 100, '', currentUserId, 'PENDING').then((res: any) => {
|
|
|
+ getProductSalseList(1, 1000, '', currentUserId, 'PENDING').then((res: any) => {
|
|
|
const result = res as UTSJSONObject
|
|
|
const rows = result['rows']
|
|
|
if (rows != null) {
|