|
|
@ -1441,27 +1441,25 @@ export const lackMaterialsInfo = [ |
|
|
|
export const InspectRequest = [ |
|
|
|
{ |
|
|
|
label: "检验单号", |
|
|
|
prop: "number", |
|
|
|
prop: "inspectNumber", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "单据号", prop: 'number', width: orderWidth }, |
|
|
|
{ label: "状态", prop: "jobStatus", type: "tagFilter", filters: "jobStatus" }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "操作员", prop: "worker" }, |
|
|
|
{ label: "采购订单号", prop: "poNumber",width: orderWidth }, |
|
|
|
{ label: "发货单号", prop: "asnNumber",width: orderWidth }, |
|
|
|
{ label: "收货单号", prop: "receiptNumber",width: orderWidth }, |
|
|
|
{ label: "到货单号", prop: 'purchaseReceiptRequestNumber' }, |
|
|
|
{ label: "供应商代码", prop: "supplierCode" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "创建者ID", prop: 'creatorId' }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改者ID", prop: "lastModifierId" }, |
|
|
|
{ label: "到货单号", prop: 'purchaseReceiptRequestNumber' }, |
|
|
|
{ label: "仓库", prop: 'warehouseCode' }, |
|
|
|
{ label: "要货计划单号", prop: 'rpNumber' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "上游任务编号", prop: 'upStreamJobNumber' }, |
|
|
|
{ label: "任务类型", prop: 'jobType' }, |
|
|
|
{ label: "优先级", prop: 'priority' }, |
|
|
@ -1475,7 +1473,8 @@ export const InspectRequest = [ |
|
|
|
{ label: "完成者用户名", prop: 'completeUserName' }, |
|
|
|
{ label: "完成时间", prop: 'completeTime', type: "dateTime" }, |
|
|
|
{ label: "任务描述", prop: 'jobDescription' }, |
|
|
|
{ label: "检验单号", prop: 'inspectNumber' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "nextAction", prop: 'nextAction' }, |
|
|
|
// { label: "到货单号", prop: "arriveNoticeNumber",width: orderWidth },
|
|
|
|
// { label: "要求到货日期", prop: "planArriveDate",type: "dateTime" },
|
|
|
@ -1493,22 +1492,23 @@ export const InspectRequest = [ |
|
|
|
export const InspectNote = [ |
|
|
|
{ |
|
|
|
label: "检验单号", |
|
|
|
prop: "number", |
|
|
|
prop: "inspectNumber", |
|
|
|
fixed: "left", |
|
|
|
type: "name", |
|
|
|
width: orderWidth |
|
|
|
}, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "创建者ID", prop: 'creatorId' }, |
|
|
|
{ label: "筹措员代码", prop: "worker" }, |
|
|
|
{ label: "单据号", prop: 'number',width: orderWidth }, |
|
|
|
{ label: "到货单号", prop: 'purchaseReceiptRequestNumber' }, |
|
|
|
{ label: "采购订单号", prop: "poNumber" ,width: orderWidth }, |
|
|
|
{ label: "发货单号", prop: "asnNumber",width: orderWidth }, |
|
|
|
{ label: "收货单号", prop: "receiptNumber",width: orderWidth }, |
|
|
|
{ label: "供应商代码", prop: "supplierCode" }, |
|
|
|
{ label: "筹措员代码", prop: "worker" }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "创建者ID", prop: 'creatorId' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "检验单号", prop: 'inspectNumber',width: orderWidth }, |
|
|
|
|
|
|
|
{ label: "要货计划单号", prop: 'rpNumber',width: orderWidth }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "上次修改者ID", prop: "lastModifierId" }, |
|
|
|