|
|
@ -268,30 +268,24 @@ export const InspectRequest = [ |
|
|
|
// { label: "其他属性", prop: 'otherPropertyJson' },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
// 检验记录 字段需要确定
|
|
|
|
// 检验记录 20230407
|
|
|
|
export const InspectNote = [ |
|
|
|
// { label: "其他详情", fixed: "left", type: "button" },
|
|
|
|
{ label: "物品代码", prop: "itemCode", fixed: "left" }, |
|
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "收货数量", prop: "receiveQty" }, |
|
|
|
{ label: "物品单位", prop: "receiveUom" }, |
|
|
|
{ label: "生产批次", prop: "lot" }, |
|
|
|
{ label: "箱码", prop: "packingCode" }, |
|
|
|
{ label: "库位", prop: 'locationCode' }, |
|
|
|
{ label: "ERP库位", prop: 'locationErpCode' }, |
|
|
|
{ label: "合格数量", prop: 'goodQty' }, |
|
|
|
{ label: "不合格数量", prop: 'failedQty' }, |
|
|
|
{ label: "外观", prop: 'appearance' }, |
|
|
|
{ label: "尺寸", prop: 'volume' }, |
|
|
|
{ label: "重量", prop: 'weight' }, |
|
|
|
{ label: "状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus" }, |
|
|
|
// { label: "不合格原因代码", prop: 'failedReason' },
|
|
|
|
// { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict", dictType: "UnqualifiedReason" },
|
|
|
|
{ label: "检验人", prop: 'inspectUser' }, |
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
{ label: "盘点标签", prop: "containerCode" }, |
|
|
|
{ label: "破坏数量", prop: 'crackQty' }, |
|
|
|
{ label: "异常照片", prop: 'photos' }, |
|
|
|
{ label: "最终不合格数量", prop: 'notPassedQty' }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "创建者Id", prop: 'creatorId' }, |
|
|
@ -308,20 +302,29 @@ export const InspectNote = [ |
|
|
|
{ label: "库区", prop: 'locationArea' }, |
|
|
|
{ label: "订单号", prop: 'poNumber' }, |
|
|
|
{ label: "订单行", prop: 'poLine' }, |
|
|
|
{ label: "标包计量单位", prop: 'stdPackUom' }, |
|
|
|
{ label: "计量单位", prop: 'uom' }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "样品率", prop: 'samplePercent' }, |
|
|
|
{ label: "检验数量", prop: 'inspectQty' }, |
|
|
|
{ label: "AbcClass类别", prop: 'abcClass' }, |
|
|
|
{ label: "事务ID", prop: "tenantId" }, |
|
|
|
{ label: "检验人邮件", prop: 'inspectUserEmail' }, |
|
|
|
{ label: "检验人姓名", prop: 'inspectUserName' }, |
|
|
|
{ label: "检验人电话", prop: 'inspectUserPhone' }, |
|
|
|
{ label: "status", prop: 'status' }, |
|
|
|
{ label: "masterID", prop: "masterID" }, |
|
|
|
{ label: "检验类型", prop: "inspectType", type: "filter", filters: "inspectType" }, |
|
|
|
{ label: "ID", prop: "id" }, |
|
|
|
// { label: "其他属性", prop: 'otherPropertyJson' },
|
|
|
|
{ label: "其他属性", prop: 'otherPropertyJson' }, |
|
|
|
// { label: "标包计量单位", prop: 'stdPackUom' },
|
|
|
|
// { label: "检验人邮件", prop: 'inspectUserEmail' },
|
|
|
|
// { label: "检验人姓名", prop: 'inspectUserName' },
|
|
|
|
// { label: "检验人电话", prop: 'inspectUserPhone' },
|
|
|
|
// { label: "其他详情", fixed: "left", type: "button" },
|
|
|
|
// { label: "物品单位", prop: "receiveUom" },
|
|
|
|
// { label: "外观", prop: 'appearance' },
|
|
|
|
// { label: "尺寸", prop: 'volume' },
|
|
|
|
// { label: "重量", prop: 'weight' },
|
|
|
|
// { label: "状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus" },
|
|
|
|
// { label: "不合格原因代码", prop: 'failedReason' },
|
|
|
|
// { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict", dictType: "UnqualifiedReason" },
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
] |
|
|
|
|
|
|
|