|
|
@ -185,7 +185,7 @@ export const Bom = [ |
|
|
|
// fixed: "right"
|
|
|
|
// },
|
|
|
|
] |
|
|
|
// 物料清单信息 - 详情【父物料信息、子物料信息】
|
|
|
|
// 物料清单信息 - 详情【父物料信息、子物料信息】 20230331
|
|
|
|
export const BomInner = [ |
|
|
|
{ |
|
|
|
label: "父物料号", |
|
|
@ -194,16 +194,28 @@ export const BomInner = [ |
|
|
|
type: "name" |
|
|
|
}, |
|
|
|
{ label: "子物料号", prop: "component" }, |
|
|
|
{ label: "子物料用量", prop: 'perQty', type:"object",showProp: 'qty' }, |
|
|
|
{ label: "子物料用量单位", prop: 'perQty', type:"object",showProp: 'uom' }, |
|
|
|
{ label: "子物料用量", prop: 'componentQty' }, |
|
|
|
{ label: "子物料用量单位", prop: 'componentUom' }, |
|
|
|
// { label: "子物料用量", prop: 'perQty', type:"object",showProp: 'qty' },
|
|
|
|
// { label: "子物料用量单位", prop: 'perQty', type:"object",showProp: 'uom' },
|
|
|
|
{ label: "ERP工序", prop: "erpOp" }, |
|
|
|
{ label: "制造工序", prop: "mfgOp" }, |
|
|
|
{ label: "配送方式", prop: "distributionType", type: "filter", filters: "distributionType" }, |
|
|
|
{ label: "取整方式", prop: "truncType", type: "filter", filters: "truncType" }, |
|
|
|
{ label: "计划拆分规则", prop: "plannedSplitRule", type: "filter", filters: "plannedSplitRule" }, |
|
|
|
{ label: "开始时间", prop: "timeRange", type: "objectDateTime", showProp: 'beginTime' }, |
|
|
|
{ label: "结束时间", prop: "timeRange", type: "objectDateTime", showProp: 'endTime' }, |
|
|
|
// { label: "开始时间", prop: "timeRange", type: "objectDateTime", showProp: 'beginTime' },
|
|
|
|
// { label: "结束时间", prop: "timeRange", type: "objectDateTime", showProp: 'endTime' },
|
|
|
|
{ label: "开始时间", prop: "beginTime", type:'dateTime' }, |
|
|
|
{ label: "结束时间", prop: "endTime", type:'dateTime' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
// -------------------------------------
|
|
|
|
{ label: "层级", prop: "layer" }, |
|
|
|
{ label: "事务代码", prop: "tenantId" }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type:'dateTime' }, |
|
|
|
{ label: "创建者Id", prop: "creatorId" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
// {
|
|
|
|
// label: "操作",
|
|
|
|
// type:"buttonOperation",
|
|
|
@ -226,7 +238,6 @@ export const Customer = [ |
|
|
|
{ label: "电话", prop: "phone" }, |
|
|
|
{ label: "传真", prop: "fax" }, |
|
|
|
{ label: "邮编", prop: "postID" }, |
|
|
|
|
|
|
|
// -------------------------------------
|
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
@ -583,7 +594,7 @@ export const Location = [ |
|
|
|
// fixed: "right"
|
|
|
|
// },
|
|
|
|
] |
|
|
|
// 库位零件关系
|
|
|
|
// 库位零件关系 20230331
|
|
|
|
export const ItemStoreRelation = [ |
|
|
|
{ |
|
|
|
label: "物料代码", |
|
|
@ -601,6 +612,13 @@ export const ItemStoreRelation = [ |
|
|
|
{ label: "次要存储单位", prop: "altUm" }, |
|
|
|
{ label: "存储单位", prop: "pramaryUM", type: "filter", filters: "pramaryUm" }, |
|
|
|
{ label: "是否定制位置", prop: "isFixed", type: "filter", filters: "whetherOrNot" }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "是否占用多库位", prop: "multiLoc", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
|
|
|
|
// {
|
|
|
|
// label: "操作",
|
|
|
|
// type:"buttonOperation",
|
|
|
@ -609,7 +627,7 @@ export const ItemStoreRelation = [ |
|
|
|
// fixed: "right"
|
|
|
|
// },
|
|
|
|
] |
|
|
|
// 库位可用容量信息 20230328 暂无接口
|
|
|
|
// 库位可用容量信息 20230331
|
|
|
|
export const InventoryLocationCapacity = [ |
|
|
|
{ |
|
|
|
label: "库位代码", |
|
|
@ -622,6 +640,9 @@ export const InventoryLocationCapacity = [ |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "已用容量", prop: "usedCapacity" }, |
|
|
|
{ label: "可承受过载容量", prop: "bearableOverloadCapacity" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
|
|
|
|
// {
|
|
|
|
// label: "操作",
|
|
|
|