|
|
@ -199,7 +199,7 @@ export const BomInner = [ |
|
|
|
{ label: _Public.creationTime, prop: "creationTime", type:'dateTime' }, |
|
|
|
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: _Public.tenantId, prop: "tenantId" },
|
|
|
|
// { label: _Names.tenantId, prop: "tenantId" },
|
|
|
|
// { label: _Public.creatorId, prop: "creatorId" },
|
|
|
|
// { label: _Public.lastModifierId, prop: "lastModifierId" },
|
|
|
|
// { label: _Public.id, prop: 'id' },
|
|
|
@ -3768,6 +3768,8 @@ export const comingFromOut_file = [ |
|
|
|
|
|
|
|
// exchangeData批量操作页面
|
|
|
|
export const exchangeDataMaintenancePage = [ |
|
|
|
{ label: 'tyrpNumber', prop: "tyrpNumber" }, |
|
|
|
{ label: _Public.id, prop: "id" }, |
|
|
|
{ label: _Dashboard.dataAction, prop: "dataAction"}, |
|
|
|
{ label: _Dashboard.dataContent, prop: "dataContent", type:"showJsonTable" }, |
|
|
|
{ label: _Dashboard.dataIdentityCode, prop: "dataIdentityCode" }, |
|
|
@ -3775,14 +3777,12 @@ export const exchangeDataMaintenancePage = [ |
|
|
|
{ label: _Dashboard.destinationSystem, prop: "destinationSystem", type:"showDetail" }, |
|
|
|
{ label: _Dashboard.effectiveDate, prop: "effectiveDate",type:'dateTime' }, |
|
|
|
{ label: _Dashboard.sourceSystem, prop: "sourceSystem" }, |
|
|
|
{ label: 'tyrpNumber', prop: "tyrpNumber" }, |
|
|
|
{ label: _Public.remark, prop: "remark", type:"showDetail" }, |
|
|
|
{ label: _Public.creationTime, prop: "creationTime",type:'dateTime' }, |
|
|
|
{ label: _Public.creatorId, prop: "creatorId" }, |
|
|
|
{ label: _Public.lastModificationTime, prop: "lastModificationTime",type:'dateTime' }, |
|
|
|
{ label: _Public.lastModifierId, prop: "lastModifierId" }, |
|
|
|
{ label: _Public.tenantId, prop: "tenantId" }, |
|
|
|
{ label: _Public.id, prop: "ID" }, |
|
|
|
{ label: _Names.tenantId, prop: "tenantId" }, |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|