|
@ -3620,6 +3620,9 @@ export const CountPlan = [ |
|
|
{ label: "结束时间", prop: "endTime", type: "dateTime" }, |
|
|
{ label: "结束时间", prop: "endTime", type: "dateTime" }, |
|
|
{ label: "计划时间", prop: 'planTime', type: "dateTime"}, |
|
|
{ label: "计划时间", prop: 'planTime', type: "dateTime"}, |
|
|
{ label: "盘点执行方式", prop: "requestType",type: "filter", filters: "requestType" }, |
|
|
{ label: "盘点执行方式", prop: "requestType",type: "filter", filters: "requestType" }, |
|
|
|
|
|
{ label: "盘点模式", prop: "inventoryMode",type: "filter", filters: "inventoryMode" }, |
|
|
|
|
|
{ label: "盘点次数", prop: "inventoryStage" }, |
|
|
|
|
|
{ label: "盘点库位", prop: 'jsonLocationCodes',type:"showDetail",isJson:true,showProp:true }, |
|
|
{ label: "根据", prop: "countMethod",type: "filter", filters: "countMethod" }, |
|
|
{ label: "根据", prop: "countMethod",type: "filter", filters: "countMethod" }, |
|
|
{ label: "描述", prop: "description" }, |
|
|
{ label: "描述", prop: "description" }, |
|
|
{ label: "备注", prop: 'remark', }, |
|
|
{ label: "备注", prop: 'remark', }, |
|
@ -3628,8 +3631,7 @@ export const CountPlan = [ |
|
|
{ label: "类型", prop: "type",type: "filter", filters: "checkType" }, |
|
|
{ label: "类型", prop: "type",type: "filter", filters: "checkType" }, |
|
|
{ label: "生效时间", prop: 'activeDate', type: "dateTime" }, |
|
|
{ label: "生效时间", prop: 'activeDate', type: "dateTime" }, |
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
{ label: "物品代码JSON", prop: 'jsonItemCodes' }, |
|
|
// { label: "物品代码JSON", prop: 'jsonItemCodes' },
|
|
|
{ label: "库位JSON", prop: 'jsonLocationCodes' }, |
|
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
// ************** 确认隐藏 ************************
|
|
|
// { label: "阶段", prop: "stage", type: "filter", filters: "checkStage" },
|
|
|
// { label: "阶段", prop: "stage", type: "filter", filters: "checkStage" },
|
|
|
// { label: "创建者ID", prop: "creatorId" },
|
|
|
// { label: "创建者ID", prop: "creatorId" },
|
|
@ -3702,6 +3704,7 @@ export const CountJob = [ |
|
|
}, |
|
|
}, |
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
{ label: "盘点计划号", prop: "countPlanNumber",width:orderWidth }, |
|
|
{ label: "盘点计划号", prop: "countPlanNumber",width:orderWidth }, |
|
|
|
|
|
{ label: "盘点次数", prop: "inventoryStage" }, |
|
|
{ label: "盘点根据", prop: "countMethod",type: "filter", filters: "countMethod" }, |
|
|
{ label: "盘点根据", prop: "countMethod",type: "filter", filters: "countMethod" }, |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: "承接时间", prop: "acceptTime", type: "dateTime" }, |
|
|
{ label: "承接时间", prop: "acceptTime", type: "dateTime" }, |
|
@ -3732,6 +3735,38 @@ export const CountJob = [ |
|
|
// { label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot"},
|
|
|
// { label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot"},
|
|
|
// ************** 确认隐藏 ************************
|
|
|
// ************** 确认隐藏 ************************
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
// 盘点任务-扫描明细
|
|
|
|
|
|
export const countJobDepDetails = [ |
|
|
|
|
|
{ label: "物品代码", prop: "itemCode", type: "name",fixed: "left" }, |
|
|
|
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
|
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status" }, |
|
|
|
|
|
{ label: "库存数量", prop: "inventoryQty" }, |
|
|
|
|
|
{ label: "盘点数量", prop: "countQty" }, |
|
|
|
|
|
{ label: "盘点次数", prop: "inventoryStage" }, |
|
|
|
|
|
{ label: "单位", prop: "uom" }, |
|
|
|
|
|
{ label: "标包数量", prop: "stdPackQty" ,isNumber:true}, |
|
|
|
|
|
{ label: "箱码", prop: "packingCode" }, |
|
|
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
|
|
|
{ label: "库存库位", prop: "inventoryLocationCode" }, |
|
|
|
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
|
|
|
|
{ label: "ERP储位", prop: "locationErpCode" }, |
|
|
|
|
|
{ label: "库区", prop: "locationArea" }, |
|
|
|
|
|
{ label: "库位组", prop: "locationGroup" }, |
|
|
|
|
|
{ label: "供应商批次", prop: "supplierBatch" }, |
|
|
|
|
|
{ label: "盘点描述", prop: 'countDescription' }, |
|
|
|
|
|
{ label: "盘点操作员", prop: 'countOperator' }, |
|
|
|
|
|
{ label: "盘点时间", prop: "countTime",type: "dateTime" }, |
|
|
|
|
|
{ label: "到货日期", prop: "arriveDate",type: "dateTime" }, |
|
|
|
|
|
{ label: "生产日期", prop: "produceDate",type: "dateTime" }, |
|
|
|
|
|
{ label: "过期时间", prop: "expireDate",type: "dateTime" }, |
|
|
|
|
|
{ label: "仓库代码", prop: 'warehouseCode' }, |
|
|
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
// 盘点记录 20230415
|
|
|
// 盘点记录 20230415
|
|
|
export const CountNote = [ |
|
|
export const CountNote = [ |
|
|
{ |
|
|
{ |
|
@ -3743,6 +3778,7 @@ export const CountNote = [ |
|
|
}, |
|
|
}, |
|
|
{ label: "是否已生成盘点调整申请", prop: "adjusted", type: "tagFilter", filters: "whetherOrNot" }, |
|
|
{ label: "是否已生成盘点调整申请", prop: "adjusted", type: "tagFilter", filters: "whetherOrNot" }, |
|
|
{ label: "盘点计划单号", prop: "countPlanNumber", width: orderWidth }, |
|
|
{ label: "盘点计划单号", prop: "countPlanNumber", width: orderWidth }, |
|
|
|
|
|
{ label: "盘点任务单号", prop: "countJobNumber", width: orderWidth }, |
|
|
{ label: "开始时间", prop: "beginTime", type: "dateTime" }, |
|
|
{ label: "开始时间", prop: "beginTime", type: "dateTime" }, |
|
|
{ label: "结束时间", prop: "endTime", type: "dateTime" }, |
|
|
{ label: "结束时间", prop: "endTime", type: "dateTime" }, |
|
|
{ label: "操作员", prop: 'worker',}, |
|
|
{ label: "操作员", prop: 'worker',}, |
|
|