update
This commit is contained in:
parent
b383699c8c
commit
b98d69ad96
1 changed files with 1 additions and 0 deletions
|
|
@ -1177,6 +1177,7 @@ export class PositionController extends Controller {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
requestBody.positions.map(async (x: any) => {
|
requestBody.positions.map(async (x: any) => {
|
||||||
const position = Object.assign(new Position());
|
const position = Object.assign(new Position());
|
||||||
|
position.orderNo = x.orderNo;
|
||||||
position.positionName = x.posDictName;
|
position.positionName = x.posDictName;
|
||||||
position.positionField = x.posDictField;
|
position.positionField = x.posDictField;
|
||||||
position.posTypeId = x.posTypeId == "" ? null : x.posTypeId;
|
position.posTypeId = x.posTypeId == "" ? null : x.posTypeId;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue