fix: return status of act position
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
This commit is contained in:
parent
d7164b603a
commit
0a3f0d9170
1 changed files with 1 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ export class PosMasterActController extends Controller {
|
||||||
posType: item.posMasterChild?.current_holder?.posType?.posTypeName ?? null,
|
posType: item.posMasterChild?.current_holder?.posType?.posTypeName ?? null,
|
||||||
position: item.posMasterChild?.current_holder?.position ?? null,
|
position: item.posMasterChild?.current_holder?.position ?? null,
|
||||||
posNo: shortName,
|
posNo: shortName,
|
||||||
|
statusReport: item.statusReport,
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue