แก้ฟิววันที่ประวัติ
This commit is contained in:
parent
7f56d35876
commit
179bd7f2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ export class PositionController extends Controller {
|
||||||
: item.orgChild4 == null
|
: item.orgChild4 == null
|
||||||
? item.orgChild3.orgChild3ShortName
|
? item.orgChild3.orgChild3ShortName
|
||||||
: item.orgChild4.orgChild4ShortName,
|
: item.orgChild4.orgChild4ShortName,
|
||||||
lastUpdatedAt: item.lastUpdatedAt ? item.posMasterNo : null,
|
lastUpdatedAt: item.lastUpdatedAt ? item.lastUpdatedAt : null,
|
||||||
posMasterNoPrefix: item.posMasterNoPrefix ? item.posMasterNoPrefix : null,
|
posMasterNoPrefix: item.posMasterNoPrefix ? item.posMasterNoPrefix : null,
|
||||||
posMasterNo: item.posMasterNo ? item.posMasterNo : null,
|
posMasterNo: item.posMasterNo ? item.posMasterNo : null,
|
||||||
posMasterNoSuffix: item.posMasterNoSuffix ? item.posMasterNoSuffix : null,
|
posMasterNoSuffix: item.posMasterNoSuffix ? item.posMasterNoSuffix : null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue