|
|
@ -4297,443 +4297,163 @@ export const completDumpNoteZP = [ |
|
|
|
] |
|
|
|
|
|
|
|
// 注塑计划
|
|
|
|
export const IssuePlanZS = [ |
|
|
|
{ |
|
|
|
label: "注塑计划号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "计划说明", prop: 'remark',width:"auto" }, |
|
|
|
{ label: "版本号", prop: 'version' }, |
|
|
|
{ label: "状态", prop: "requestStatus",type: "tagFilter", filters: "planStatus_ZS",width:"auto" }, |
|
|
|
{ label: "计划日期", prop: 'planTime', type: "dateTime",width:"auto"}, |
|
|
|
] |
|
|
|
// 人工注塑申请
|
|
|
|
// export const IssuePlanZS = [
|
|
|
|
// {
|
|
|
|
// label: "注塑计划号",
|
|
|
|
// prop: "number",
|
|
|
|
// fixed: "left",
|
|
|
|
// width: orderWidth
|
|
|
|
// },
|
|
|
|
// { label: "计划说明", prop: 'remark',width:"auto" },
|
|
|
|
// { label: "版本号", prop: 'version' },
|
|
|
|
// { label: "状态", prop: "requestStatus",type: "tagFilter", filters: "planStatus_ZS",width:"auto" },
|
|
|
|
// { label: "计划日期", prop: 'planTime', type: "dateTime",width:"auto"},
|
|
|
|
// ]
|
|
|
|
// 注塑申请
|
|
|
|
export const IssueRequestZS = [ |
|
|
|
{ |
|
|
|
label: "申请编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "请求单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true }, |
|
|
|
{ label: "目标库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: "toLocationErpCode" }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "使用在途库", prop: 'isUseOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// { label: "创建时间", prop: "creationTime", type: "dateTime" },
|
|
|
|
// { label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true },
|
|
|
|
// { label: "生效日期", prop: 'activeDate', type: "dateTime" },
|
|
|
|
// { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
|
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
// 人工注塑任务
|
|
|
|
// 注塑任务
|
|
|
|
export const IssueJobZS = [ |
|
|
|
{ |
|
|
|
label: "任务编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "要货单号", prop: 'injectionIssueRequestNumber' }, |
|
|
|
{ label: "任务单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "filter", filters: "jobStatus" }, |
|
|
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "叫料发货类型", prop: "enumIssueSendType", type: "filter", filters: "enumIssueSendType" }, |
|
|
|
{ label: "要货单号", prop: 'kittingRequestNumber'}, |
|
|
|
{ label: "承接者用户名", prop: 'acceptUserName' }, |
|
|
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime" }, |
|
|
|
{ label: "完成者用户名", prop: 'completeUserName' }, |
|
|
|
{ label: "完成时间", prop: 'completeTime',type: "dateTime" }, |
|
|
|
{ label: "任务描述", prop: 'jobDescription' }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
|
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
// 人工注塑记录
|
|
|
|
// 注塑记录
|
|
|
|
export const IssueNoteZS = [ |
|
|
|
{ |
|
|
|
label: "记录单号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth }, |
|
|
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "记录单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "申请单号", prop: 'requestNumber' }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "叫料发货类型", prop: "enumIssueSendType", type: "filter", filters: "enumIssueSendType" }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime' }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime',type: "dateTime" }, |
|
|
|
{ label: "任务代码", prop: 'jobNumber' }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
// 人工发料申请(喷涂)
|
|
|
|
// 喷涂申请
|
|
|
|
export const IssueRequestPT = [ |
|
|
|
{ |
|
|
|
label: "叫料申请编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "请求单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true }, |
|
|
|
{ label: "目标库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: "toLocationErpCode" }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" }, |
|
|
|
// { label: "叫料类型", prop: 'type' },
|
|
|
|
{ label: "备料计划单号", prop: 'preparationPlanNumber',width: orderWidth }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "车间", prop: 'workshop' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "创建者ID", prop: 'creatorId' },
|
|
|
|
// { label: "事务ID", prop: "tenantId" },
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
// 人工发料任务(喷涂)
|
|
|
|
// 喷涂任务
|
|
|
|
export const IssueJobPT = [ |
|
|
|
{ |
|
|
|
label: "发料任务编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "申请单号", prop: "materialRequestNumber",width: orderWidth }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "完成时间", prop: "completeTime", type: "dateTime" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "仓库代码", prop: 'warehouseCode' }, |
|
|
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' }, |
|
|
|
{ label: "任务类型", prop: 'jobType' }, |
|
|
|
{ label: "优先级", prop: 'priority' }, |
|
|
|
{ label: "优先级增量", prop: 'priorityIncrement' }, |
|
|
|
{ label: "工作组", prop: 'workGroupCode' }, |
|
|
|
{ label: "任务单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "filter", filters: "jobStatus" }, |
|
|
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "叫料发货类型", prop: "enumIssueSendType", type: "filter", filters: "enumIssueSendType" }, |
|
|
|
{ label: "要货单号", prop: 'kittingRequestNumber'}, |
|
|
|
{ label: "承接者用户名", prop: 'acceptUserName' }, |
|
|
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime" }, |
|
|
|
{ label: "完成者用户名", prop: 'completeUserName' }, |
|
|
|
{ label: "完成时间", prop: 'completeTime',type: "dateTime" }, |
|
|
|
{ label: "任务描述", prop: 'jobDescription' }, |
|
|
|
{ label: "叫料请求类型", prop: 'requestType' }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "车间", prop: 'workshop' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "创建者ID", prop: 'creatorId' },
|
|
|
|
// { label: "上次修改者ID", prop: "lastModifierId" },
|
|
|
|
// { label: "事务ID", prop: "tenantId" },
|
|
|
|
// { label: "承接者ID", prop: 'acceptUserId' },
|
|
|
|
// { label: "完成者", prop: 'completeUserId' },
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
// 人工发料记录(喷涂)
|
|
|
|
// 喷涂记录
|
|
|
|
export const IssueNotePT = [ |
|
|
|
{ |
|
|
|
label: "发料记录单号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth }, |
|
|
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "生效日期", prop: 'activeDate',type: "dateTime" }, |
|
|
|
{ label: "车间", prop: 'workshop' }, |
|
|
|
{ label: "叫料请求类型", prop: 'requestType' }, |
|
|
|
{ label: "记录单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "申请单号", prop: 'requestNumber' }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "叫料发货类型", prop: "enumIssueSendType", type: "filter", filters: "enumIssueSendType" }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime' }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: "创建者ID", prop: 'creatorId' },
|
|
|
|
// { label: "上次修改者ID", prop: "lastModifierId" },
|
|
|
|
// { label: "事务ID", prop: "tenantId" },
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
{ label: "确认时间", prop: 'confirmTime',type: "dateTime" }, |
|
|
|
{ label: "任务代码", prop: 'jobNumber' }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
// 人工发料申请(装配)
|
|
|
|
// 装配申请
|
|
|
|
export const IssueRequestZP = [ |
|
|
|
{ |
|
|
|
label: "叫料申请编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "请求单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "filter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true }, |
|
|
|
{ label: "目标库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: "toLocationErpCode" }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" }, |
|
|
|
// { label: "叫料类型", prop: 'type' },
|
|
|
|
{ label: "备料计划单号", prop: 'preparationPlanNumber',width: orderWidth }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "车间", prop: 'workshop' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: "自动提交审批", prop: 'autoSubmit', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "自动审批通过", prop: 'autoAgree', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "自动执行", prop: 'autoHandle', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "自动完成任务", prop: 'autoCompleteJob', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "直接生成记录", prop: 'directCreateNote', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "创建者ID", prop: 'creatorId' },
|
|
|
|
// { label: "事务ID", prop: "tenantId" },
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
// 人工发料任务(装配)
|
|
|
|
export const IssueJobZP = [ |
|
|
|
{ |
|
|
|
label: "发料任务编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "申请单号", prop: "materialRequestNumber",width: orderWidth }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "完成时间", prop: "completeTime", type: "dateTime" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "仓库代码", prop: 'warehouseCode' }, |
|
|
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' }, |
|
|
|
{ label: "任务类型", prop: 'jobType' }, |
|
|
|
{ label: "优先级", prop: 'priority' }, |
|
|
|
{ label: "优先级增量", prop: 'priorityIncrement' }, |
|
|
|
{ label: "工作组", prop: 'workGroupCode' }, |
|
|
|
// 装配任务
|
|
|
|
export const IssueJobZP = [ |
|
|
|
{ label: "任务单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "filter", filters: "jobStatus" }, |
|
|
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "叫料发货类型", prop: "enumIssueSendType", type: "filter", filters: "enumIssueSendType" }, |
|
|
|
{ label: "要货单号", prop: 'kittingRequestNumber'}, |
|
|
|
{ label: "承接者用户名", prop: 'acceptUserName' }, |
|
|
|
{ label: "承接时间", prop: 'acceptTime', type: "dateTime" }, |
|
|
|
{ label: "完成者用户名", prop: 'completeUserName' }, |
|
|
|
{ label: "完成时间", prop: 'completeTime',type: "dateTime" }, |
|
|
|
{ label: "任务描述", prop: 'jobDescription' }, |
|
|
|
{ label: "叫料请求类型", prop: 'requestType' }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "车间", prop: 'workshop' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: "是否自动完成", prop: 'isAutoComplete', type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "创建者ID", prop: 'creatorId' },
|
|
|
|
// { label: "上次修改者ID", prop: "lastModifierId" },
|
|
|
|
// { label: "事务ID", prop: "tenantId" },
|
|
|
|
// { label: "承接者ID", prop: 'acceptUserId' },
|
|
|
|
// { label: "完成者", prop: 'completeUserId' },
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
] |
|
|
|
// 人工发料记录(装配)
|
|
|
|
export const IssueNoteZP = [ |
|
|
|
{ |
|
|
|
label: "发料记录单号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth }, |
|
|
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "生效日期", prop: 'activeDate',type: "dateTime" }, |
|
|
|
{ label: "车间", prop: 'workshop' }, |
|
|
|
{ label: "叫料请求类型", prop: 'requestType' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime' }, |
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
// { label: "创建者ID", prop: 'creatorId' },
|
|
|
|
// { label: "上次修改者ID", prop: "lastModifierId" },
|
|
|
|
// { label: "事务ID", prop: "tenantId" },
|
|
|
|
// ************** 确认隐藏 ************************
|
|
|
|
] |
|
|
|
|
|
|
|
// 自动叫料(注塑)申申请
|
|
|
|
export const automaticRequestZS = [ |
|
|
|
{ |
|
|
|
label: "申请编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: "toLocationErpCode" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "使用在途库", prop: 'isUseOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// { label: "创建时间", prop: "creationTime", type: "dateTime" },
|
|
|
|
// { label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true },
|
|
|
|
// { label: "生效日期", prop: 'activeDate', type: "dateTime" },
|
|
|
|
// { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
|
|
|
|
] |
|
|
|
// 自动叫料(注塑)申任务
|
|
|
|
export const automaticJobZS = [ |
|
|
|
{ |
|
|
|
label: "任务编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "要货单号", prop: 'injectionIssueRequestNumber' }, |
|
|
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
|
|
|
|
] |
|
|
|
// 自动叫料(注塑)申记录
|
|
|
|
export const automaticNoteZS = [ |
|
|
|
{ |
|
|
|
label: "记录单号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth }, |
|
|
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime' }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
// 自动叫料(喷涂)申请
|
|
|
|
export const automaticRequestPT = [ |
|
|
|
{ |
|
|
|
label: "申请编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: "toLocationErpCode" }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "使用在途库", prop: 'isUseOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// { label: "创建时间", prop: "creationTime", type: "dateTime" },
|
|
|
|
// { label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true },
|
|
|
|
// { label: "生效日期", prop: 'activeDate', type: "dateTime" },
|
|
|
|
// { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
|
|
|
|
] |
|
|
|
// 自动叫料(喷涂)申任务
|
|
|
|
export const automaticJobPT = [ |
|
|
|
{ |
|
|
|
label: "任务编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "要货单号", prop: 'injectionIssueRequestNumber' }, |
|
|
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
|
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
// 自动叫料(喷涂)申记录
|
|
|
|
export const automaticNotePT = [ |
|
|
|
{ |
|
|
|
label: "记录单号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth }, |
|
|
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
// 装配记录
|
|
|
|
export const IssueNoteZP = [ |
|
|
|
{ label: "记录单号", prop: "number", fixed: "left", type: "name" }, |
|
|
|
{ label: "申请单号", prop: 'requestNumber' }, |
|
|
|
{ label: "叫料请求来源", prop: "issueRequestType", type: "filter", filters: "issueRequestType" }, |
|
|
|
{ label: "叫料发货类型", prop: "enumIssueSendType", type: "filter", filters: "enumIssueSendType" }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime' }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
// 自动叫料(装配)申请
|
|
|
|
export const automaticRequestZP = [ |
|
|
|
{ |
|
|
|
label: "申请编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "状态", prop: "requestStatus", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "叫料库位代码", prop: "toLocationCode" }, |
|
|
|
{ label: "目标ERP库位", prop: "toLocationErpCode" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime',type: "dateTime" }, |
|
|
|
{ label: "任务代码", prop: 'jobNumber' }, |
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "使用在途库", prop: 'isUseOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
// { label: "创建时间", prop: "creationTime", type: "dateTime" },
|
|
|
|
// { label: "来源库位列表", prop: 'fromLocationCodeJsonList',type:"showDetail",isJson:true,showProp:true },
|
|
|
|
// { label: "生效日期", prop: 'activeDate', type: "dateTime" },
|
|
|
|
// { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
|
|
|
|
] |
|
|
|
// 自动叫料(装配)申任务
|
|
|
|
export const automaticJobZP = [ |
|
|
|
{ |
|
|
|
label: "任务编号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "要货单号", prop: 'injectionIssueRequestNumber' }, |
|
|
|
{ label: "任务类型", prop: "jobType", type: "filter", filters: "taskType" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "生产线", prop: 'prodLine' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
|
|
|
|
] |
|
|
|
// 自动叫料(装配)申记录
|
|
|
|
export const automaticNoteZP = [ |
|
|
|
{ |
|
|
|
label: "记录单号", |
|
|
|
prop: "number", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "申请单号", prop: 'requestNumber',width: orderWidth }, |
|
|
|
{ label: "任务单号", prop: 'jobNumber',width: orderWidth }, |
|
|
|
{ label: "操作员", prop: 'worker' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "使用在途库", prop: 'useOnTheWayLocation', type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "已确认", prop: 'confirmed',type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "确认时间", prop: 'confirmTime' }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
// 业务库移申请
|
|
|
|