// 通用配置 const orderWidth = 180 // 基础数据管理 /**/ // 字典信息 20230404 export const Dict = [ { label: "字典项代码", prop: "code" }, { label: "字典项名称", prop: "name" }, { label: "字典项值", prop: "value" }, { label: "字典项描述", prop: "description" }, { label: "是否生效", prop: "enabled", type: "filter", filters: "whetherOrNot" }, // ----------------------------------------------------------------------- { label: "备注", prop: "remark" }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: 'masterId' }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 原料管理 // 供应商发货通知 20230404 export const SupplierAsn = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发货数量", prop: "qty" }, { label: "物品单位", prop: "uom" }, { label: "生产批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "ERP库位", prop: "recommendErpCode" }, { label: "项目编号", prop: "projectCode" }, { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, { label: "生产时间", prop: "produceDate", type: "dateTime" }, { label: "过期时间", prop: "expireDate", type: "dateTime" }, { label: "到货时间", prop: "arriveDate", type: "dateTime" }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "发货单号", prop: 'number', width: orderWidth }, { label: "订单号", prop: 'poNumber', width: orderWidth }, { label: "订单行", prop: 'poLine', width: orderWidth }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "标包数量", prop: 'stdPackQty' }, { label: "供应商包装数量", prop: 'supplierPackQty' }, { label: "供应商包装计量单位", prop: 'supplierPackUom' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "转换率", prop: 'convertRate' }, { label: "筹措员代码", prop: 'planUserCode' }, { label: "备注", prop: 'remark' }, { label: "创建者ID", prop: 'creatorId' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: 'masterID' }, // ************** 确定隐藏 ************************ ] // 采购订单信息 20230404 export const PurchaseOrder = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发货数量", prop: "qty" }, { label: "物品单位", prop: "uom" }, { label: "生产批次", prop: "lot" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "项目编号", prop: "projectCode" }, { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, { label: "生产时间", prop: "produceDate", type: "dateTime" }, { label: "已发货数量", prop: "shippedQty" }, { label: "已收货数量", prop: "receivedQty" }, { label: "已退货数量", prop: "returnedQty" }, { label: "已上架数量", prop: "putAwayQty" }, // ----------------------------------------------------------------------- { label: "筹措员代码", prop: 'planUserCode' }, { label: "要求到货时间", prop: "planArriveDate", type: "dateTime" }, { label: "过期时间", prop: "expireDate", type: "dateTime" }, { label: "发货单号", prop: 'number' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "标包数量", prop: 'stdPackQty' }, { label: "订单行", prop: 'poLine' }, { label: "供应商包装计量单位", prop: 'supplierPackUom' }, { label: "供应商包装数量", prop: 'supplierPackQty' }, { label: "转换率", prop: 'convertRate' }, { label: "是否寄存订单", prop: 'isConsignment' }, { label: "备注", prop: 'remark' }, { label: "订单备注", prop: 'orderRemark' }, { label: "事务ID", prop: "tenantId" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // { label: "标包计量单位", prop: 'stdPackUom' }, // ************** 确定隐藏 ************************ // { label: "lineStatus", prop: 'lineStatus' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: 'masterID' }, // ************** 确定隐藏 ************************ ] // 到货请求 20230404 export const PurchaseReceiptRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发货数量", prop: "qty" }, { label: "物品单位", prop: "uom" }, { label: "生产批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "ERP库位", prop: "recommendErpCode" }, { label: "生产时间", prop: "produceDate", type: "dateTime" }, { label: "过期时间", prop: "expireDate", type: "dateTime" }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "创建时间", prop: 'creationTime', type:'dateTime' }, { label: "创建者ID", prop: "creatorId" }, // { label: "发货单号", showProp:"asnNumber", type:"outerMainFilter", width: orderWidth },//使用主表信息 { label: "订单号", prop:'poNumber', width: orderWidth }, // ----------------------------------------------------------------------- { label: "单据号", prop:'number', width: orderWidth }, { label: "备注", prop:'remark'}, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "订单行", prop: 'poLine' }, { label: "供应商包装计量单位", prop:'supplierPackUom' }, { label: "供应商包装数量", prop:'supplierPackQty' }, { label: "转换率", prop: 'convertRate' }, { label: "事务ID", prop: "tenantId" }, // { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: 'masterID' }, // ************** 确定隐藏 ************************ ] // 采购收货任务 20230404 export const PurchaseReceiptJob = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "状态", prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" }, { label: "数量", prop: "recommendQty" }, { label: "质量缺陷", prop: "massDefect" }, { label: "不合格原因代码", prop: "failedReason",}, { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, // ----------------------------------------------------------------------- { label: "标包数量", prop: 'stdPackQty' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐库位", prop: 'recommendToLocationCode' }, { label: "推荐区域", prop: 'recommendToLocationArea' }, { label: "推荐分组", prop: 'recommendToLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendToLocationErpCode' }, { label: "推荐仓库", prop: 'recommendToWarehouseCode' }, { label: "计量单位", prop: 'uom' }, { label: "实际库位", prop: 'handledToLocationCode' }, { label: "实际区域", prop: 'handledToLocationArea' }, { label: "实际分组", prop: 'handledToLocationGroup' }, { label: "实际ERP库位", prop: 'handledToLocationErpCode' }, { label: "实际仓库", prop: 'handledToWarehouseCode' }, { label: "订单号", prop: 'poNumber' }, { label: "订单行", prop: 'poLine' }, { label: "目检照片Json", prop: 'inspectPhotoJson' }, { label: "到货时间", prop: 'arriveDate',type: "dateTime" }, { label: "供应商包装计量单位", prop: 'supplierPackUom' }, { label: "供应商包装数量", prop: 'supplierPackQty' }, { label: "创建者ID", prop: "creatorId" }, { label: "事务ID", prop: "tenantId" }, // { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "ID", prop: "id" }, // { label: "主表ID", prop: 'masterID' }, // ************** 确定隐藏 ************************ ] // 报检单 20230410 export const InspectRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName", width: orderWidth }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "收货数量", prop: "receiveQty" }, { label: "生产批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "检验状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus" }, { label: "库位", prop: 'locationCode' }, { label: "ERP库位", prop: 'locationErpCode' }, { label: "检验单号", prop: "number" }, // ----------------------------------------------------------------------- { label: "计量单位", prop: 'uom' }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者Id", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者Id", prop: 'lastModifierId' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "订单号", prop: 'poNumber', width: orderWidth }, { label: "订单行", prop: 'poLine' }, { label: "样品率", prop: 'samplePercent' }, { label: "检验数量", prop: 'inspectQty' }, { label: "AbcClass类别", prop: 'abcClass' }, { label: "事务ID", prop: "tenantId" }, { label: "检验类型", prop: "inspectType", type: "filter", filters: "inspectType" }, { label: "不合格原因代码", prop: 'failedReason' }, { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, { label: "破坏数量", prop: 'crackQty' }, { label: "最终不合格数量", prop: 'notPassedQty' }, { label: "检验人", prop: 'inspectUser' }, { label: "合格数量", prop: 'goodQty' }, { label: "不合格数量", prop: 'failedQty' }, { label: "外观", prop: 'appearance' }, { label: "尺寸", prop: 'volume' }, { label: "重量", prop: 'weight' }, { label: "其他属性", prop: 'otherPropertyJson' }, // { label: "状态", prop: "status", type: "tagFilter", filters: "requestStatus" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: "id" }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 检验记录 20230407 export const InspectNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "收货数量", prop: "receiveQty" }, { label: "生产批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "库位", prop: 'locationCode' }, { label: "ERP库位", prop: 'locationErpCode' }, { label: "合格数量", prop: 'goodQty' }, { label: "不合格数量", prop: 'failedQty' }, { label: "检验人", prop: 'inspectUser' }, // ----------------------------------------------------------------------- { label: "盘点标签", prop: "containerCode" }, { label: "破坏数量", prop: 'crackQty' }, { label: "异常照片", prop: 'photos' }, { label: "最终不合格数量", prop: 'notPassedQty' }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "单据号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "订单号", prop: 'poNumber' }, { label: "订单行", prop: 'poLine' }, { label: "计量单位", prop: 'uom' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "样品率", prop: 'samplePercent' }, { label: "检验数量", prop: 'inspectQty' }, { label: "AbcClass类别", prop: 'abcClass' }, { label: "事务ID", prop: "tenantId" }, { label: "检验类型", prop: "inspectType", type: "filter", filters: "inspectType" }, { label: "其他属性", prop: 'otherPropertyJson' }, // { label: "状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus" }, // { label: "不合格原因代码", prop: 'failedReason' }, // { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict", dictType: "UnqualifiedReason" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "ID", prop: "id" }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 不合格转合格记录 已调整 20230407 export const unqualifiedToQualifiedNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: "toLot" }, { label: "箱码", prop: "toPackingCode" }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "ERP库位", prop: 'toLocationErpCode' }, // ----------------------------------------------------------------------- { label: "转合格单号", prop: "number",width: orderWidth }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "完成时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "事务ID", prop: "tenantId" }, { label: "备注", prop: 'remark' }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 采购上架记录 20230410 export const PutawayNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "来源库位", prop: "fromLocationCode" }, { label: "目标库位", prop: "toLocationCode" }, { label: "供应商批次", prop: 'supplierBatch' }, // ----------------------------------------------------------------------- { label: "单据号", prop: 'number' }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "采购订单号", prop: "poNumber",width: orderWidth }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "完成时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "订单行", prop: 'poLine' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "任务编号", prop: 'jobNumber' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐供应商批次", prop: "recommendSupplierBatch" }, { label: "实际供应商批次", prop: "handledSupplierBatch" }, { label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, { label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, { label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, { label: "实际生产时间", prop: "handledProduceDate", type: "dateTime" }, { label: "推荐过期时间", prop: "recommendExpireDate", type: "dateTime" }, { label: "实际过期时间", prop: "handledExpireDate", type: "dateTime" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "推荐数量", prop: "recommendQty" }, { label: "实际数量", prop: "handledQty" }, { label: "事务ID", prop: "tenantId" }, { label: "备注", prop: 'remark' }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 人工叫料申请 20230411 export const IssueRequest = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "状态", prop: "status", type: "filter", filters: "openToClose" }, { label: "叫料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "目标库位", prop: "toLocationCode" }, { label: "目标ERP库位", prop: "toLocationErpCode" }, { label: "生成任务数量", prop: 'issuedQty' }, { label: "已收数量", prop: 'receivedQty' }, { label: "单据号", prop: 'number' }, // ----------------------------------------------------------------------- { label: "标包数量", prop: 'stdPackQty' }, { label: "生产线", prop: 'prodLine' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "工作中心", prop: 'workStation' }, { label: "过期时间", prop: 'expiredTime' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "备注", prop: "remark" }, { label: "事务ID", prop: "tenantId" }, { label: "请求未发", prop: 'toBeIssuedQty' }, { label: "已发未收", prop: 'toBeReceivedQty' }, { label: "请求未收", prop: 'notFinishQty' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 人工发料任务 20230411 export const IssueJob = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "状态", prop: "status", type: "filter", filters: "inventoryStage" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "在途库位", prop: 'onTheWayLocationCode' }, // ----------------------------------------------------------------------- { label: "标包数量", prop: "stdPackQty" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width: orderWidth }, { label: "备注", prop: 'remark' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "计量单位", prop: 'uom' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "到库区", prop: 'toLocationArea' }, { label: "到库位组", prop: 'toLocationGroup' }, { label: "到ERP库位", prop: 'toLocationErpCode' }, { label: "到仓库", prop: 'toWarehouseCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "请求库位", prop: 'requestLocationCode' }, { label: "到库位", prop: 'toLocationCode' }, { label: "生产线", prop: 'prodLine' }, { label: "工作中心", prop: 'workStation' }, { label: "过期时间", prop: 'expiredTime' }, { label: "工序", prop: 'operation' }, { label: "取整后数量", prop: 'roundedQty' }, { label: "计划开始时间", prop: 'planBeginTime' }, { label: "每次配送数量", prop: 'deliveryQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "distributionType", prop: 'distributionType' }, // { label: "plannedSplitRule", prop: 'plannedSplitRule' }, // { label: "truncType", prop: 'truncType' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 人工发料记录 20230411 export const IssueNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "来源库位", prop: "fromLocationCode" }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标库位", prop: "toLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "在途库位", prop: 'onTheWayLocationCode' }, // ----------------------------------------------------------------------- { label: "生效日期", prop: "arriveDate", type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width: orderWidth }, { label: "备注", prop: 'remark' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期日期", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "发料时间", prop: 'issueTime', type: "dateTime" }, { label: "生产线", prop: 'prodLine' }, { label: "工作中心", prop: 'workStation' }, { label: "事务ID", prop: "tenantId" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际批次", prop: "handledLot" }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际数量", prop: 'handledQty' }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐批次", prop: "recommendLot" }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 自动叫料申请 20230411 export const automaticCallApply = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "状态", prop: "status", type: "filter", filters: "openToClose" }, { label: "叫料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "目标库位", prop: "toLocationCode" }, { label: "目标ERP库位", prop: "toLocationErpCode" }, { label: "生成任务数量", prop: 'issuedQty' }, { label: "已收数量", prop: 'receivedQty' }, { label: "单据号", prop: 'number' }, // ----------------------------------------------------------------------- { label: "标包数量", prop: 'stdPackQty' }, { label: "生产线", prop: 'prodLine' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "工作中心", prop: 'workStation' }, { label: "过期时间", prop: 'expiredTime' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "备注", prop: "remark" }, { label: "事务ID", prop: "tenantId" }, { label: "请求未发", prop: 'toBeIssuedQty' }, { label: "已发未收", prop: 'toBeReceivedQty' }, { label: "请求未收", prop: 'notFinishQty' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 自动发料任务 20230411 export const automaticCallJob = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "状态", prop: "status", type: "filter", filters: "inventoryStage" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "在途库位", prop: 'onTheWayLocationCode' }, // ----------------------------------------------------------------------- { label: "标包数量", prop: "stdPackQty" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width: orderWidth }, { label: "备注", prop: 'remark' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "计量单位", prop: 'uom' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "到库区", prop: 'toLocationArea' }, { label: "到库位组", prop: 'toLocationGroup' }, { label: "到ERP库位", prop: 'toLocationErpCode' }, { label: "到仓库", prop: 'toWarehouseCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "请求库位", prop: 'requestLocationCode' }, { label: "到库位", prop: 'toLocationCode' }, { label: "生产线", prop: 'prodLine' }, { label: "工作中心", prop: 'workStation' }, { label: "过期时间", prop: 'expiredTime' }, { label: "工序", prop: 'operation' }, { label: "取整后数量", prop: 'roundedQty' }, { label: "计划开始时间", prop: 'planBeginTime' }, { label: "每次配送数量", prop: 'deliveryQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "plannedSplitRule", prop: 'plannedSplitRule' }, // { label: "distributionType", prop: 'distributionType' }, // { label: "truncType", prop: 'truncType' }, // ************** 确定隐藏 ************************ ] // 自动发料记录 20230411 export const automaticCallNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "来源库位", prop: "fromLocationCode" }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标库位", prop: "toLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "在途库位", prop: 'onTheWayLocationCode' }, // ----------------------------------------------------------------------- { label: "生效日期", prop: "arriveDate", type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width: orderWidth }, { label: "备注", prop: 'remark' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期日期", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "发料时间", prop: 'issueTime', type: "dateTime" }, { label: "生产线", prop: 'prodLine' }, { label: "工作中心", prop: 'workStation' }, { label: "事务ID", prop: "tenantId" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际批次", prop: "handledLot" }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际数量", prop: 'handledQty' }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐批次", prop: "recommendLot" }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ // ----------------------------------------------------------------------- ] // 上架前退货记录 20230412 export const beforeGroundingReturnNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "库位", prop: 'locationCode' }, { label: "库区", prop: 'locationArea' }, { label: "ERP库位", prop: "locationErpCode" }, { label: "退货原因代码", prop: 'reason' }, { label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, // ----------------------------------------------------------------------- { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "单据号", prop: 'number' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "备注", prop: 'remark' }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "库位组", prop: 'locationGroup' }, { label: "订单号", prop: 'poNumber' }, { label: "订单行", prop: 'poLine' }, { label: "事务ID", prop: "tenantId" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际批次", prop: "handledLot" }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际数量", prop: 'handledQty' }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 上架后退货申请 20230412 export const PurchaseReturnRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: "packingCode" }, { label: "退货库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "订单号", prop: 'poNumber', width:orderWidth }, // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "单据号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate' }, { label: "生产时间", prop: 'produceDate' }, { label: "过期时间", prop: 'expireDate' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "库位组", prop: 'locationGroup' }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库区", prop: 'locationArea' }, { label: "订单行", prop: 'poLine' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 上架后退货任务 20230412 export const PurchaseReturnJob = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "退货原因代码", prop: 'reason' }, { label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"PurReturnReason" }, { label: "订单号", prop: 'poNumber', width:orderWidth }, // ----------------------------------------------------------------------- { label: "计量单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "订单行", prop: 'poLine' }, { label: "事务ID", prop: "tenantId" }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 上架后退货记录 20230412 export const PurchaseReturnNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "库位", prop: 'locationCode' }, { label: "库区", prop: 'locationArea' }, { label: "ERP库位", prop: "locationErpCode" }, { label: "退货原因代码", prop: 'reason' }, { label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, // ----------------------------------------------------------------------- { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "单据号", prop: 'number' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "备注", prop: 'remark' }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "库位组", prop: 'locationGroup' }, { label: "订单号", prop: 'poNumber' }, { label: "订单行", prop: 'poLine' }, { label: "事务ID", prop: "tenantId" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际批次", prop: "handledLot" }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际数量", prop: 'handledQty' }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 原料报废记录 20230412 export const ScrapNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "报废数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "报废原因代码", prop: 'reasonCode' }, { label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"ScrapReason" }, { label: "报废库位", prop: "fromLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 原料直发客户记录 20230412 export const materialDirectSendNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "来源库位", prop: "fromLocationCode" }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标库位", prop: "toLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, // ----------------------------------------------------------------------- { label: "生效日期", prop: "arriveDate", type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width: orderWidth }, { label: "备注", prop: 'remark' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期日期", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "事务ID", prop: "tenantId" }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 直接发料记录 20230413 export const directIssueNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "发料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "来源库位", prop: "fromLocationCode" }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标库位", prop: "toLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "在途库位", prop: 'onTheWayLocationCode' }, // ----------------------------------------------------------------------- { label: "生效日期", prop: "arriveDate", type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width: orderWidth }, { label: "备注", prop: 'remark' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期日期", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "发料时间", prop: 'issueTime', type: "dateTime" }, { label: "生产线", prop: 'prodLine' }, { label: "工作中心", prop: 'workStation' }, { label: "事务ID", prop: "tenantId" }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际批次", prop: "handledLot" }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际数量", prop: 'handledQty' }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐批次", prop: "recommendLot" }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 成品管理 /**/ // 完工收货缴库申请 20230415 export const ProductReceiptRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "返线数量", prop: "returnQty" }, { label: "调出库区", prop: "rawArea" }, { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: "locationErpCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "库区", prop: "locationArea" }, { label: "备注", prop: 'remark' }, // ----------------------------------------------------------------------- { label: "创建者ID", prop: 'creatorId' }, { label: "生产时间", prop: "produceDate",type:"dateTime" }, { label: "过期时间", prop: "expireDate" ,type:"dateTime" }, { label: "库位组", prop: "locationGroup" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "申请编号", prop: 'number' }, { label: "批次", prop: 'lot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "标包数量", prop: 'stdPackQty' }, { label: "Bom版本", prop: 'bomVersion' }, { label: "仓库", prop: "warehouseCode" }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: "id" }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 完工收货缴库记录 20230413 export const ProductReceiptNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "库区", prop:"locationArea" }, { label: "库位代码", prop: 'locationCode' }, { label: "ERP库位", prop:"locationErpCode" }, { label: "生产时间", prop: "produceDate",type:"dateTime" }, // ----------------------------------------------------------------------- { label: "缴库库位", prop: 'rawLocationCode' }, { label: "调出库区", prop: "rawArea" }, { label: "箱码", prop: 'packingCode' }, { label: "返线数量", prop: "returnQty" }, { label: "到货时间", prop: 'arriveDate',type:"dateTime" }, { label: "过期时间", prop: "expireDate" ,type:"dateTime" }, { label: "记录编号", prop: 'number' }, { label: "批次", prop: 'lot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "生产线", prop: 'prodLine' }, { label: "Bom版本", prop: 'bomVersion' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "备注", prop: 'remark' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 完工收货报废申请 20230412 export const ProductReceiptScrapRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "库区", prop:"locationArea" }, { label: "库位", prop:"locationCode" }, { label: "ERP库位", prop: 'locationErpCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "报废原因代码", prop:"reasonCode" }, { label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"Reason" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "记录编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "仓库代码", prop: "warehouseCode" }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 完工收货报废记录 20230412 export const ProductReceiptScrapNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "报废数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "报废原因代码", prop: 'reasonCode' }, { label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"ScrapReason" }, { label: "报废库位", prop: "fromLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 半成品上架记录 20230415 export const partiallyPreparedProductsNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "来源库位", prop: "fromLocationCode" }, { label: "目标库位", prop: "toLocationCode" }, { label: "供应商批次", prop: 'supplierBatch' }, // ----------------------------------------------------------------------- { label: "单据号", prop: 'number' }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "采购订单号", prop: "poNumber",width: orderWidth }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "完成时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "订单行", prop: 'poLine' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "任务编号", prop: 'jobNumber' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐供应商批次", prop: "recommendSupplierBatch" }, { label: "实际供应商批次", prop: "handledSupplierBatch" }, { label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, { label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, { label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, { label: "实际生产时间", prop: "handledProduceDate", type: "dateTime" }, { label: "推荐过期时间", prop: "recommendExpireDate", type: "dateTime" }, { label: "实际过期时间", prop: "handledExpireDate", type: "dateTime" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "推荐数量", prop: "recommendQty" }, { label: "实际数量", prop: "handledQty" }, { label: "事务ID", prop: "tenantId" }, { label: "备注", prop: 'remark' }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 成品发货申请 20230414 export const DeliverRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "出货数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "发货库区", prop: "areaCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 成品发货任务 20230414 export const DeliverJob = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "单位", prop: "uom" }, { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "事务ID", prop: "tenantId" }, // ----------------------------------------------------------------------- { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "在途库位", prop: 'onTheWayLocationCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "status", prop: 'status' }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 成品发货记录 20230414 export const DeliverNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "出货数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "出货库位", prop: "fromLocationCode" }, { label: "出货ERP库位", prop: "fromLocationErpCode" }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: "produceDate",type: "dateTime" }, { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, // ----------------------------------------------------------------------- { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "创建者ID", prop: 'creatorId' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "事务ID", prop: "tenantId" }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // FIS发货申请 20230414 export const FISDeliverRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "出货数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "出货库区", prop: "areaCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "事务ID", prop: "tenantId" }, // { label: "起始底盘号",prop: 'extraProperties',type:"object", showProp: 'FromVinCode' }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // FIS发货记录 20230415 export const FISDeliverNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "出货数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "出货库位", prop: "fromLocationCode" }, { label: "出货ERP库位", prop: "fromLocationErpCode" }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: "produceDate",type: "dateTime" }, { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, // ----------------------------------------------------------------------- { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "创建者ID", prop: 'creatorId' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "事务ID", prop: "tenantId" }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 客户退拆申请 20230415 export const customerDismantle = [ { label: "退拆物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "退拆数量", prop: "qty" }, { label: "单位", prop: 'uom' }, { label: "扣账库位", prop: "locationCode" }, { label: "扣账ERP库位", prop: 'locationErpCode' }, { label: "缴库库位", prop: 'rawLocationCode' }, { label: "原料ERP库位", prop: 'rawLocationErpCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "Bom版本", prop: 'bomVersion' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "原料库位组", prop: 'rawLocationGroup' }, { label: "原料库区", prop: 'rawLocationArea' }, { label: "原料仓库", prop: 'rawWarehouseCode' }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 生产退库申请 20230415 export const productionReturnRequest = [ { label: "物品代码", prop: "itemCode",fixed:"left" }, { label: "物品名称", prop: 'itemName' }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "单位", prop: 'uom' }, { label: "批次", prop: 'lot' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "备注", prop: 'remark' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库区", prop: 'toLocationArea' }, // ----------------------------------------------------------------------- { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 生产退库任务 20230415 export const productionReturnJob = [ { label: "物品代码", prop: "itemCode",fixed:"left" }, { label: "物品名称", prop: 'itemName' }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: 'recommendQty' }, { label: "批次", prop: 'recommendLot' }, // ----------------------------------------------------------------------- { label: "任务编号", prop: 'number',width:orderWidth }, { label: "单位", prop: 'uom' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "实际数量", prop: 'handledQty' }, { label: "实际批次", prop: 'handledLot' }, // ----------------------------------------------------------------------- { label: "来源库位", prop: 'fromLocationCode' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "status", prop: 'status' }, // ************** 确定隐藏 ************************ ] // 生产退库记录 20230413 export const productionReturnNote = [ { label: "物品代码", prop: "itemCode",fixed:"left" }, { label: "物品名称", prop: 'itemName' }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: 'qty' }, { label: "单位", prop: 'uom' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, // ----------------------------------------------------------------------- { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐供应商批次", prop: "recommendSupplierBatch" }, { label: "实际供应商批次", prop: "handledSupplierBatch" }, { label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, { label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, { label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, { label: "实际生产时间", prop: "handledProduceDate", type: "dateTime" }, { label: "推荐过期时间", prop: "recommendExpireDate", type: "dateTime" }, { label: "实际过期时间", prop: "handledExpireDate", type: "dateTime" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "推荐数量", prop: "recommendQty" }, { label: "实际数量", prop: "handledQty" }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 库存管理 /**/ // 非生产领料申请 20230417 export const pickingRequest = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "领料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: 'packingCode' }, { label: "调出库位", prop: "locationCode" }, { label: "调出ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, { label: "专案代码", prop: 'caseCode' }, { label: "项目分类", prop: 'projCapacityCode' }, { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 非生产领料审批 20230417 export const pickingApproval = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "领料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: 'packingCode' }, { label: "调出库位", prop: "locationCode" }, { label: "调出ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, { label: "专案代码", prop: 'caseCode' }, { label: "项目分类", prop: 'projCapacityCode' }, { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 非生产领料记录 20230417 export const pickingNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "领料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: "packingCode" }, { label: "调出库位", prop: "locationCode" }, { label: "调出ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, { label: "专案代码", prop: 'caseCode' }, { label: "项目分类", prop: 'projCapacityCode' }, { label: "次交易码", prop: 'onceBusiCode' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "原因代码", prop: 'reasonCode' },//无 // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐供应商批次", prop: "recommendSupplierBatch" }, { label: "实际供应商批次", prop: "handledSupplierBatch" }, { label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, { label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, { label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, { label: "实际生产时间", prop: "handledProduceDate", type: "dateTime" }, { label: "推荐过期时间", prop: "recommendExpireDate", type: "dateTime" }, { label: "实际过期时间", prop: "handledExpireDate", type: "dateTime" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐数量", prop: "recommendQty" }, { label: "实际数量", prop: "handledQty" }, { label: "推荐库位", prop: 'recommendFromLocationCode' }, { label: "推荐区域", prop: 'recommendFromLocationArea' }, { label: "推荐分组", prop: 'recommendFromLocationGroup' }, { label: "推荐ERP库位", prop: 'recommendFromLocationErpCode' }, { label: "推荐仓库", prop: 'recommendFromWarehouseCode' }, { label: "实际库位", prop: 'handledFromLocationCode' }, { label: "实际区域", prop: 'handledFromLocationArea' }, { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 非生产退料申请 20230417 export const materialReturnRequest = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "退料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: 'packingCode' }, { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, { label: "专案代码", prop: 'caseCode' }, { label: "项目分类", prop: 'projCapacityCode' }, { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 非生产退料审批 20230417 export const materialReturnApproval = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "退料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: 'packingCode' }, { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, { label: "专案代码", prop: 'caseCode' }, { label: "项目分类", prop: 'projCapacityCode' }, { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 非生产退料记录 20230417 export const materialReturnNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "退料数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: "packingCode" }, { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: 'locationErpCode' }, { label: "专案代码", prop: 'caseCode' }, { label: "项目分类", prop: 'projCapacityCode' }, { label: "次交易码", prop: 'onceBusiCode' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "原因代码", prop: 'reasonCode' },//无 // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "推荐箱码", prop: "recommendPackingCode" }, { label: "实际箱码", prop: "handledPackingCode" }, { label: "推荐供应商批次", prop: "recommendSupplierBatch" }, { label: "实际供应商批次", prop: "handledSupplierBatch" }, { label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, { label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, { label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, { label: "实际生产时间", prop: "handledProduceDate", type: "dateTime" }, { label: "推荐过期时间", prop: "recommendExpireDate", type: "dateTime" }, { label: "实际过期时间", prop: "handledExpireDate", type: "dateTime" }, { label: "推荐批次", prop: "recommendLot" }, { label: "实际批次", prop: "handledLot" }, { label: "推荐数量", prop: "recommendQty" }, { label: "实际数量", prop: "handledQty" }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "备注", prop: 'remark' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "status", prop: 'status' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 回收料收货记录 20230415 export const recycledMaterialsReceipt = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: 'lot' }, { label: "箱码", prop: 'packingCode' }, { label: "库位", prop: 'locationCode' }, { label: "ERP库位", prop: 'locationErpCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, // ----------------------------------------------------------------------- { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "单据号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "原因代码", prop: 'reasonCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "status", prop: 'status' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 回收料调整申请 20230415 export const recycledMaterialsAdjustmentApply = [ { label: "来源物品代码", prop: "itemCode" }, { label: "目标物品代码", prop: "toItemCode" }, { label: "物品名称", prop: "itemName" }, { label: "目标物品名称", prop: "toItemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "目标物品描述1", prop: "toItemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "目标物品描述2", prop: "toItemDesc2" }, { label: "来源箱标签", prop: "fromPackingCode" }, { label: "目标箱标签", prop: "toPackingCode" }, { label: "单位", prop: "uom" }, { label: "调整数量", prop: "fromQty" }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "目标库位", prop: "toLocationCode" }, { label: "原因", prop: 'reasonCode' },//不是字典,直接显示文本 { label: "批次", prop: "fromLot" }, // ----------------------------------------------------------------------- { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "来源单位", prop: "fromUom" }, { label: "操作员", prop: 'worker' }, { label: "目标批次", prop: "toLot" }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "目标数量", prop: "toQty" }, { label: "从供应商批次", prop: "fromSupplierBatch" }, { label: "到供应商批次", prop: "toSupplierBatch" }, { label: "从到货时间", prop: "fromArriveDate",type: "dateTime" }, { label: "到到货时间", prop: "toArriveDate" ,type: "dateTime" }, { label: "从生产日期", prop: "fromProduceDate" ,type: "dateTime" }, { label: "到生产日期", prop: "toProduceDate" ,type: "dateTime" }, { label: "从过期时间", prop: "fromExpireDate" ,type: "dateTime" }, { label: "到过期时间", prop: "toExpireDate" ,type: "dateTime" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: "id" }, // { label: "fromStatus", prop: "fromStatus" }, // { label: "toStatus", prop: "toStatus" }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 回收料调整记录 20230415 export const materialsAdjustment = [ { label: "来源物品代码", prop: "itemCode" }, { label: "目标物品代码", prop: "toItemCode" }, { label: "来源物品名称", prop: "itemName" }, { label: "目标物品名称", prop: "toItemName" }, { label: "来源物品描述1", prop: "itemDesc1" }, { label: "目标物品描述1", prop: "toItemDesc1" }, { label: "来源物品描述2", prop: "itemDesc2" }, { label: "目标物品描述2", prop: "toItemDesc2" }, { label: "来源箱标签", prop: "fromPackingCode" }, { label: "目标箱标签", prop: "toPackingCode" }, { label: "来源数量", prop: "fromQty" }, { label: "目标数量", prop: "toQty" }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "目标库位", prop: "toLocationCode" }, { label: "来源批次", prop: "fromLot" }, { label: "目标批次", prop: "toLot" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "单位", prop: "uom" }, { label: "原因", prop: 'reasonCode' },//不是字典,直接显示文本 // ----------------------------------------------------------------------- { label: "从供应商批次", prop: "fromSupplierBatch" }, { label: "到供应商批次", prop: "toSupplierBatch" }, { label: "从到货时间", prop: "fromArriveDate", type: "dateTime" }, { label: "到到货时间", prop: "toArriveDate", type: "dateTime" }, { label: "从生产日期", prop: "fromProduceDate", type: "dateTime" }, { label: "到生产日期", prop: "toProduceDate", type: "dateTime" }, { label: "从过期时间", prop: "fromExpireDate", type: "dateTime" }, { label: "到过期时间", prop: "toExpireDate", type: "dateTime" }, // ----------------------------------------------------------------------- { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "任务编号", prop: 'number' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "备注", prop: 'remark' }, { label: "操作员", prop: 'worker' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: "id" }, // { label: "fromStatus", prop: "fromStatus" }, // { label: "toStatus", prop: "toStatus" }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 线边仓调拨申请 20230417 export const lineSideWarehouseAllocationRequest = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: "fromLot" }, { label: "箱码", prop: "fromPackingCode" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, // ----------------------------------------------------------------------- { label: "创建者ID", prop: "creatorId" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 线边仓调拨确认 20230417 export const lineSideWarehouseAllocationConfirm = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "在途库位", prop: "onTheWayLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 线边仓调拨记录 20230417 export const lineSideWarehouseAllocationNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "在途库位", prop: "onTheWayLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 储位调拨记录 20230417 export const interStorageAllocationNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "在途库位", prop: "onTheWayLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 客户储位调拨申请 20230410 export const customerStorageAllocationRequest = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "批次", prop: "fromLot" }, { label: "箱码", prop: "fromPackingCode" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, // ----------------------------------------------------------------------- { label: "创建者ID", prop: "creatorId" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: "lastModifierId" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 客户储位调拨确认 20230410 export const customerStorageAllocationConfirm = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "在途库位", prop: "onTheWayLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 客户储位调拨记录 20230410 export const customerStorageAllocationNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "在途库位", prop: "onTheWayLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 储位内移库记录 20230410 export const intraStorageTransferNote = [ { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调拨数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调出库位", prop: "fromLocationCode" }, { label: "调入库位", prop: "toLocationCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, // ----------------------------------------------------------------------- { label: "在途库位", prop: "onTheWayLocationCode" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 线边仓缴库申请 20230415 export const lineSideWarehousePaymentRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "返线数量", prop: "returnQty" }, { label: "调出库区", prop: "rawArea" }, { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: "locationErpCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "库区", prop: "locationArea" }, { label: "备注", prop: 'remark' }, // ----------------------------------------------------------------------- { label: "创建者ID", prop: 'creatorId' }, { label: "生产时间", prop: "produceDate",type:"dateTime" }, { label: "过期时间", prop: "expireDate" ,type:"dateTime" }, { label: "库位组", prop: "locationGroup" }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "申请编号", prop: 'number' }, { label: "批次", prop: 'lot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "标包数量", prop: 'stdPackQty' }, { label: "Bom版本", prop: 'bomVersion' }, { label: "仓库", prop: "warehouseCode" }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: "id" }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 线边仓缴库记录 20230415 export const lineSideWarehousePaymentNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "库区", prop:"locationArea" }, { label: "库位代码", prop: 'locationCode' }, { label: "ERP库位", prop:"locationErpCode" }, { label: "生产时间", prop: "produceDate",type:"dateTime" }, // ----------------------------------------------------------------------- { label: "缴库库位", prop: 'rawLocationCode' }, { label: "调出库区", prop: "rawArea" }, { label: "箱码", prop: 'packingCode' }, { label: "返线数量", prop: "returnQty" }, { label: "到货时间", prop: 'arriveDate',type:"dateTime" }, { label: "过期时间", prop: "expireDate" ,type:"dateTime" }, { label: "记录编号", prop: 'number' }, { label: "批次", prop: 'lot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "仓库代码", prop: 'warehouseCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "生产线", prop: 'prodLine' }, { label: "Bom版本", prop: 'bomVersion' }, { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, { label: "推荐批次", prop: 'recommendLot' }, { label: "实际批次", prop: 'handledLot' }, { label: "推荐数量", prop: 'recommendQty' }, { label: "实际数量", prop: 'handledQty' }, { label: "推荐库位", prop: "recommendToLocationCode" }, { label: "实际库位", prop: "handledToLocationCode" }, { label: "推荐库区", prop: "recommendToLocationArea" }, { label: "实际库区", prop: "handledToLocationArea" }, { label: "推荐库位组", prop: "recommendToLocationGroup" }, { label: "实际库位组", prop: "handledToLocationGroup" }, { label: "推荐ERP库位", prop: "recommendToLocationErpCode" }, { label: "实际ERP库位", prop: "handledToLocationErpCode" }, { label: "推荐仓库", prop: "recommendToWarehouseCode" }, { label: "实际仓库", prop: "handledToWarehouseCode" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "备注", prop: 'remark' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "status", prop: 'status' }, // ************** 确定隐藏 ************************ ] // 线边仓报废申请 20230412 export const lineSideWarehouseScrappingRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "库区", prop:"locationArea" }, { label: "库位", prop:"locationCode" }, { label: "ERP库位", prop: 'locationErpCode' }, { label: "库位组", prop: 'locationGroup' }, { label: "报废原因代码", prop:"reasonCode" }, { label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"Reason" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "记录编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "仓库代码", prop: "warehouseCode" }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: "masterID" }, // ************** 确定隐藏 ************************ ] // 线边仓报废记录 20230412 export const lineSideWarehouseScrappingNote = [ { label: "物品代码", prop: "itemCode",fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "报废数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "报废原因代码", prop: 'reasonCode' }, { label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"ScrapReason" }, { label: "报废库位", prop: "fromLocationCode" }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "任务编号", prop: 'number',width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // ************** 确定隐藏 ************************ ] // 线边仓调整申请 20230417 export const lineSideWarehouseAdjustmentSheetRequest = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "调整原因代码", prop:"reasonCode" }, { label: "调整原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, { label: "标包数量", prop: 'stdPackQty' }, // ----------------------------------------------------------------------- { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "生效时间", prop: 'arriveDate', type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "事务ID", prop: "tenantId" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 线边仓调整记录 20230417 export const lineSideWarehouseAdjustmentSheetNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "调整原因代码", prop:"reasonCode" }, { label: "调整原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, // ----------------------------------------------------------------------- { label: "供应商批次", prop: "supplierBatch" }, { label: "到货时间", prop: "arriveDate",type: "dateTime" }, { label: "生产时间", prop: 'produceDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "任务编号", prop: 'number' }, { label: "备注", prop: 'remark' }, // ----------------------------------------------------------------------- { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "来源库位", prop: 'fromLocationCode' }, { label: "来源箱码", prop: 'fromPackingCode' }, { label: "目标箱码", prop: 'toPackingCode' }, { label: "来源批次", prop: 'fromLot' }, { label: "目标批次", prop: 'toLot' }, { label: "来源库位组", prop: 'fromLocationGroup' }, { label: "目标库位组", prop: 'toLocationGroup' }, { label: "目标库位", prop: 'toLocationCode' }, { label: "来源库区", prop: 'fromLocationArea' }, { label: "目标库区", prop: 'toLocationArea' }, { label: "来源ERP库位", prop: 'fromLocationErpCode' }, { label: "来源仓库", prop: 'fromWarehouseCode' }, { label: "目标仓库", prop: 'toWarehouseCode' }, { label: "目标ERP库位", prop: 'toLocationErpCode' }, { label: "原因", prop: 'reason' }, { label: "事务ID", prop: "tenantId" }, // { label: "状态", prop: "status", type: "filter", filters: "inventoryStage" }, // { label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' }, // { label: "标包数量", prop: 'stdPackQty' }, // { label: "fromStatus", prop: 'fromStatus' }, // { label: "toStatus", prop: 'toStatus' }, // ************** 确定隐藏 ************************ ] // 库存初始化记录 export const InventoryInitialNote = [ { label: "单据号", prop: "number" }, { label: "物品代码", prop: 'itemCode' }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "批次", prop: "lot" }, { label: "箱码", prop: "packingCode" }, { label: "供应商批次", prop: "supplierBatch" }, { label: "库位组", prop: "locationGroup" }, { label: "库区", prop: "locationArea" }, { label: "库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, // ----------------------------------------------------------------------- { label: "备注", prop: 'remark' }, { label: "包装数量", prop: "stdPackQty" }, { label: "包装单位", prop: "stdPackUom" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "事务ID", prop: "tenantId" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "生产日期", prop: "produceDate",type:"dateTime" }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "托标签", prop: "containerCode" }, { label: "盘点标签", prop: "countLabel" }, { label: "监盘操作员", prop: 'auditCountOperator' }, { label: "监盘描述", prop: 'auditCountDescription' }, { label: "仓库", prop: 'warehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 盘点计划 20240415 export const CountPlan = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "单位", prop: "uom" }, { label: "库存数量", prop: "inventoryQty" }, { label: "初盘数量", prop: "firstCountQty" }, { label: "最终盘点数量", prop: "finalCountQty" }, { label: "盘点差异数量", prop: "diffQty" }, { label: "箱码", prop: "packingCode" }, { label: "批次", prop: "lot" }, { label: "库位组", prop: "locationGroup" }, { label: "库区", prop: "locationArea" }, { label: "库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "初盘时间", prop: "firstCountTime",type: "dateTime" }, { label: "初盘描述", prop: "firstCountDescription" }, { label: "初盘操作员", prop: "firstCountOperator" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, // ----------------------------------------------------------------------- { label: "明细状态", prop: "detailStatus", type: "filter", filters: "DetailStatus" }, { label: "阶段", prop: "stage", type: "filter", filters: "checkStage" }, { label: "重盘数量", prop: "repeatCountQty" }, { label: "重盘时间", prop: "repeatCountTime",type: "dateTime" }, { label: "重盘描述", prop: "repeatCountDescription" }, { label: "重盘操作员", prop: "repeatCountOperator" }, { label: "监盘数量", prop: "auditCountQty" }, { label: "监盘时间", prop: "auditCountTime",type: "dateTime" }, { label: "监盘描述", prop: 'auditCountDescription' }, { label: "监盘操作员", prop: 'auditCountOperator' }, { label: "盘点标签", prop: "countLabel" }, { label: "生产日期", prop: "produceDate",type:"dateTime" }, { label: "供应商批次", prop: "supplierBatch" }, { label: "备注", prop: 'remark' }, { label: "单据号", prop: 'number', width:orderWidth }, { label: "包装数量", prop: "stdPackQty" }, { label: "事务ID", prop: "tenantId" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "仓库", prop: 'warehouseCode' }, // { label: "库存状态", prop: "inventoryStatus", filters: "inventoryStage", type: "filter" }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // { label: "status", prop: "status" }, // ************** 确定隐藏 ************************ ] // 盘点任务 20230415 export const CountJob = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "库存数量", prop: "inventoryQty" }, { label: "盘点数量", prop: "countQty" }, { label: "库存库位", prop: "inventoryLocationCode" }, { label: "单位", prop: "uom" }, { label: "库存状态", prop: "status",type: "filter", filters:"inventoryStage" }, { label: "箱码", prop: "packingCode" }, { label: "批次", prop: "lot" }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "盘点时间", prop: 'countTime', type: "dateTime" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "盘点操作员", prop: "countOperator" }, { label: "盘点描述", prop: "countDescription" }, // ----------------------------------------------------------------------- { label: "单据号", prop: 'number', width:orderWidth }, { label: "备注", prop: 'remark' }, { label: "包装数量", prop: "stdPackQty" }, { label: "供应商批次", prop: "supplierBatch" }, { label: "事务ID", prop: "tenantId" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "生产日期", prop: "produceDate",type:"dateTime" }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "盘点标签", prop: "countLabel" }, { label: "仓库", prop: 'warehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 盘点记录 20230415 export const CountNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "库存数量", prop: "inventoryQty" }, { label: "初盘数量", prop: "firstCountQty" }, { label: "最终盘点数量", prop: "finalCountQty" }, { label: "盘点差异数量", prop: "diffQty" }, { label: "单位", prop: "uom" }, { label: "库存状态", prop: "status",type: "filter", filters:"inventoryStage" }, { label: "箱码", prop: "packingCode" }, { label: "批次", prop: "lot" }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "初盘时间", prop: "firstCountTime" ,type: "dateTime" }, { label: "初盘描述", prop: "firstCountDescription" }, { label: "初盘操作员", prop: "firstCountOperator" }, { label: "创建时间", prop: "creationTime",type: "dateTime" }, // ----------------------------------------------------------------------- { label: "包装数量", prop: "stdPackQty" }, { label: "明细状态", prop: "detailStatus", type: "filter", filters: "DetailStatus" }, { label: "阶段", prop: "stage",type: "filter", filters: "stageType" }, { label: "重盘数量", prop: "repeatCountQty" }, { label: "重盘时间", prop: "repeatCountTime",type: "dateTime" }, { label: "重盘描述", prop: "repeatCountDescription" }, { label: "重盘操作员", prop: "repeatCountOperator" }, { label: "监盘数量", prop: "auditCountQty" }, { label: "监盘时间", prop: "auditCountTime" , type: "dateTime" }, { label: "监盘描述", prop: 'auditCountDescription' }, { label: "监盘操作员", prop: 'auditCountOperator' }, { label: "盘点标签", prop: "countLabel" }, { label: "是否已生成盘点调整申请", prop: "adjusted", type: "filter", filters: "whetherOrNot" }, { label: "生产日期", prop: "produceDate",type:"dateTime" }, { label: "供应商批次", prop: "supplierBatch" }, { label: "备注", prop: 'remark' }, { label: "盘点计划单号", prop: "countPlanNumber" }, { label: "单据号", prop: 'number', width:orderWidth }, { label: "事务ID", prop: "tenantId" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "仓库", prop: 'warehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 盘点调整申请 20230415 export const CountPlanAdjust = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "盘点数量", prop: "countQty" }, { label: "调整数量", prop: "qty" }, { label: "库存数量", prop: "inventoryQty" }, { label: "单位", prop: "uom" }, { label: "库存状态", prop: "status",type: "filter", filters:"inventoryStage" }, { label: "箱码", prop: "packingCode" }, { label: "批次", prop: "lot" }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "创建时间", prop: "creationTime", type: "dateTime" }, { label: "原因代码", prop: "reasonCode", }, { label: "原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, // ----------------------------------------------------------------------- { label: "供应商批次", prop: "supplierBatch" }, { label: "备注", prop: 'remark' }, { label: "单据号", prop: 'number' }, { label: "包装数量", prop: "stdPackQty" }, { label: "事务ID", prop: "tenantId" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "生产日期", prop: "produceDate",type:"dateTime" }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "仓库", prop: 'warehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 盘点调整记录 20230415 export const CountAdjustNote = [ { label: "物品代码", prop: "itemCode", fixed: "left" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "库存数量", prop: "inventoryQty" }, { label: "盘点差异数量", prop: "diffQty" }, { label: "盘点数量", prop: "countQty" }, { label: "调整数量", prop: "adjustQty" }, { label: "单位", prop: "uom" }, { label: "库存状态", prop: "status",type: "filter", filters:"inventoryStage" }, { label: "箱码", prop: "packingCode" }, { label: "批次", prop: "lot" }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "库位", prop: "locationCode" }, { label: "ERP库位", prop: "locationErpCode" }, { label: "调整原因代码", prop: "reasonCode" }, { label: "调整原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, { label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, // ----------------------------------------------------------------------- { label: "供应商批次", prop: "supplierBatch" }, { label: "生产日期", prop: "produceDate",type:"dateTime" }, { label: "备注", prop: 'remark' }, { label: "单据号", prop: 'number', width:orderWidth }, { label: "包装数量", prop: "stdPackQty" }, { label: "事务ID", prop: "tenantId" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, { label: "上次修改者ID", prop: 'lastModifierId' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, { label: "过期时间", prop: 'expireDate', type: "dateTime" }, { label: "盘点标签", prop: "countLabel" }, { label: "仓库", prop: 'warehouseCode' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************ ] // 物品安全库存预警 export const safetyStockWarning = [ { label: "物品代码", prop: "itemCode", fixed: "left", }, { label: "物品名称", prop: 'itemName' }, { label: "物品描述1", prop: 'itemDesc1' }, { label: "物品描述2", prop: 'itemDesc2' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate' ,type:"dateTime" }, { label: "生产时间", prop: 'produceDate' ,type:"dateTime" }, { label: "过期时间", prop: 'expireDate' ,type:"dateTime" }, { label: "批次", prop: 'lot' }, { label: "序号", prop: 'serialNumber' }, { label: "单位", prop: 'uom' }, { label: "数量", prop: 'qty' }, { label: "标包数量", prop: 'stdPackQty' }, { label: "仓库代码", prop: "warehouseCode" }, { label: "库位组", prop: 'locationGroup' }, { label: "库区", prop: 'locationArea' }, { label: "ERP库位", prop: 'locationErpCode' }, { label: "入库时间", prop: 'putInTime', type:"dateTime" }, { label: "最后盘点时间", prop: 'lastCountTime', type:"dateTime" }, { label: "最后盘点计划", prop: 'lastCountPlanNumber' }, { label: "最后盘点标签", prop: 'lastCountLabel' }, { label: "是否可用", prop: 'isActive' }, { label: "库位代码", prop: 'locationCode' }, { label: "箱码", prop: 'packingCode' }, { label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, { label: "最后事务编号", prop: "lastTransNumber" }, { label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" }, { label: "创建时间", prop: "creationTime",type: "dateTime",showProp: true }, { label: "上次修改时间", prop: "lastModificationTime", type:'dateTime',showProp: true }, { label: "备注", prop: 'remark' }, ] // 拆箱记录 export const splitPackingList = [ { label: "单号", prop: "number", fixed: "left", type: "name" }, { label: "原箱码", prop: "fromPackingCode" }, { label: "新签箱码", prop: "toPackingCode" }, { label: "物品代码", prop: "itemCode" }, { label: "物品名称", prop: "itemName" }, { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "创建时间", prop: 'creationTime', type:'dateTime' }, { label: "标包数量", prop: "stdPackQty" }, { label: "数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "供应商批次", prop: "supplierBatch" }, { label: "原库区", prop: "fromLocationArea" }, { label: "新签库区", prop: "toLocationArea" }, { label: "原库位代码", prop: "fromLocationCode" }, { label: "新签库位代码", prop: "toLocationCode" }, { label: "原ERP库位", prop: "fromLocationErpCode" }, { label: "新签ERP库位", prop: "toLocationErpCode" }, { label: "原库位组", prop: "fromLocationGroup" }, { label: "新签库位组", prop: "toLocationGroup" }, { label: "原批次", prop: "fromLot" }, { label: "新签批次", prop: "toLot" }, { label: "生产日期", prop: "produceDate",type: "dateTime" }, { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "原器具号", prop: 'fromContainerCode' }, { label: "新签器具号", prop: 'toContainerCode' }, { label: "原状态", prop: "fromStatus",type: "filter", filters: "inventoryStage" }, { label: "新签状态", prop: "toStatus",type: "filter", filters: "inventoryStage" }, // { label: "原仓库代码", prop: "fromWarehouseCode" }, // { label: "新签仓库代码", prop: "toWarehouseCode" }, { label: "生效日期", prop: 'activeDate', type: "dateTime" }, { label: "备注", prop: 'remark' }, { label: "原因", prop: 'reason' }, // { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, ]