|
|
@ -1295,65 +1295,80 @@ export const ProductReceiptNote = [ |
|
|
|
{ label: "status", prop: 'status' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 完工收货报废申请
|
|
|
|
// 完工收货报废申请 20230412
|
|
|
|
export const ProductReceiptScrapRequest = [ |
|
|
|
{ label: "物品代码", prop: "itemCode", fixed: "left" }, |
|
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
|
{ label: "物品描述", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "数量", prop: "qty" }, |
|
|
|
{ label: "单位", prop: "uom" }, |
|
|
|
{ label: "库区", prop:"areaCode" }, |
|
|
|
{ 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: "备注", prop: 'remark' }, |
|
|
|
{ label: "创建者ID", prop: 'creatorId' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改者ID", prop: 'lastModifierId' }, |
|
|
|
{ label: "记录编号", prop: 'number' }, |
|
|
|
{ label: "标包计量单位", prop: 'stdPackUom' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "仓库代码", prop: "warehouseCode" }, |
|
|
|
{ label: "主表ID", prop: "masterID" }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "ID", prop: 'id' }, |
|
|
|
// { label: "标包计量单位", prop: 'stdPackUom' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 完工收货报废记录 已调整
|
|
|
|
// 完工收货报废记录 20230412
|
|
|
|
export const ProductReceiptScrapNote = [ |
|
|
|
{ label: "物品代码", prop: "itemCode", fixed: "left" }, |
|
|
|
{ label: "物品代码", prop: "itemCode",fixed: "left" }, |
|
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
|
{ label: "物品描述", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "报废数量", prop: "qty" }, |
|
|
|
{ label: "单位", prop: "uom" }, |
|
|
|
{ label: "报废库区", prop:"fromLocationArea" }, |
|
|
|
{ label: "报废库位代码", prop: 'fromLocationArea' }, |
|
|
|
{ label: "ERP库位", prop:"fromLocationErpCode" }, |
|
|
|
{ label: "报废原因代码", prop: 'reasonCode' }, |
|
|
|
{ label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"Reason" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"ScrapReason" }, |
|
|
|
{ label: "报废库位", prop: "fromLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: 'toLocationErpCode' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ 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: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改者ID", prop: 'lastModifierId' }, |
|
|
|
{ label: "任务编号", prop: 'number',width:orderWidth }, |
|
|
|
{ label: "标包计量单位", prop: 'stdPackUom' }, |
|
|
|
{ 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: "来源ERP库位", prop: 'fromLocationErpCode' }, |
|
|
|
{ label: "目标ERP库位", prop: 'toLocationErpCode' }, |
|
|
|
{ label: "仓库", prop: 'warehouseCode' }, |
|
|
|
{ label: "来源仓库", prop: 'fromWarehouseCode' }, |
|
|
|
{ label: "目标仓库", prop: 'toWarehouseCode' }, |
|
|
|
{ label: "fromStatus", prop: 'fromStatus' }, |
|
|
|
{ label: "toStatus", prop: 'toStatus' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "主表ID", prop: "masterID" }, |
|
|
|
{ label: "ID", prop: 'id' }, |
|
|
|
// { label: "来源库位", prop: 'fromLocationCode' },
|
|
|
|
// { label: "目标ERP库位", prop: 'toLocationErpCode' },
|
|
|
|
// { label: "仓库", prop: 'warehouseCode' },
|
|
|
|
// { label: "标包计量单位", prop: 'stdPackUom' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 半成品上架记录 已调整
|
|
|
@ -2469,26 +2484,25 @@ export const lineSideWarehouseScrappingRequest = [ |
|
|
|
// { label: "标包计量单位", prop: 'stdPackUom' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 线边仓报废记录 已调整
|
|
|
|
// 线边仓报废记录 20230412
|
|
|
|
export const lineSideWarehouseScrappingNote = [ |
|
|
|
{ label: "物品代码", prop: "itemCode", fixed: "left" }, |
|
|
|
{ label: "物品代码", prop: "itemCode",fixed: "left" }, |
|
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
|
{ label: "物品描述", prop: "itemDesc1" }, |
|
|
|
{ label: "数量", prop: "qty" }, |
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "报废数量", prop: "qty" }, |
|
|
|
{ label: "单位", prop: "uom" }, |
|
|
|
{ label: "库区", prop:"toLocationArea" }, |
|
|
|
{ label: "库位", prop:"toLocationCode" }, |
|
|
|
{ label: "ERP库位", prop:"toLocationErpCode" }, |
|
|
|
{ label: "报废原因代码", prop:"reasonCode" }, |
|
|
|
{ label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"Reason" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "报废原因代码", prop: 'reasonCode' }, |
|
|
|
{ label: "报废原因说明", prop: 'reasonCode', type: "filter", filters: "getDict" , dictType:"ScrapReason" }, |
|
|
|
{ label: "报废库位", prop: "fromLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: 'toLocationErpCode' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "生产时间", prop: "produceDate",type:"dateTime" }, |
|
|
|
{ label: "过期时间", prop: "expireDate" ,type:"dateTime" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "创建者ID", prop: 'creatorId' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "任务编号", prop: 'number' }, |
|
|
|
{ label: "上次修改者ID", prop: 'lastModifierId' }, |
|
|
|
{ label: "任务编号", prop: 'number',width:orderWidth }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "标包计量单位", prop: 'stdPackUom' }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "来源箱码", prop: 'fromPackingCode' }, |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
@ -2496,19 +2510,25 @@ export const lineSideWarehouseScrappingNote = [ |
|
|
|
{ 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: "来源ERP库位", prop: 'fromLocationErpCode' }, |
|
|
|
{ label: "目标ERP库位", prop: 'toLocationErpCode' }, |
|
|
|
{ label: "仓库", prop: 'warehouseCode' }, |
|
|
|
{ label: "来源仓库", prop: 'fromWarehouseCode' }, |
|
|
|
{ label: "目标仓库", prop: 'toWarehouseCode' }, |
|
|
|
{ label: "fromStatus", prop: 'fromStatus' }, |
|
|
|
{ label: "toStatus", prop: 'toStatus' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "主表ID", prop: "masterID" }, |
|
|
|
{ label: "ID", prop: 'id' }, |
|
|
|
// { label: "来源库位", prop: 'fromLocationCode' },
|
|
|
|
// { label: "目标ERP库位", prop: 'toLocationErpCode' },
|
|
|
|
// { label: "仓库", prop: 'warehouseCode' },
|
|
|
|
// { label: "标包计量单位", prop: 'stdPackUom' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 线边仓调整申请 已调整
|
|
|
|