|
|
@ -140,7 +140,7 @@ export const Bom = [ |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 客户信息 20221212
|
|
|
|
// 客户信息 20230328
|
|
|
|
export const Customer = [ |
|
|
|
{ label: "客户代码", prop: "code" }, |
|
|
|
{ label: "客户名称", prop: 'name' }, |
|
|
@ -163,7 +163,7 @@ export const Customer = [ |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "type", prop: 'type' }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 客户物品信息 20221212
|
|
|
@ -187,7 +187,7 @@ export const CustomerItem = [ |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 客户地址信息 20221212
|
|
|
|
// 客户地址信息 20230328
|
|
|
|
export const CustomerAddress = [ |
|
|
|
{ label: "客户地址编号", prop: "code" }, |
|
|
|
{ label: "客户地址名称", prop: 'name' }, |
|
|
@ -206,10 +206,10 @@ export const CustomerAddress = [ |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "仓库", prop: "warehouseCode", }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 客户项目信息 20221212
|
|
|
|
// 客户项目信息 20230328
|
|
|
|
export const Project = [ |
|
|
|
{ label: "客户代码", prop: "customerCode" }, |
|
|
|
{ label: "项目代码", prop: "code" }, |
|
|
@ -225,10 +225,10 @@ export const Project = [ |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 供应商信息 20221212
|
|
|
|
// 供应商信息 20230328
|
|
|
|
export const Supplier = [ |
|
|
|
{ label: "供应商代码", prop: "code" }, |
|
|
|
{ label: "供应商名称", prop: "name" }, |
|
|
@ -253,10 +253,10 @@ export const Supplier = [ |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 供应商物品信息 20221212
|
|
|
|
// 供应商物品信息 20230328
|
|
|
|
export const SupplierItem = [ |
|
|
|
{ label: "物料代码", prop: "itemCode" }, |
|
|
|
{ label: "物料名称", prop: "itemName" }, |
|
|
@ -275,7 +275,7 @@ export const SupplierItem = [ |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 供应商时间窗口 20221212
|
|
|
@ -295,7 +295,7 @@ export const SupplierTime = [ |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 收货口信息 20221212
|
|
|
|
// 收货口信息 20230328
|
|
|
|
export const Dock = [ |
|
|
|
{ label: "默认库位编号", prop: "defaultLocationCode" }, |
|
|
|
{ label: "收货口编号", prop: "code" }, |
|
|
@ -310,10 +310,10 @@ export const Dock = [ |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "仓库", prop: 'warehouseCode' }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 区域信息 20221212
|
|
|
|
// 区域信息 20230328
|
|
|
|
export const Area = [ |
|
|
|
{ label: "区域代码", prop: "code" }, |
|
|
|
{ label: "区域名称", prop: 'name' }, |
|
|
@ -329,10 +329,10 @@ export const Area = [ |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "仓库", prop: 'warehouseCode' }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 库位组信息 20221212
|
|
|
|
// 库位组信息 20230328
|
|
|
|
export const LocationGroup = [ |
|
|
|
{ label: "区域代码", prop: "areaCode" }, |
|
|
|
{ label: "类型", prop: "groupType", type: "filter", filters: "locationType" }, |
|
|
@ -342,20 +342,20 @@ export const LocationGroup = [ |
|
|
|
{ label: "名称", prop: 'name' }, |
|
|
|
{ label: "描述", prop: "description" }, |
|
|
|
{ label: "溢流库位组", prop: "overflowLocationGroup" }, |
|
|
|
{ label: "是否混物品", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableMixItem" }, |
|
|
|
{ label: "是否混批次", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableMixLot" }, |
|
|
|
{ label: "是否混状态", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableMixStatus" }, |
|
|
|
{ label: "是否负库存", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableNegative" }, |
|
|
|
{ label: "是否保留零库存", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableKeepZero" }, |
|
|
|
{ label: "是否机会盘点", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableOpportunityCount" }, |
|
|
|
{ label: "是否领料", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enablePick" }, |
|
|
|
{ label: "是否过量领料", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableOverPick" }, |
|
|
|
{ label: "是否整包存储", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableWholeStore" }, |
|
|
|
{ label: "是否散件存储", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableBreakStore" }, |
|
|
|
{ label: "是否发出", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableShip" }, |
|
|
|
{ label: "是否接收", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableReceive" }, |
|
|
|
{ label: "是否退货给供应商", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableReturnToSupplier" }, |
|
|
|
{ label: "是否接收客户退货", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableReturnFromCustomer" }, |
|
|
|
// { label: "是否混物品", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableMixItem" },
|
|
|
|
// { label: "是否混批次", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableMixLot" },
|
|
|
|
// { label: "是否混状态", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableMixStatus" },
|
|
|
|
// { label: "是否负库存", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableNegative" },
|
|
|
|
// { label: "是否保留零库存", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableKeepZero" },
|
|
|
|
// { label: "是否机会盘点", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableOpportunityCount" },
|
|
|
|
// { label: "是否领料", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enablePick" },
|
|
|
|
// { label: "是否过量领料", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableOverPick" },
|
|
|
|
// { label: "是否整包存储", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableWholeStore" },
|
|
|
|
// { label: "是否散件存储", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableBreakStore" },
|
|
|
|
// { label: "是否发出", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableShip" },
|
|
|
|
// { label: "是否接收", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableReceive" },
|
|
|
|
// { label: "是否退货给供应商", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableReturnToSupplier" },
|
|
|
|
// { label: "是否接收客户退货", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableReturnFromCustomer" },
|
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "是否拆箱", prop: "locSwitch", type: "objectFilter", filters: "whetherOrNot", showProp: "enableSplitBox" }, |
|
|
@ -366,10 +366,26 @@ export const LocationGroup = [ |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "仓库", prop: 'warehouseCode' }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 工作组信息 20221212
|
|
|
|
{ label: "可以混物品", prop: "enableMixItem", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以混批次", prop: "enableMixLot", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以混状态", prop: "enableMixStatus", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以负库存", prop: "enableNegative", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以保留零库存", prop: "enableKeepZero", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以机会盘点", prop: "enableOpportunityCount", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以领料", prop: "enablePick", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以过量领料", prop: "enableOverPick", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以整包存储", prop: "enableWholeStore", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以散件存储", prop: "enableBreakStore", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以发出", prop: "enableShip", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以接收", prop: "enableReceive", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以退货给供应商", prop: "enableReturnToSupplier", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "可以接收客户退货", prop: "enableReturnFromCustomer", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "是否可以拆箱", prop: "enableSplitBox", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "是否可以拆托", prop: "enableSplitPallet", type: "filter", filters: "whetherOrNot" }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 工作组信息 20230328
|
|
|
|
export const WorkGroup = [ |
|
|
|
{ label: "工作组代码", prop: "code" }, |
|
|
|
{ label: "工作组名称", prop: 'name' }, |
|
|
@ -383,7 +399,7 @@ export const WorkGroup = [ |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, |
|
|
|
{ label: "上次修改者Id", prop: "lastModifierId" }, |
|
|
|
{ label: "id", prop: 'id' }, |
|
|
|
{ label: "公司", prop: 'company' }, |
|
|
|
// { label: "公司", prop: 'company' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 库位信息 20221212
|
|
|
|