|
@ -13,7 +13,7 @@ export const ItemBasic = [ |
|
|
{ label: "采购件", prop: "canBuy", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "采购件", prop: "canBuy", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "外包件", prop: 'canOutsourcing', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "外包件", prop: 'canOutsourcing', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "回收件", prop: 'isRecycled', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "回收件", prop: 'isRecycled', type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "产品类", prop: 'productLine' }, |
|
|
// { label: "产品类", prop: 'productLine' },
|
|
|
{ label: "有效值", prop: "validity" }, |
|
|
{ label: "有效值", prop: "validity" }, |
|
|
{ label: "有效期", prop: "validityUnit", type: "filter", filters: "validityUnit" }, |
|
|
{ label: "有效期", prop: "validityUnit", type: "filter", filters: "validityUnit" }, |
|
|
{ label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, |
|
|
{ label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, |
|
@ -29,6 +29,7 @@ export const ItemBasic = [ |
|
|
{ label: "是否虚拟物料", prop: "isPhantom", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "是否虚拟物料", prop: "isPhantom", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "备注", prop: 'remark' }, |
|
|
{ label: "备注", prop: 'remark' }, |
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
{ label: "标包数", prop: "stdPackQty" }, |
|
|
{ label: "事务代码", prop: "tenantId" }, |
|
|
{ label: "事务代码", prop: "tenantId" }, |
|
|
{ label: "创建时间", prop: "creationTime", type:'dateTime' }, |
|
|
{ label: "创建时间", prop: "creationTime", type:'dateTime' }, |
|
|
{ label: "创建者Id", prop: "creatorId" }, |
|
|
{ label: "创建者Id", prop: "creatorId" }, |
|
@ -36,9 +37,6 @@ export const ItemBasic = [ |
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
{ label: "id", prop: 'id' }, |
|
|
{ label: "id", prop: 'id' }, |
|
|
// { label: "公司", prop: 'company' },
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
// ---------------------------------------
|
|
|
|
|
|
{ label: "标包数", prop: "stdPackQty" }, |
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
] |
|
|
] |
|
|
// 物品质量信息 20230328
|
|
|
// 物品质量信息 20230328
|
|
|
export const ItemQuality = [ |
|
|
export const ItemQuality = [ |
|
@ -465,7 +463,7 @@ export const Location = [ |
|
|
// { label: "公司", prop: 'company' },
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
] |
|
|
] |
|
|
// 库位零件关系 20221212
|
|
|
// 库位零件关系 20230331
|
|
|
export const ItemStoreRelation = [ |
|
|
export const ItemStoreRelation = [ |
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
{ label: "储存关系类型", prop: "storeRelationType", type: "filter", filters: "storeRelationType" }, |
|
|
{ label: "储存关系类型", prop: "storeRelationType", type: "filter", filters: "storeRelationType" }, |
|
@ -480,7 +478,7 @@ export const ItemStoreRelation = [ |
|
|
{ label: "备注", prop: 'remark' }, |
|
|
{ label: "备注", prop: 'remark' }, |
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
{ label: "是否占用多库位", prop: "multiLoc", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "是否占用多库位", prop: "multiLoc", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "库位", prop: "locationCode" }, |
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
|
{ label: "事务代码", prop: "tenantId" }, |
|
|
{ label: "事务代码", prop: "tenantId" }, |
|
|
{ label: "创建时间", prop: "creationTime", type:'dateTime' }, |
|
|
{ label: "创建时间", prop: "creationTime", type:'dateTime' }, |
|
|
{ label: "创建者Id", prop: "creatorId" }, |
|
|
{ label: "创建者Id", prop: "creatorId" }, |
|
@ -491,7 +489,7 @@ export const ItemStoreRelation = [ |
|
|
{ label: "公司", prop: 'company' }, |
|
|
{ label: "公司", prop: 'company' }, |
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
] |
|
|
] |
|
|
// 库位可用容量信息 20230328 暂无接口
|
|
|
// 库位可用容量信息 20230331
|
|
|
export const InventoryLocationCapacity = [ |
|
|
export const InventoryLocationCapacity = [ |
|
|
{ label: "可用容量(%)", prop: "availableCapacity" }, |
|
|
{ label: "可用容量(%)", prop: "availableCapacity" }, |
|
|
{ label: "是否无穷大", prop: "isInfinity", type: "filter", filters: "whetherOrNot" }, |
|
|
{ label: "是否无穷大", prop: "isInfinity", type: "filter", filters: "whetherOrNot" }, |
|
@ -506,7 +504,7 @@ export const InventoryLocationCapacity = [ |
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
{ label: "id", prop: 'id' }, |
|
|
{ label: "id", prop: 'id' }, |
|
|
{ label: "公司", prop: 'company' }, |
|
|
// { label: "公司", prop: 'company' },
|
|
|
// -----------------------------------------------------------------------
|
|
|
// -----------------------------------------------------------------------
|
|
|
] |
|
|
] |
|
|
// 物品安全库存信息 20230328
|
|
|
// 物品安全库存信息 20230328
|
|
|