You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2905 lines
126 KiB
2905 lines
126 KiB
2 years ago
|
// 通用配置
|
||
|
const orderWidth = 180
|
||
|
// 基础信息数据管理
|
||
|
/**/
|
||
|
// 物品基础信息
|
||
|
export const ItemBasic = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "物料名称", prop: "name" },
|
||
|
{ label: "物料描述1", prop: "desc1" },
|
||
|
{ label: "物料描述2", prop: "desc2" },
|
||
|
{ label: "状态", prop: "status", type: "filter", filters: "itemStatus" },
|
||
|
{ label: "类型", prop: 'type', type: "filter", filters: "ItemTypeBasic" },
|
||
|
{ label: "ABC类", prop: 'abcClass', type: "filter", filters: "abcClass" },
|
||
|
{ label: "制造件", prop: 'canMake', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "采购件", prop: 'canBuy', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "外包件", prop: 'canOutsourcing', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "回收件", prop: 'isRecycled', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "是否虚拟物料", prop: "isPhantom", type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "产品类", prop: 'productLine' },
|
||
|
{ label: "E-LEVEL等级", prop: 'elevel' },
|
||
|
{ label: "物料分类", prop: "itemCategoryDictionary", type: "object", showProp: "ItemCategory" },
|
||
|
{ label: "颜色", prop: "itemCategoryDictionary", type: "object", showProp: "Color" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物品质量信息
|
||
|
export const ItemQuality = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "供应商代码", prop: 'supplierCode' },
|
||
|
{ label: "状态", prop: 'status', type: "filter", filters: "openToClose" },
|
||
|
{ label: "检验类型", prop: 'inspectType', type: "filter", filters: "inspectType" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物品分类信息
|
||
|
export const ItemCategory = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "分类编号", prop: 'categoryCode' },
|
||
|
{ label: "分类值", prop: 'value' },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物品包装信息
|
||
|
export const ItemPack = [
|
||
|
{
|
||
|
label: "包装代码",
|
||
|
prop: "packCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "包装名称", prop: "packName" },
|
||
|
{ label: '包装类型', prop: "packType" },
|
||
|
{ label: '物料代码', prop: "itemCode" },
|
||
|
{ label: "是否标准包装", prop: 'isStdPack', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: '标包编号', prop: "stdPackCode" },
|
||
|
{ label: "包装数量", prop: "packQty", showProp: true },
|
||
|
{ label: "物料单位", prop: "packUom", showProp: true },
|
||
|
{ label: "转换率", prop: "conversionRate" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物料质检标准信息
|
||
|
export const AQL = [
|
||
|
{
|
||
|
//label: "物料代码",
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "ABC类", prop: 'abcClass', type: "filter", filters: "abcClass" },
|
||
|
{ label: "数量上限", prop: 'ceilingQty' },
|
||
|
{ label: "数量下限", prop: "floorQty" },
|
||
|
{ label: "使用百分比", prop: 'isUsePercent', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "抽检百分比", prop: 'samplePercent' },
|
||
|
{ label: "抽检数量", prop: 'sampleQty' },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物料清单信息
|
||
|
export const Bom = [
|
||
|
{
|
||
|
label: "父物料号",
|
||
|
prop: "product",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "子物料号", prop: "component" },
|
||
|
{ label: "子物料用量", prop: 'componentQty', showProp: true },
|
||
|
{ label: "子物料用量单位", prop: 'componentUom', showProp: true },
|
||
|
{ 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: "beginTime", type: "dateTime", showProp: true },
|
||
|
{ label: "结束时间", prop: "endTime", type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物料清单信息 - 详情【父物料信息、子物料信息】
|
||
|
export const BomInner = [
|
||
|
{
|
||
|
label: "父物料号",
|
||
|
prop: "product",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "子物料号", prop: "component" },
|
||
|
{ 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: 'remark' },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 客户信息
|
||
|
export const Customer = [
|
||
|
{
|
||
|
label: "客户名称",
|
||
|
prop: "name",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "客户代码", prop: "code" },
|
||
|
{ label: "状态", prop: "isActive", type: "filter", filters: "openToCloseBit" },
|
||
|
{ label: "联系人", prop: "contacts" },
|
||
|
{ label: "电话", prop: "phone" },
|
||
|
{ label: "传真", prop: "fax" },
|
||
|
{ label: "邮编", prop: "postID" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 客户物品信息
|
||
|
export const CustomerItem = [
|
||
|
{
|
||
|
label: "客户代码",
|
||
|
prop: "customerCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "客户物料代码", prop: "customerItemCode" },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "包装数量", prop: "customerPackQty", showProp: true },
|
||
|
{ label: "包装单位", prop: "customerPackUom", showProp: true },
|
||
|
{ label: "开始时间", prop: "beginTime", type: "dateTime", showProp: true },
|
||
|
{ label: "结束时间", prop: "endTime", type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 客户地址信息
|
||
|
export const CustomerAddress = [
|
||
|
{
|
||
|
label: "客户地址代码",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "客户地址名称", prop: "name" },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "仓库编号", prop: "warehouseCode" },
|
||
|
{ label: "库位编号", prop: "locationCode" },
|
||
|
{ label: "城市", prop: "city" },
|
||
|
{ label: "地址", prop: "address" },
|
||
|
{ label: "联系人", prop: "contact" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 客户项目信息
|
||
|
export const Project = [
|
||
|
{
|
||
|
label: "项目代码",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "项目名称", prop: "name" },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "开始时间", prop: "beginTime", type: "dateTime", showProp: true },
|
||
|
{ label: "结束时间", prop: "endTime", type: "dateTime", showProp: true },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 供应商信息
|
||
|
export const Supplier = [
|
||
|
{
|
||
|
label: "供应商代码",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "供应商名称", prop: "name" },
|
||
|
{ label: "简称", prop: "shortName" },
|
||
|
{ label: "税率", prop: "taxRate" },
|
||
|
{ label: "状态", prop: "isActive", type: "filter", filters: "openToCloseBit" },
|
||
|
{ label: "类型", prop: "type", type: "filter", filters: "supplierType", showProp: true },
|
||
|
{ label: "联系人", prop: "contacts" },
|
||
|
{ label: "电话", prop: "phone" },
|
||
|
{ label: "传真", prop: 'fax' },
|
||
|
{ label: "邮编", prop: 'postID' },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 供应商物品信息
|
||
|
export const SupplierItem = [
|
||
|
{
|
||
|
label: "供应商代码",
|
||
|
prop: 'supplierCode',
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "供应商物料代码", prop: "supplierItemCode" },
|
||
|
{ label: "供应商物料名称", prop: "itemName" },
|
||
|
{ label: "供应商简称", prop: "supplierSimpleName" },
|
||
|
{ label: "版本", prop: "version" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 供应商时间窗口
|
||
|
export const SupplierTime = [
|
||
|
{
|
||
|
label: "供应商代码",
|
||
|
prop: 'supplierCode',
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "供应商名称", prop: "supplierName" },
|
||
|
{ label: "当前时间", prop: "week", type: "filter", filters: "week" },
|
||
|
{ label: "时间窗口", prop: "timeSlot" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 收货口信息
|
||
|
export const Dock = [
|
||
|
{
|
||
|
label: "仓库代码",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "warehouseCode"
|
||
|
},
|
||
|
{ label: "默认库位代码", prop: "defaultLocationCode" },
|
||
|
{ label: "收货口代码", prop: "code" },
|
||
|
{ label: "收货口名称", prop: 'name' },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 区域信息
|
||
|
export const Area = [
|
||
|
{
|
||
|
label: "区域代码",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "区域名称", prop: "name" },
|
||
|
{ label: "是否功能区", prop: "isFunctional", type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "类型", prop: "areaType", type: "filter", filters: "areaType", showProp: true },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 库位组信息
|
||
|
export const LocationGroup = [
|
||
|
{
|
||
|
label: "库位组代码",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "区域代码", prop: "areaCode" },
|
||
|
{ label: "库位组名称", prop: 'name' },
|
||
|
{ label: "仓库代码", prop: "warehouseCode" },
|
||
|
{ label: "类型", prop: "groupType", type: "filter", filters: "locationType" },
|
||
|
{ label: "状态", prop: "defaultInventoryStatus", type: "filter", filters: "inventoryStage" },
|
||
|
{ label: "拣料优先级", prop: "pickPriority" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 工作组信息
|
||
|
export const WorkGroup = [
|
||
|
{
|
||
|
label: "工作组代码",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "工作组名称", prop: 'name' },
|
||
|
{ label: "仓库代码", prop: "warehouseCode" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 库位信息
|
||
|
export const Location = [
|
||
|
{
|
||
|
label: "库位代码",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "库位名称", prop: "name" },
|
||
|
{ label: "仓库代码", prop: "warehouseCode" },
|
||
|
{ label: "区域代码", prop: "areaCode" },
|
||
|
{ label: "库位组代码", prop: "locationGroupCode" },
|
||
|
{ label: "工作组代码", prop: "workGroupCode" },
|
||
|
{ label: "类型", prop: "type", type: "filter", filters: "locationType" },
|
||
|
{ label: "ERP库位", prop: "erpLocationCode" },
|
||
|
{ label: "默认库存状态", prop: "defaultInventoryStatus", type: "filter", filters: "inventoryStage", width:'130px' },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 库位零件关系
|
||
|
export const ItemStoreRelation = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "仓库代码", prop: "warehouseCode" },
|
||
|
{ label: "存储关系类型", prop: "storeRelationType", type: "filter", filters: "storeRelationType" },
|
||
|
{ label: "值", prop: "storeValue" },
|
||
|
{ label: "是否可用", prop: "enabled", type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "主存储容量", prop: "umQty" },
|
||
|
{ label: "主存储单位", prop: "storeUM" },
|
||
|
{ label: "次要存储容量", prop: "altUmQty" },
|
||
|
{ label: "次要存储单位", prop: "altUm" },
|
||
|
{ label: "存储单位", prop: "pramaryUM", type: "filter", filters: "pramaryUm" },
|
||
|
{ label: "是否定制位置", prop: "isFixed", type: "filter", filters: "whetherOrNot" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 库位可用容量信息
|
||
|
export const InventoryLocationCapacity = [
|
||
|
{
|
||
|
label: "库位代码",
|
||
|
prop: "locationCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "可用容量(%)", prop: "availableCapacity" },
|
||
|
{ label: "是否无穷大", prop: "isInfinity", type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 物品安全库存信息
|
||
|
export const ItemSafetyStock = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "仓库代码", prop: "warehouseCode" },
|
||
|
{ label: "存储关系类型", prop: "storeRelationType", type: "filter", filters: "storeRelationType" },
|
||
|
{ label: "值", prop: "storeValue" },
|
||
|
{ label: "最大库存", prop: "maxStock" },
|
||
|
{ label: "最小库存", prop: "minStock" },
|
||
|
{ label: "安全库存", prop: "safetyStock" },
|
||
|
{ label: "补料点", prop: "feedLine" },
|
||
|
{ label: "补料数量", prop: "feedQty" },
|
||
|
{ label: "补料单位", prop: "feedUM" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 事务类型信息
|
||
|
export const TransactionType = [
|
||
|
{
|
||
|
label: "事务代码",
|
||
|
prop: "id",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
showProp: true
|
||
|
},
|
||
|
{ label: "事务类型", prop: "transType", type: "filter", filters: "TransTypeBase" },
|
||
|
{ label: "事务子类型", prop: "transSubType", type: "filter", filters: "transSubType" },
|
||
|
{ label: "入库库位类型", prop: 'inLocationTypes', type: "filterList", filters: "locationType", width: "300px" },
|
||
|
{ label: "出库库位类型", prop: 'outLocationTypes', type: "filterList", filters: "locationType", width: "300px" },
|
||
|
{ label: "物品状态", prop: 'itemStatuses', type: "filterList", filters: "ItemStatus" },
|
||
|
{ label: "物品类型", prop: 'itemTypes', type: "filterList", filters: "ItemType" },
|
||
|
{ label: "来源库存状态", prop: 'outInventoryStatuses', type: "filterList", filters: "inventoryStage" },
|
||
|
{ label: "目标库存状态", prop: 'inInventoryStatuses', type: "filterList", filters: "inventoryStage" },
|
||
|
{ label: "是否可用", prop: 'enabled', type: "filter", filters: "whetherOrNot" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑',
|
||
|
// buttonName:'edit',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 车间信息
|
||
|
export const Workshop = [
|
||
|
{
|
||
|
label: "车间代码",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "车间名称", prop: "name" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 生产线信息
|
||
|
export const ProductionLine = [
|
||
|
{ label: "生产线代码", prop: "code", fixed: "left", type: "name" },
|
||
|
{ label: "生产线名称", prop: 'name' },
|
||
|
{ label: "类型", prop: "type" },
|
||
|
{ label: "车间代码", prop: "workshopCode" },
|
||
|
{ label: "原料库位", prop: "rawLocation" },
|
||
|
{ label: "成品库位", prop: "productLocation" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 生产线零件关系
|
||
|
export const ProdLineItem = [
|
||
|
{ label: "物料代码", prop: "itemCode", type: "name" },
|
||
|
{ label: "生产线编号", prop: "prodLineCode" },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'删除',
|
||
|
// buttonName:'delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 工作站信息
|
||
|
export const WorkCenter = [
|
||
|
{
|
||
|
label: "编号",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "生产线", prop: "productionLineCode" },
|
||
|
{ label: "类型", prop: "type", showProp: true },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 班组信息
|
||
|
export const Team = [
|
||
|
{
|
||
|
label: "编号",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "名称", prop: "name" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 班次信息
|
||
|
export const Shift = [
|
||
|
{
|
||
|
label: "班次代码",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "code"
|
||
|
},
|
||
|
{ label: "班次名称", prop: "name" },
|
||
|
{ label: "结束到下一天", prop: "endAtNextDay", type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "开始时间", prop: "beginTime", type: "dateTime", showProp: true },
|
||
|
{ label: "结束时间", prop: "endTime", type: "dateTime", showProp: true },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 作业指导书信息
|
||
|
export const ItemGuideBook = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "物料名称", prop: "itemName", sortable: false, showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", sortable: false, showProp: true },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 账期信息
|
||
|
export const accountPeriodNote = [
|
||
|
{
|
||
|
label: "库存年",
|
||
|
prop: "name",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "启日", prop: "beginTime",type:'dateTime', showProp: true },
|
||
|
{ label: "迄日期", prop: "endTime", type:'dateTime', showProp: true },
|
||
|
{ label: "最后异动时间", prop: "convertToTime", type:'dateTime', showProp: true },
|
||
|
]
|
||
|
// 字典信息
|
||
|
export const Dict = [
|
||
|
{
|
||
|
label: "字典编号",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "字典名称", prop: "name" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 分类信息
|
||
|
export const Category = [
|
||
|
{
|
||
|
label: "分类编号",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "分类名称", prop: "name" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 计量单位信息
|
||
|
export const Uom = [
|
||
|
{
|
||
|
label: "计量单位编号",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "计量单位名称", prop: "name" },
|
||
|
{ label: "类型", prop: "type", type: "filter", filters: "uomType" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 日历信息
|
||
|
export const Calendar = [
|
||
|
{
|
||
|
label: "模块",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "module"
|
||
|
},
|
||
|
{ label: "状态", prop: "status", type: "filter", filters: "calendarStatus", showProp: true },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 配置信息
|
||
|
export const Configuration = [
|
||
|
{
|
||
|
label: "键",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "key"
|
||
|
},
|
||
|
{ label: "值", prop: "value" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
// 文档信息
|
||
|
export const documentBasic = [
|
||
|
{
|
||
|
label: "名称",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
prop: "name",
|
||
|
width:"200px"
|
||
|
},
|
||
|
{ label: "编码", prop: "code" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "事务类型", type: "filter", prop: "transactionType", filters: "TransTypeBaseForStr" },
|
||
|
{ label: "单号前缀", prop: "numberPrefix" },
|
||
|
{ label: "单号格式", prop: "numberFormat" },
|
||
|
{ label: "单号流水长度", prop: "numberSerialLength" },
|
||
|
{ label: "单号分隔符", prop: "numberSeparator" },
|
||
|
{ label: "创建时间", prop: "creationTime", type:'dateTime', showProp: true },
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true },
|
||
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime', showProp: true },
|
||
|
{ label: "上次修改者", prop: "lastModifierId", showProp: true },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// {
|
||
|
// label: "操作",
|
||
|
// type:"buttonOperation",
|
||
|
// buttonText:'编辑|删除',
|
||
|
// buttonName:'edit|delete',
|
||
|
// fixed: "right"
|
||
|
// },
|
||
|
]
|
||
|
|
||
|
|
||
|
// 原料管理
|
||
|
/**/
|
||
|
// 供应商发货通知 已调整
|
||
|
export const SupplierAsn = [
|
||
|
{
|
||
|
label: "发货单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "订单号", prop: "poNumber",width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "供应商名称", prop: "supplierName",showProp: true },
|
||
|
{ label: "供应商地址", prop: "supplierAddress", showProp: true },
|
||
|
{ label: "要求到货日期", prop: "planArriveDate", type: "dateTime", showProp: true },
|
||
|
{ label: "发货日期", prop: "shipDate",type: "dateTime", showProp: true },
|
||
|
{ label: "筹措员代码", prop: "contactUserName", showProp: true },
|
||
|
{ label: "订单备注", prop: 'remark' },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "要货计划单号", prop: 'rpNumber' },
|
||
|
{ label: "车牌号", prop: 'truckNumber' },
|
||
|
{ label: "收货口", prop: 'dockCode' },
|
||
|
{ label: "联系人电话", prop: 'contactUserPhone', showProp: true },
|
||
|
{ label: "联系人邮件", prop: 'contactUserEmail', showProp: true },
|
||
|
{ label: "status", prop: 'status' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 采购订单信息 已调整
|
||
|
export const PurchaseOrder = [
|
||
|
{
|
||
|
label: "采购订单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "供应商名称", prop: "supplierName", showProp: true },
|
||
|
{ label: "供应商地址", prop: "supplierAddress",showProp: true },
|
||
|
{ label: "筹措员代码", prop: "contactUserName", showProp: true },
|
||
|
{ label: "订单备注", prop: 'remark' },
|
||
|
{ label: "创建时间", prop: 'creationTime', type:'dateTime', showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "发货日期", prop: "shipDate",type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "订单类型", prop: 'poType' },
|
||
|
{ label: "是否寄存订单", prop: 'isConsignment', showProp: true },
|
||
|
{ label: "订单日期", prop: 'orderDate',type: "dateTime", showProp: true },
|
||
|
{ label: "截止日期", prop: 'dueDate',type: "dateTime", showProp: true },
|
||
|
{ label: "版本", prop: 'version' },
|
||
|
{ label: "税率", prop: 'taxRate' },
|
||
|
{ label: "联系人电话", prop: 'contactUserPhone', showProp: true },
|
||
|
{ label: "联系人邮件", prop: 'contactUserEmail', showProp: true },
|
||
|
{ label: "orderStatus", prop: 'orderStatus' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 到货通知 已调整
|
||
|
export const ArriveNotice = [
|
||
|
{
|
||
|
label: "到货单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "订单号", prop: "poNumber",width: orderWidth },
|
||
|
{ label: "发货单号", prop: 'asnNumber',width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "供应商名称", prop: "supplierName",showProp: true },
|
||
|
{ label: "供应商地址", prop: "supplierAddress",showProp: true },
|
||
|
{ label: "要求到货日期", prop: "planArriveDate", type: "dateTime", showProp: true },
|
||
|
{ label: "订单备注", prop: 'remark' },
|
||
|
{ label: "创建时间", prop: 'creationTime', type:'dateTime', showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "实际到货日期", prop: "arriveDate ",type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "车牌号", prop: 'truckNumber' },
|
||
|
{ label: "收货口", prop: 'dockCode' },
|
||
|
{ label: "时间窗口", prop: 'timeWindow' },
|
||
|
// { label: "筹措员代码", prop: "contactUserName", showProp: true },
|
||
|
// { label: "发货日期", prop: "shipDate", type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 采购收货任务 已调整
|
||
|
export const PurchaseReceiptJob = [
|
||
|
{
|
||
|
label: "收货任务编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "jobStatus", type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "发货单号", prop: "asnNumber", width: orderWidth },
|
||
|
{ label: "到货单号", prop: "arriveNoticeNumber", width: orderWidth },
|
||
|
{ label: "采购订单号", prop: "poNumber", width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "供应商名称", prop: "supplierName", showProp: true },
|
||
|
{ label: "供应商地址", prop: "supplierAddress",showProp: true },
|
||
|
{ label: "要求到货日期", prop: "planArriveDate" ,type: "dateTime", showProp: true },
|
||
|
{ label: "完成时间", prop: "completeTime",type: "dateTime", showProp: true },
|
||
|
{ label: "筹措员代码", prop: "contactUserName", showProp: true },
|
||
|
{ label: "订单备注", prop: 'remark' },
|
||
|
{ label: "创建时间", prop: 'creationTime', type:'dateTime', showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "时间窗口", prop: 'timeWindow' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 采购收货记录 已调整
|
||
|
export const PurchaseReceiptNote = [
|
||
|
{
|
||
|
label: "收货单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth,
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "发货单号", prop: "asnNumber", width:orderWidth },
|
||
|
{ label: "到货单号", prop: "arriveNoticeNumber", width:orderWidth },
|
||
|
{ label: "采购订单号", prop: "poNumber", width:orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "供应商名称", prop: "supplierName", showProp: true },
|
||
|
{ label: "供应商地址", prop: "supplierAddress", showProp: true },
|
||
|
{ label: "筹措员代码", prop: "contactUserName", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "收货时间", prop: 'receiveTime',type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "要货计划单号", prop: 'rpNumber' },
|
||
|
{ label: "type", prop: 'type' },
|
||
|
{ label: "status", prop: 'status' },
|
||
|
{ label: "任务代码", prop: 'jobNumber' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 采购收货记录-详情【合格品收货明细】
|
||
|
export const qualifiedInfo = [
|
||
|
{
|
||
|
label: "检验单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态",prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName" },
|
||
|
{ label: "物料描述", prop: "itemDesc1" },
|
||
|
{ label: "数量", prop: "qty" },
|
||
|
{ label: "物料单位", prop: "uom" },
|
||
|
{ label: "批次", prop: "lot" },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "ERP库位", prop: "recommendErpCode" },
|
||
|
{ label: "到货时间", prop: "arriveDate",type: "dateTime" },
|
||
|
{ label: "过期时间", prop: "expireDate",type: "dateTime" },
|
||
|
]
|
||
|
// 采购收货记录-详情【不合格品收货明细】
|
||
|
export const unqualifiedInfo = [
|
||
|
{
|
||
|
label: "检验单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态",prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName" },
|
||
|
{ label: "物料描述", prop: "itemDesc1" },
|
||
|
{ label: "数量", prop: "qty" },
|
||
|
{ label: "物料单位", prop: "uom" },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "ERP库位", prop: "recommendErpCode" },
|
||
|
{ label: "不合格原因代码", prop: 'failedReason' },
|
||
|
{ label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" },
|
||
|
{ label: "质量缺陷", prop: "massDefect" },
|
||
|
{ label: "到货时间", prop: "arriveTime",type: "dateTime" },
|
||
|
{ label: "过期时间", prop: "expireDate",type: "dateTime" },
|
||
|
{ label:"查看照片",type:"button", fixed: "right",tableAlign:"center",tableHeaderAlign:"center" }
|
||
|
]
|
||
|
// 采购收货记录-详情【收货缺料明细】
|
||
|
export const lackMaterialsInfo = [
|
||
|
{ label: "物料代码", prop: "itemCode",fixed: "left" },
|
||
|
{ label: "物料名称", prop: "itemName" },
|
||
|
{ label: "物料描述", prop: "itemDesc1" },
|
||
|
{ label: "批次", prop: "lot" },
|
||
|
{ label: "ERP库位", prop: "recommendErpCode" },
|
||
|
]
|
||
|
// 报检单 已调整
|
||
|
export const InspectNotice = [
|
||
|
{
|
||
|
label: "检验单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "jobStatus", type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" },
|
||
|
{ label: "筹措员代码", prop: "worker" },
|
||
|
{ label: "采购订单号", prop: "poNumber",width: orderWidth },
|
||
|
{ label: "发货单号", prop: "asnNumber",width: orderWidth },
|
||
|
{ label: "到货单号", prop: "arriveNoticeNumber",width: orderWidth },
|
||
|
{ label: "收货单号", prop: "receiptNumber",width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "要求到货日期", prop: "planArriveDate",type: "dateTime", showProp: true },
|
||
|
{ label: "发货日期", prop: "shipDate",type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "检验单号", prop: 'inspectNumber' },
|
||
|
{ label: "要货计划单号", prop: 'rpNumber' },
|
||
|
{ label: "nextAction", prop: 'nextAction' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 检验记录 字段需要确定
|
||
|
export const InspectNote = [
|
||
|
{
|
||
|
label: "检验单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "筹措员代码", prop: "worker" },
|
||
|
{ label: "采购订单号", prop: "poNumber" ,width: orderWidth },
|
||
|
{ label: "发货单号", prop: "asnNumber",width: orderWidth },
|
||
|
{ label: "到货单号", prop: "arriveNoticeNumber",width: orderWidth },
|
||
|
{ label: "收货单号", prop: "receiptNumber",width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "检验单号", prop: 'inspectNumber',width: orderWidth },
|
||
|
{ label: "要货计划单号", prop: 'rpNumber',width: orderWidth },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "检验规则", prop: 'nextAction',type: "filter", filters: "nextAction" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 不合格库存(不合格转合格) 已调整
|
||
|
export const unqualifiedToQualified = [
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
// { label: "发货单号", prop: "asnNumber", width: orderWidth, showProp: true },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName", showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "数量", prop: "qty", showProp: true },
|
||
|
{ label: "单位", prop: "uom", showProp: true },
|
||
|
{ label: "批次", prop: "lot" },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "库位", prop: 'locationCode' },
|
||
|
{ label: "入库时间", prop: 'putInTime',type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "ERP库位", prop: "locationErpCode", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "供应商批次", prop: 'supplierBatch', showProp: true },
|
||
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime", showProp: true },
|
||
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime", showProp: true },
|
||
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime", showProp: true },
|
||
|
{ label: "序号", prop: 'serialNumber' },
|
||
|
{ label: "仓库代码", prop: 'warehouseCode' },
|
||
|
{ label: "库位组", prop: 'locationGroup', showProp: true },
|
||
|
{ label: "库区", prop: 'locationArea', showProp: true },
|
||
|
{ label: "最后盘点时间", prop: 'lastCountTime', showProp: true },
|
||
|
{ label: "最后盘点计划", prop: 'lastCountPlanNumber' },
|
||
|
{ label: "最后盘点标签", prop: 'lastCountLabel' },
|
||
|
{ label: "是否可用", prop: 'isActive', showProp: true },
|
||
|
{ label: "最后事务号", prop: 'lastTransNumber' },
|
||
|
{ label: "lastTransType", prop: 'lastTransType' },
|
||
|
{ label: "manageType", prop: 'manageType' },
|
||
|
{ label: "status", prop: 'status' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 不合格转合格记录 已调整
|
||
|
export const unqualifiedToQualifiedNote = [
|
||
|
{
|
||
|
label: "转合格单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 采购上架记录 已调整
|
||
|
export const PutawayNote = [
|
||
|
{
|
||
|
label: "上架记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
fixed: "left",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "供应商编号", prop: 'supplierCode' },
|
||
|
{ label: "检验单号", prop: 'inspectNumber' },
|
||
|
{ label: "收货单号", prop: 'receiptNumber' },
|
||
|
{ label: "到货单号", prop: 'arriveNoticeNumber' },
|
||
|
{ label: "发货单号", prop: 'asnNumber' },
|
||
|
{ label: "要货计划单号", prop: 'rpNumber' },
|
||
|
{ label: "完工收货单号", prop: 'productReceiptNumber' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 人工叫料申请 已调整
|
||
|
export const IssueRequest = [
|
||
|
{
|
||
|
label: "叫料申请编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "叫料类型", prop: 'type' },
|
||
|
{ label: "备料计划单号", prop: 'preparationPlanNumber',width: orderWidth },
|
||
|
{ label: "生产线", prop: 'prodLine' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 人工发料任务 已调整
|
||
|
export const IssueJob = [
|
||
|
{
|
||
|
label: "发料任务编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "申请单号", prop: "materialRequestNumber",width: orderWidth },
|
||
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "完成时间", prop: "completeTime", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "叫料请求类型", prop: 'requestType' },
|
||
|
{ label: "生产线", prop: 'prodLine' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 人工发料记录 已调整
|
||
|
export const IssueNote = [
|
||
|
{
|
||
|
label: "发料记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth },
|
||
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成时间", prop: "completeTime",type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate',type: "dateTime", showProp: true },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "叫料请求类型", prop: 'requestType' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "确认时间", prop: 'confirmTime', showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 自动叫料申请 已调整
|
||
|
export const automaticCallApply = [
|
||
|
{
|
||
|
label: "叫料申请编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "叫料类型", prop: 'type' },
|
||
|
{ label: "备料计划单号", prop: 'preparationPlanNumber',width: orderWidth },
|
||
|
{ label: "生产线", prop: 'prodLine' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 自动发料任务 已调整
|
||
|
export const automaticCallJob = [
|
||
|
{
|
||
|
label: "发料任务编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "申请单号", prop: "materialRequestNumber",width: orderWidth },
|
||
|
{ label: "状态", prop: "jobStatus", type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "完成时间", prop: "completeTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber',width: orderWidth },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime", showProp: true, showProp: true },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "叫料请求类型", prop: 'requestType' },
|
||
|
{ label: "生产线", prop: 'prodLine' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 自动发料记录 已调整
|
||
|
export const automaticCallNote = [
|
||
|
{
|
||
|
label: "发料记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth },
|
||
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "叫料请求类型", prop: 'requestType' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "确认时间", prop: 'confirmTime', showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 上架前退货记录 已调整
|
||
|
export const beforeGroundingReturnNote = [
|
||
|
{
|
||
|
label: "退货单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "发货单号", prop: "asnNumber",width: orderWidth },
|
||
|
{ label: "收货单号", prop: "rpNumber", width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "退货时间", prop: "returnTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "任务ID", prop: 'jobNumber' },
|
||
|
{ label: "订单号", prop: 'poNumber' },
|
||
|
{ label: "退货请求单号", prop: 'purchaseReturnRequestNumber' },
|
||
|
{ label: "returnType", prop: 'returnType' },
|
||
|
{ label: "status", prop: 'status' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 上架后退货申请 已调整
|
||
|
export const PurchaseReturnRequest = [
|
||
|
{ label: "退货申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type:"dateTime", showProp: true },
|
||
|
{ label: "发货单号", prop: "asnNumber", width: orderWidth },
|
||
|
{ label: "订单号", prop: "poNumber",width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "退货时间", prop: "returnTime", type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "收货单号", prop: 'rpNumber' },
|
||
|
{ label: "returnType", prop: 'returnType', showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 上架后退货任务 已调整
|
||
|
export const PurchaseReturnJob = [
|
||
|
{
|
||
|
label: "退货任务编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "jobStatus", type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type:"dateTime", showProp: true },
|
||
|
{ label: "退货申请单号", prop: "purchaseReturnRequestNumber",width: orderWidth },
|
||
|
{ label: "发货单号", prop: "asnNumber", width: orderWidth },
|
||
|
{ label: "订单号", prop: "poNumber",width: orderWidth },
|
||
|
{ label: "退货时间", prop: "returnTime", type:"dateTime", showProp: true },
|
||
|
{ label: "退货原因代码", prop: 'returnReason', showProp: true },
|
||
|
{ label: "退货原因说明", prop: 'returnReason', type: "filter", filters: "getDict" , dictType:"PurReturnReason" },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "收货单号", prop: 'rpNumber' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 上架后退货记录 已调整
|
||
|
export const PurchaseReturnNote = [
|
||
|
{
|
||
|
label: "退货记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type:"dateTime", showProp: true },
|
||
|
{ label: "订单号", prop: "poNumber",width: orderWidth },
|
||
|
{ label: "发货单号", prop: "asnNumber", width: orderWidth },
|
||
|
{ label: "供应商代码", prop: "supplierCode" },
|
||
|
{ label: "退货时间", prop: "returnTime", type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate',type: "dateTime", showProp: true },
|
||
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth },
|
||
|
{ label: "收货单号", prop: 'rpNumber',width: orderWidth },
|
||
|
{ label: "退货请求单号", prop: 'purchaseReturnRequestNumber',width: orderWidth },
|
||
|
{ label: "returnType", prop: 'returnType' },
|
||
|
{ label: "status", prop: 'status' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 原料报废记录 已调整
|
||
|
export const ScrapNote = [
|
||
|
{
|
||
|
label: "报废记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "报废日期", prop: "activeDate",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "任务ID", prop: 'jobNumber' },
|
||
|
{ label: "报废类型", prop: 'type' },
|
||
|
{ label: "报废请求单号", prop: 'scrapRequestNumber',width: orderWidth },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 原料直发客户记录 已调整
|
||
|
export const materialDirectSendNote = [
|
||
|
{
|
||
|
label: "发货单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "发货日期", prop: "deliverTime",type: "dateTime", showProp: true },
|
||
|
{ label: "客户代码", prop: 'customerCode' },
|
||
|
{ label: "客户地址", prop: 'customerAddressCode' },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "是否打印", prop: "countPrint",type: "filter", filters: "countPrintType" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务ID", prop: 'jobNumber',width: orderWidth },
|
||
|
{ label: "发货计划单号", prop: 'deliverPlanNumber',width: orderWidth },
|
||
|
{ label: "发货申请单号", prop: 'deliverRequestNumber',width: orderWidth },
|
||
|
{ label: "发货类型", prop: "deliverRequestType",type: "filter", filters: "deliverRequestType" },
|
||
|
{ label: "目标库位", prop: 'toLocationCode' },
|
||
|
{ label: "目标库区", prop: 'toLocationArea', showProp: true },
|
||
|
{ label: "目标ERP库位", prop: 'toLocationErpCode', showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 直接发料记录
|
||
|
export const directIssueNote = [
|
||
|
{
|
||
|
label: "发料记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成时间", prop: "completeTime",type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate',type: "dateTime", showProp: true },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "叫料请求类型", prop: 'requestType' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "确认时间", prop: 'confirmTime', showProp: true },
|
||
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth },
|
||
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
|
||
|
// 成品管理
|
||
|
/**/
|
||
|
// 完工收货缴库申请
|
||
|
export const ProductReceiptRequest = [
|
||
|
{
|
||
|
label: "缴库申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "生产计划编号", prop: 'productionPlanNumber' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "生产线", prop: 'prodLine' },
|
||
|
{ label: "班次", prop: 'shift' },
|
||
|
{ label: "班组", prop: 'team' },
|
||
|
{ label: "计划日期", prop: 'planDate',type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 完工收货缴库记录 已调整
|
||
|
export const ProductReceiptNote = [
|
||
|
{
|
||
|
label: "缴库记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: 'activeDate',type: "dateTime", showProp: true },
|
||
|
{ label: "完工时间", prop: 'completeTime',type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上级关联菜单号", prop: 'sourceNumber',width: orderWidth },
|
||
|
{ label: "生产计划单号", prop: 'productionPlanNumber',width: orderWidth },
|
||
|
{ label: "任务ID", prop: 'jobNumber',width: orderWidth },
|
||
|
{ label: "车间", prop: 'workShop' },
|
||
|
{ label: "receiptType", prop: 'receiptType' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 完工收货报废申请
|
||
|
export const ProductReceiptScrapRequest = [
|
||
|
{
|
||
|
label: "报废申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "报废类型", prop: 'type' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 完工收货报废记录 已调整
|
||
|
export const ProductReceiptScrapNote = [
|
||
|
{
|
||
|
label: "报废记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "任务ID", prop: 'jobNumber', width: orderWidth },
|
||
|
{ label: "报废请求单号", prop: 'scrapRequestNumber',width: orderWidth },
|
||
|
{ label: "报废类型", prop: 'type' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 半成品上架记录 已调整
|
||
|
export const partiallyPreparedProductsNote = [
|
||
|
{
|
||
|
label: "上架记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "供应商代码", prop: 'supplierCode' },
|
||
|
{ label: "任务ID", prop: 'jobNumber',width: orderWidth },
|
||
|
{ label: "检验单号", prop: 'inspectNumber',width: orderWidth },
|
||
|
{ label: "收货单号", prop: 'receiptNumber',width: orderWidth },
|
||
|
{ label: "到货单号", prop: 'arriveNoticeNumber',width: orderWidth },
|
||
|
{ label: "发货单号", prop: 'asnNumber',width: orderWidth },
|
||
|
{ label: "要货计划单号", prop: 'rpNumber',width: orderWidth },
|
||
|
{ label: "完工收货单号", prop: 'productReceiptNumber',width: orderWidth },
|
||
|
{ label: "type", prop: 'type' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 成品发货申请 已调整
|
||
|
export const DeliverRequest = [
|
||
|
{
|
||
|
label: "发货申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态",prop: "requestStatus", type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "发货时间", prop: "deliverTime",type: "dateTime", showProp: true },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "发货计划单号", prop: 'deliverPlanNumber' },
|
||
|
{ label: "客户地址", prop: 'customerAddressCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 成品发货任务 已调整
|
||
|
export const DeliverJob = [
|
||
|
{
|
||
|
label: "发货任务编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "发货申请单号", prop: "deliverRequestNumber",width:orderWidth },
|
||
|
{ label: "发货时间", prop: "deliverTime",type: "dateTime", showProp: true },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "客户地址", prop: 'customerAddressCode' },
|
||
|
{ label: "发货计划单号", prop: 'deliverPlanNumber' },
|
||
|
{ label: "到库位代码", prop: 'toLocationCode' },
|
||
|
{ label: "到库区", prop: 'toLocationArea', showProp: true },
|
||
|
{ label: "到库位组", prop: 'toLocationGroup', showProp: true },
|
||
|
{ label: "到ERP库位代码", prop: 'toLocationErpCode', showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 成品发货记录 已调整
|
||
|
export const DeliverNote = [
|
||
|
{
|
||
|
label: "发货记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "发货申请单号", prop: "deliverRequestNumber",width:orderWidth },
|
||
|
{ label: "发货时间", prop: "deliverTime",type: "dateTime", showProp: true },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "发货任务单号", prop: "jobNumber", width:orderWidth },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "客户地址", prop: 'customerAddressCode' },
|
||
|
{ label: "发货计划单号", prop: 'deliverPlanNumber' },
|
||
|
{ label: "目标库位代码", prop: 'toLocationCode' },
|
||
|
{ label: "目标库区", prop: 'toLocationArea', showProp: true },
|
||
|
{ label: "目标库位组", prop: 'toLocationGroup', showProp: true },
|
||
|
{ label: "目标ERP库位代码", prop: 'toLocationErpCode', showProp: true },
|
||
|
{ label: "发货类型", prop: "deliverRequestType", type: "filter", filters: "deliverRequestType" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// FIS发货申请 已调整
|
||
|
export const FISDeliverRequest = [
|
||
|
{
|
||
|
label: "发货申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "发货时间", prop: "deliverTime", type: "dateTime", showProp: true },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "发货计划单号", prop: 'deliverPlanNumber' },
|
||
|
{ label: "客户地址", prop: 'customerAddressCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// FIS发货记录 已调整
|
||
|
export const FISDeliverNote = [
|
||
|
{
|
||
|
label: "发货记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "发货申请单号", prop: "deliverRequestNumber", width: orderWidth },
|
||
|
{ label: "客户代码", prop: "customerCode" },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "发货时间", prop: "deliverTime",type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "任务ID", prop: 'jobNumber' },
|
||
|
{ label: "客户地址", prop: 'customerAddressCode' },
|
||
|
{ label: "发货计划单号", prop: 'deliverPlanNumber' },
|
||
|
{ label: "目标库位代码", prop: 'toLocationCode' },
|
||
|
{ label: "目标库区", prop: 'toLocationArea', showProp: true },
|
||
|
{ label: "目标库位组", prop: 'toLocationGroup', showProp: true },
|
||
|
{ label: "目标ERP库位代码", prop: 'toLocationErpCode', showProp: true },
|
||
|
{ label: "发货类型", prop: "deliverRequestType",type: "filter", filters: "deliverRequestType" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 客户退拆申请 已调整
|
||
|
export const customerDismantle = [
|
||
|
{
|
||
|
label: "退拆申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "班次", prop: 'shift' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 客户退拆记录 已调整
|
||
|
export const customerDismantleNote = [
|
||
|
{
|
||
|
label: "退拆记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效时间", prop: "activeDate",type: "dateTime", showProp: true },
|
||
|
{ label: "班次", prop: 'shift' },
|
||
|
{ label: "回收时间", prop: "recycleTime",type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "申请编号", prop: 'requestNumber', width:orderWidth },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 客户退拆记录-明细【即回冲记录】 已调整
|
||
|
export const customerDismantleBackFlushNote = [
|
||
|
{ label: "退拆物料号", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName" },
|
||
|
{ label: "物料描述", prop: "itemDesc1", },
|
||
|
{ label: "预定开工日", prop: "preStartTime" ,type: "dateTime", },
|
||
|
{ label: "退拆数量", prop: "qty" },
|
||
|
{ label: "扣账库位", prop: 'locationCode' },
|
||
|
{ label: "转移工时", prop: 'workHour' },
|
||
|
{ label: "缴库库位", prop: 'rawLocationCode' },
|
||
|
{ label: "转移料号(子零件号)", prop: 'rawItemCode' },
|
||
|
{ label: "转移量(子零件)", prop: 'rawQty' },
|
||
|
]
|
||
|
// 生产退库申请 已调整
|
||
|
export const productionReturnRequest = [
|
||
|
{
|
||
|
label: "退库申请单号",
|
||
|
prop: "number",
|
||
|
type: "name",
|
||
|
fixed: "left",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "采购订单号", prop: "poNumber",width:orderWidth },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 生产退库任务 已调整
|
||
|
export const productionReturnJob = [
|
||
|
{
|
||
|
label: "退库任务单号",
|
||
|
prop: "number",
|
||
|
type: "name",
|
||
|
fixed: "left",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "jobStatus", type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "退库单号", prop: "productionReturnRequestNumber", width:orderWidth },
|
||
|
{ label: "采购订单号", prop: "poNumber",width:orderWidth },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "上游任务编号", prop: 'upStreamJobNumber',width:orderWidth },
|
||
|
{ label: "任务类型", prop: 'jobType' },
|
||
|
{ label: "优先级", prop: 'priority' },
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement' },
|
||
|
{ label: "工作组", prop: 'workGroupCode' },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "承接者ID", prop: 'acceptUserId', showProp: true },
|
||
|
{ label: "承接者用户名", prop: 'acceptUserName' },
|
||
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完成者", prop: 'completeUserId', showProp: true },
|
||
|
{ label: "完成者用户名", prop: 'completeUserName' },
|
||
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 生产退库记录 已调整
|
||
|
export const productionReturnNote = [
|
||
|
{
|
||
|
label: "退库记录单号",
|
||
|
prop: "number",
|
||
|
type: "name",
|
||
|
fixed: "left",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "退库单号", prop: "productionReturnRequestNumber", width:orderWidth },
|
||
|
{ label: "采购订单号", prop: "poNumber", width:orderWidth },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "退料时间", prop: 'returnTime', type: "dateTime", showProp: true },
|
||
|
{ label: "任务ID", prop: 'jobNumber', width:orderWidth },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓缴库申请 已调整
|
||
|
export const lineSideWarehousePaymentRequest = [
|
||
|
{
|
||
|
label: "缴库申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "生产计划编号", prop: 'productionPlanNumber' },
|
||
|
{ label: "车间", prop: 'workshop' },
|
||
|
{ label: "生产线", prop: 'prodLine' },
|
||
|
{ label: "班次", prop: 'shift' },
|
||
|
{ label: "班组", prop: 'team' },
|
||
|
{ label: "计划日期", prop: 'planDate', showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓缴库记录 已调整
|
||
|
export const lineSideWarehousePaymentNote = [
|
||
|
{
|
||
|
label: "缴库记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "缴库时间", prop: 'completeTime',type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "完工时间", prop: 'completeTime',type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "生效日期", prop: 'activeDate', showProp: true },
|
||
|
{ label: "上级关联菜单号", prop: 'sourceNumber' },
|
||
|
{ label: "生产计划单号", prop: 'productionPlanNumber' },
|
||
|
{ label: "任务ID", prop: 'jobNumber' },
|
||
|
{ label: "车间", prop: 'workShop' },
|
||
|
{ label: "receiptType", prop: 'receiptType' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓报废申请 已调整
|
||
|
export const lineSideWarehouseScrappingRequest = [
|
||
|
{
|
||
|
label: "报废申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus", },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "报废类型", prop: 'type' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓报废记录 已调整
|
||
|
export const lineSideWarehouseScrappingNote = [
|
||
|
{
|
||
|
label: "报废记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "报废申请单号", prop: 'scrapRequestNumber',width: orderWidth },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "任务ID", prop: 'jobNumber' },
|
||
|
{ label: "报废类型", prop: 'type' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
|
||
|
// 标签管理
|
||
|
/**/
|
||
|
// 标签查询 已调整
|
||
|
export const labelsList = [
|
||
|
{
|
||
|
label: "箱码",
|
||
|
prop: "code",
|
||
|
type: "name",
|
||
|
fixed:"left"
|
||
|
},
|
||
|
{ label: "物料代码", prop: 'itemCode' },
|
||
|
{ label: "物料名称", prop: "itemName", showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "数量", prop: "qty", showProp: true },
|
||
|
{ label: "单位", prop: "uom", showProp: true },
|
||
|
{ label: "批次", prop: "lot" },
|
||
|
{ label: "库位", prop: "recommendLocationCode" },
|
||
|
{ label: "ERP库位", prop: "locationErpCode" },
|
||
|
{ label: "创建时间", prop: "creationTime",type:"dateTime", showProp: true },
|
||
|
{ label: "类型", prop: "labelType", type: "filter", filters: "labelTypeStatus" },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "到达时间", prop: "arriveDate",type:"dateTime", showProp: true },
|
||
|
{ label: "生产时间", prop: "produceDate",type:"dateTime", showProp: true },
|
||
|
{ label: "过期时间", prop: "expireDate",type:"dateTime", showProp: true },
|
||
|
{ label: "采购单号", prop: "asnNumber",width:orderWidth, showProp: true },
|
||
|
{ label: "要货计划单号", prop: "rpNumber",width:orderWidth, showProp: true },
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true },
|
||
|
]
|
||
|
|
||
|
// 库存管理
|
||
|
/**/
|
||
|
// 库存初始化记录
|
||
|
export const InventoryInitialNote = [
|
||
|
{
|
||
|
label: "单据号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "生效日期", prop: "activeDate", showProp: true },
|
||
|
{ label: "库存初始化请求单号", prop: "requestNumber" },
|
||
|
]
|
||
|
// 库存余额
|
||
|
export const InventoryBalance = [
|
||
|
{
|
||
|
label: "物料代码",
|
||
|
prop: "itemCode",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "物料名称", prop: 'itemName', showProp: true },
|
||
|
{ label: "物料描述1", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "物料描述2", prop: "itemDesc2", showProp: true },
|
||
|
{ label: "库存数量", prop: "qty", showProp: true },
|
||
|
{ label: "计量单位", prop: "uom", showProp: true },
|
||
|
{ label: "批次", prop: "lot" },
|
||
|
{ label: "库位代码", prop: "locationCode" },
|
||
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status" },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "ERP库位", prop: "locationErpCode", showProp: true },
|
||
|
{ label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "生产日期", prop: "produceDate" ,type: "dateTime", showProp: true },
|
||
|
{ label: "入库时间", prop: "putInTime", type: "dateTime", showProp: true },
|
||
|
{ label: "过期日期", prop: "expireDate" ,type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: "lastModificationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "上次盘点时间", prop: "lastCountTime",type: "dateTime", showProp: true },
|
||
|
{ label: "上次盘点单号", prop: "lastCountPlanNumber",width: orderWidth },
|
||
|
{ label: "上次盘点标签号", prop: "lastCountLabel" },
|
||
|
]
|
||
|
// 库存事务
|
||
|
export const InventoryTransaction = [
|
||
|
{
|
||
|
label: "事务编号",
|
||
|
prop: "transNumber",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName", showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "事务分类", prop: "transType",type: "filter", filters: "TransTypeBase" },
|
||
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" },
|
||
|
{ label: "事务数量", prop: "qty", showProp: true },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "ERP库位", prop: "locationErpCode", showProp: true },
|
||
|
{ label: "库位代码", prop: "locationCode" },
|
||
|
{ label: "批次", prop: "lot" },
|
||
|
{ label: "库存状态", prop: "status",type: "filter", filters: "inventoryStage", showProp: true },
|
||
|
{ label: "任务编号", prop: "jobNumber",width: orderWidth },
|
||
|
{ label: "事务日期", prop: "transTime" ,type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
]
|
||
|
// 库存快照
|
||
|
export const InventorySnapshot = [
|
||
|
{
|
||
|
label: "盘点标签",
|
||
|
prop: "countLabel",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
showProp: true
|
||
|
},
|
||
|
{ label: "备注", prop: 'remark', },
|
||
|
]
|
||
|
// 库存转移日志
|
||
|
export const InventoryTransferLog = [
|
||
|
{
|
||
|
label: "库存转移编号",
|
||
|
prop: "transferNumber",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "从状态", prop: "fromStatus",type: "filter", filters: "requestStatus" },
|
||
|
{ label: "到状态", prop: "toStatus", type: "filter", filters: "requestStatus" },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName", showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "到货数量", prop: "qty", showProp: true },
|
||
|
{ label: "到货单位", prop: "uom", showProp: true },
|
||
|
{ label: "从库位编号", prop: "fromLocationCode" },
|
||
|
{ label: "到库位编号", prop: "toLocationCode" },
|
||
|
{ label: "箱码", prop: "toPackingCode" },
|
||
|
{ label: "事务类型", prop: "transType", type: "filter", filters: "TransType" },
|
||
|
{ label: "事务替代类型", prop: "transSubType", type: "filter", filters: "TransSubType" },
|
||
|
{ label: "从事务编号", prop: "fromTransNumber", width: orderWidth },
|
||
|
{ label: "到事务编号", prop: "toTransNumber", width: orderWidth },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
]
|
||
|
// 预计入库存(+自定义tab页)
|
||
|
export const expectOut = [
|
||
|
{
|
||
|
label: "任务编号",
|
||
|
prop: "jobNumber",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "status",type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName", showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "占用数量", prop: "qty", showProp: true },
|
||
|
{ label: "库位代码", prop: "locationCode" },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "供应商批次", prop: "supplierBatch", showProp: true },
|
||
|
{ label: "库区", prop: "locationArea", showProp: true },
|
||
|
{ label: "库位组", prop: "locationGroup", showProp: true },
|
||
|
{ label: "ERP库位", prop: "locationErpCode", showProp: true },
|
||
|
{ label: "生产日期", prop: "produceDate",type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
]
|
||
|
// 预计出库存(+自定义tab页)
|
||
|
export const expectIn = [
|
||
|
{
|
||
|
label: "任务编号",
|
||
|
prop: "jobNumber",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "status", type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "物料代码", prop: "itemCode" },
|
||
|
{ label: "物料名称", prop: "itemName", showProp: true },
|
||
|
{ label: "物料描述", prop: "itemDesc1", showProp: true },
|
||
|
{ label: "占用数量", prop: "qty", showProp: true },
|
||
|
{ label: "库位代码", prop: "locationCode" },
|
||
|
{ label: "箱码", prop: "packingCode" },
|
||
|
{ label: "供应商批次", prop: "supplierBatch", showProp: true },
|
||
|
{ label: "库区", prop: "locationArea", showProp: true },
|
||
|
{ label: "库位组", prop: "locationGroup", showProp: true },
|
||
|
{ label: "ERP库位", prop: "locationErpCode", showProp: true },
|
||
|
{ label: "生产日期", prop: "produceDate",type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
]
|
||
|
// 非生产领料申请 已调整
|
||
|
export const pickingRequest = [
|
||
|
{
|
||
|
label: "领料单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus',type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "建档日期", prop: "buildDate", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "部门代码", prop: "deptCode" },
|
||
|
{ label: "部门名称", prop: "deptName" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 非生产领料审批 已调整
|
||
|
export const pickingApproval = [
|
||
|
{
|
||
|
label: "领料单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "建档日期", prop: "buildDate", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "部门代码", prop: "deptCode" },
|
||
|
{ label: "部门名称", prop: "deptName" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 非生产领料记录 已调整
|
||
|
export const pickingNote = [
|
||
|
{
|
||
|
label: "领料记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "建档日期", prop: "buildDate", type: "dateTime", showProp: true },
|
||
|
{ label: "请求单号", prop: 'unplannedIssueRequestNumber',width: orderWidth},
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "部门代码", prop: "deptCode" },
|
||
|
{ label: "部门名称", prop: "deptName" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 非生产退料申请 已调整
|
||
|
export const materialReturnRequest = [
|
||
|
{
|
||
|
label: "退料单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "建档日期", prop: "buildDate", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "部门代码", prop: "deptCode" },
|
||
|
{ label: "部门名称", prop: "deptName" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 非生产退料审批 已调整
|
||
|
export const materialReturnApproval = [
|
||
|
{
|
||
|
label: "退料单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "建档日期", prop: "buildDate", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "部门代码", prop: "deptCode" },
|
||
|
{ label: "部门名称", prop: "deptName" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 非生产退料记录 已调整
|
||
|
export const materialReturnNote = [
|
||
|
{
|
||
|
label: "退料记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "建档日期", prop: "buildDate", type: "dateTime", showProp: true },
|
||
|
{ label: "请求单号", prop: 'unplannedReceiptRequestNumber',width: orderWidth },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
{ label: "部门代码", prop: "deptCode" },
|
||
|
{ label: "部门名称", prop: "deptName" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company',},
|
||
|
{ label: "仓库", prop: 'warehouseCode',},
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 回收料收货记录 已调整
|
||
|
export const recycledMaterialsReceipt = [
|
||
|
{
|
||
|
label: "回收料收货记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: "activeDate" ,type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company',},
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 回收料调整申请 已调整
|
||
|
export const recycledMaterialsAdjustmentApply = [
|
||
|
{
|
||
|
label: "回收料调整申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime" ,type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit',type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 回收料调整记录 已调整
|
||
|
export const materialsAdjustment = [
|
||
|
{
|
||
|
label: "回收料调整记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "申请单号", prop: "requestNumber",width: orderWidth },
|
||
|
{ label: "创建日期", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker",},
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "任务单号", prop: "jobNumber" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓调拨申请 已调整
|
||
|
export const lineSideWarehouseAllocationRequest = [
|
||
|
{
|
||
|
label: "调拨申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "申请日期", prop: "activeDate", type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "公司", prop: 'company',},
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "调拨类型", prop: 'type' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓调拨确认 已调整
|
||
|
export const lineSideWarehouseAllocationConfirm = [
|
||
|
{
|
||
|
label: "调拨确认单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "调拨申请单号", prop: "requestNumber",width: orderWidth },
|
||
|
{ label: "是否确认", prop: "confirmed", type: "tagFilter", filters: "whetherOrNot" },
|
||
|
{ label: "申请日期", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "确认时间", prop: "confirmTime",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "调拨类型", prop: 'type' },
|
||
|
{ label: "使用在途库", prop: 'useOnTheWayLocation',type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓调拨记录 已调整
|
||
|
export const lineSideWarehouseAllocationNote = [
|
||
|
{
|
||
|
label: "调拨确认单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "调拨申请单号", prop: "requestNumber",width: orderWidth },
|
||
|
{ label: "是否确认", prop: "confirmed", type: "tagFilter", filters: "whetherOrNot" },
|
||
|
{ label: "申请日期", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "确认时间", prop: "confirmTime",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
{ label: "公司", prop: "company" },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "任务ID", prop: "jobNumber" },
|
||
|
{ label: "调拨类型", prop: "type" },
|
||
|
{ label: "使用中间库", prop: "useOnTheWayLocation", type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 储位调拨记录 已调整
|
||
|
export const interStorageAllocationNote = [
|
||
|
{
|
||
|
label: "调拨单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "调拨日期", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
{ label: "公司", prop: "company" },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "任务ID", prop: "jobNumber" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 客户储位调拨申请 已调整
|
||
|
export const customerStorageAllocationRequest = [
|
||
|
{
|
||
|
label: "调拨申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "申请日期", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "公司", prop: 'company',},
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "调拨类型", prop: 'type' },
|
||
|
{ label: "使用中间库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 客户储位调拨确认 已调整
|
||
|
export const customerStorageAllocationConfirm = [
|
||
|
{
|
||
|
label: "调拨确认单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "调拨申请单号", prop: "requestNumber" ,width: orderWidth },
|
||
|
{ label: "是否确认", prop: "confirmed", type: "tagFilter", filters: "whetherOrNot" },
|
||
|
{ label: "申请日期", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "确认时间", prop: "confirmTime",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "公司", prop: 'company',},
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "调拨类型", prop: 'type' },
|
||
|
{ label: "使用中间库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 客户储位调拨记录 已调整
|
||
|
export const customerStorageAllocationNote = [
|
||
|
{
|
||
|
label: "调拨确认单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "调拨申请单号", prop: "requestNumber",width: orderWidth },
|
||
|
{ label: "是否确认", prop: "confirmed", type: "tagFilter", filters: "whetherOrNot" },
|
||
|
{ label: "申请日期", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "确认时间", prop: "confirmTime",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
]
|
||
|
// 储位内移库记录 已调整
|
||
|
export const intraStorageTransferNote = [
|
||
|
{
|
||
|
label: "移库单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "移库时间", prop: "activeDate",type:"dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: "worker" },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "任务ID", prop: 'jobNumber',width: orderWidth },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓调整申请 已调整
|
||
|
export const lineSideWarehouseAdjustmentSheetRequest = [
|
||
|
{
|
||
|
label: "申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 线边仓调整记录 已调整
|
||
|
export const lineSideWarehouseAdjustmentSheetNote = [
|
||
|
{
|
||
|
label: "记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "类型", prop: 'type' },
|
||
|
{ label: "盘点记录单号", prop: 'countNoteNumber', width: orderWidth },
|
||
|
{ label: "盘点计划单号", prop: "countPlanNumber",width: orderWidth },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 盘点计划 已调整
|
||
|
export const CountPlan = [
|
||
|
{
|
||
|
label: "盘点计划单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width:orderWidth
|
||
|
},
|
||
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" },
|
||
|
{ label: "开始时间", prop: "beginTime",type: "dateTime", showProp: true },
|
||
|
{ label: "结束时间", prop: "endTime", type: "dateTime", showProp: true },
|
||
|
{ label: "计划时间", prop: 'planTime', type: "dateTime", showProp: true},
|
||
|
{ label: "盘点执行方式", prop: "requestType",type: "filter", filters: "requestType" },
|
||
|
// { label: "根据", prop: "countMethod",type: "filter", filters: "countMethod" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "备注", prop: 'remark', },
|
||
|
{ label: "操作员", prop: 'worker',},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "类型", prop: "type",type: "filter", filters: "checkType" },
|
||
|
{ label: "阶段", prop: "stage", type: "filter", filters: "checkStage" },
|
||
|
{ label: "生效时间", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改者Id", prop: "lastModifierId", showProp: true },
|
||
|
{ label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "事务代码", prop: "tenantId", showProp: true },
|
||
|
{ label: "物料代码JSON", prop: 'jsonItemCodes' },
|
||
|
{ label: "库位JSON", prop: 'jsonLocationCodes' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "id", prop: 'id' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 盘点任务 已调整
|
||
|
export const CountJob = [
|
||
|
{
|
||
|
label: "任务编号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width:orderWidth
|
||
|
},
|
||
|
{ label: "盘点计划号", prop: "countPlanNumber",width:orderWidth },
|
||
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" },
|
||
|
{ label: "盘点根据", prop: "countMethod",type: "filter", filters: "countMethod" },
|
||
|
{ label: "创建时间", prop: "creationTime", type: "dateTime", showProp: true },
|
||
|
{ label: "承接时间", prop: "acceptTime", type: "dateTime", showProp: true },
|
||
|
{ label: "承接用户", prop: "acceptUserName" },
|
||
|
{ label: "完成时间", prop: "completeTime",type: "dateTime", showProp: true },
|
||
|
{ label: "完成用户", prop: "completeUserName" },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "上游任务编号", prop: "upStreamJobNumber", width:orderWidth},
|
||
|
{ label: "阶段", prop: "countStage", type: "filter", filters: "checkStage" },
|
||
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" },
|
||
|
{ label: "类型", prop: "type",type: "filter", filters: "checkType" },
|
||
|
{ label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot"},
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true },
|
||
|
{ label: "承接者Id", prop: "acceptUserId", showProp: true },
|
||
|
{ label: "完成者Id", prop: "completeUserId", showProp: true },
|
||
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改者Id", prop: "lastModifierId", showProp: true },
|
||
|
{ label: "优先级", prop: 'priority',},
|
||
|
{ label: "优先级增量", prop: 'priorityIncrement',},
|
||
|
{ label: "事务代码", prop: "tenantId", showProp: true },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "任务描述", prop: 'jobDescription' },
|
||
|
{ label: "工作组代码", prop: "workGroupCode" },
|
||
|
{ label: "仓库", prop: "warehouseCode" },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "id", prop: 'id' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 盘点记录 已调整
|
||
|
export const CountNote = [
|
||
|
{
|
||
|
label: "盘点记录单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "盘点计划单号", prop: "countPlanNumber", width: orderWidth },
|
||
|
{ label: "是否已生成盘点调整申请", prop: "adjusted", type: "tagFilter", filters: "whetherOrNot" },
|
||
|
{ label: "开始时间", prop: "beginTime", type: "dateTime", showProp: true },
|
||
|
{ label: "结束时间", prop: "endTime", type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker',},
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "类型", prop: "type", type: "filter", filters: "checkType" },
|
||
|
{ label: "阶段", prop: "stage", type: "filter", filters: "stageType" },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "事务代码", prop: "tenantId", showProp: true },
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true },
|
||
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime', showProp: true },
|
||
|
{ label: "上次修改者", prop: "lastModifierId", showProp: true },
|
||
|
{ label: "生效时间", prop: "activeDate", type: "dateTime", showProp: true },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "公司", prop: 'company',},
|
||
|
{ label: "仓库", prop: 'warehouseCode',},
|
||
|
{ label: "id", prop: 'id',},
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 盘点调整申请 已调整
|
||
|
export const CountPlanAdjust = [
|
||
|
{
|
||
|
label: "盘点调整申请单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "状态", type: "tagFilter", filters: "requestStatus", prop: "requestStatus" },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime", showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
{ label: "事务代码", prop: "tenantId", showProp: true },
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true},
|
||
|
{ label: "生效时间", prop: 'activeDate', type: "dateTime", showProp: true },
|
||
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime', showProp: true },
|
||
|
{ label: "上次修改者", prop: "lastModifierId", showProp: true },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "id", prop: 'id' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
// 盘点调整记录 已调整
|
||
|
export const CountAdjustNote = [
|
||
|
{
|
||
|
label: "盘点调整单号",
|
||
|
prop: "number",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: orderWidth
|
||
|
},
|
||
|
{ label: "盘点记录单号", prop: 'countNoteNumber',width: orderWidth },
|
||
|
{ label: "盘点计划单号", prop: 'countPlanNumber', width: orderWidth },
|
||
|
{ label: "创建时间", prop: "creationTime",type: "dateTime",showProp: true },
|
||
|
{ label: "操作员", prop: 'worker' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
{ label: "类型", prop: "type" },
|
||
|
{ label: "备注", prop: "remark" },
|
||
|
{ label: "事务代码", prop: "tenantId", showProp: true },
|
||
|
{ label: "创建者Id", prop: "creatorId", showProp: true },
|
||
|
{ label: "上次修改时间", prop: "lastModificationTime", type:'dateTime',showProp: true },
|
||
|
{ label: "上次修改者", prop: "lastModifierId", showProp: true },
|
||
|
{ label: "生效时间", prop: "activeDate", type: "dateTime", showProp: true },
|
||
|
{ label: "公司", prop: 'company' },
|
||
|
{ label: "仓库", prop: 'warehouseCode' },
|
||
|
{ label: "id", prop: 'id' },
|
||
|
// -----------------------------------------------------------------------
|
||
|
]
|
||
|
|
||
|
// 消息管理
|
||
|
/**/
|
||
|
// 消息类型
|
||
|
export const MessageType = [
|
||
|
{
|
||
|
label: "消息类别代码",
|
||
|
prop: "messageTypeCode",
|
||
|
fixed: "left",
|
||
|
type: "name",
|
||
|
width: "300px"
|
||
|
},
|
||
|
{ label: "消息类别名称", prop: "messageTypeName" },
|
||
|
{ label: "备注", prop: 'remark' }
|
||
|
]
|
||
|
|
||
|
// 系统权限管理
|
||
|
/**/
|
||
|
// 部门信息维护
|
||
|
export const Department = [
|
||
|
{
|
||
|
label: "部门代码",
|
||
|
prop: "code",
|
||
|
fixed: "left",
|
||
|
type: "name"
|
||
|
},
|
||
|
{ label: "部门名称", prop: "name" },
|
||
|
{ label: "描述", prop: "description" },
|
||
|
{ label: "备注", prop: 'remark' },
|
||
|
]
|