|
@ -63,7 +63,6 @@ export const PoMstr = [ |
|
|
{ label: initFromApiColumnsLable('PoMstrConsignment'), prop: "consignment", type:"showDetail" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrConsignment'), prop: "consignment", type:"showDetail" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrContacts'), prop: "contacts", type:"showDetail" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrContacts'), prop: "contacts", type:"showDetail" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrContract'), prop: "contract",type:'dateTime' }, |
|
|
{ label: initFromApiColumnsLable('PoMstrContract'), prop: "contract",type:'dateTime' }, |
|
|
{ label: initFromApiColumnsLable('PoMstrDetails'), prop: "details" , type:"showDetail"}, |
|
|
|
|
|
{ label: initFromApiColumnsLable('PoMstrDueDate'), prop: "dueDate", type:"dateTime" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrDueDate'), prop: "dueDate", type:"dateTime" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrErrorCode'), prop: "errorCode", type:"showDetail" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrErrorCode'), prop: "errorCode", type:"showDetail" }, |
|
|
{ label: initFromApiColumnsLable('PoMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"}, |
|
|
{ label: initFromApiColumnsLable('PoMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"}, |
|
|