|
|
@ -219,6 +219,48 @@ export const InspectRequest = [ |
|
|
|
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
export const InspectRequest_editor = [ |
|
|
|
{ label: _Names.itemCode, prop: "itemCode", fixed: "left" }, |
|
|
|
{ label: _Names.itemName, prop: "itemName", width: orderWidth }, |
|
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE" }, |
|
|
|
{ label: "收货数量", prop: "receiveQty" }, |
|
|
|
{ label: "生产批次", prop: "lot" }, |
|
|
|
{ label: "箱码", prop: "packingCode" }, |
|
|
|
{ label: "检验状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus" }, |
|
|
|
{ label: "库位", prop: 'locationCode' }, |
|
|
|
// { label: _Names.locationErpCode, prop: 'locationErpCode' },
|
|
|
|
{ label: "任务单号", prop: "number" }, |
|
|
|
{ label: "计量单位", prop: 'uom' }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
// { label: "标包数量", prop: 'stdPackQty' },//后期打开
|
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
// { label: "生产时间", prop: 'produceDate', type: "dateTime" },
|
|
|
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime" }, |
|
|
|
// { label: "库位组", prop: 'locationGroup' },
|
|
|
|
// { label: "库区", prop: 'locationArea' },
|
|
|
|
{ label: "订单号", prop: 'poNumber', width: orderWidth }, |
|
|
|
{ label: "订单行", prop: 'poLine' }, |
|
|
|
// { label: "样品率", prop: 'samplePercent' },
|
|
|
|
{ label: "检验数量", prop: 'inspectQty' }, |
|
|
|
// { label: "AbcClass类别", prop: 'abcClass' },
|
|
|
|
{ label: "检验类型", prop: "inspectType", type: "filter", filters: "inspectType" }, |
|
|
|
// { label: "不合格原因代码", prop: 'failedReason' },
|
|
|
|
// { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" },
|
|
|
|
// { label: "破坏数量", prop: 'crackQty' },
|
|
|
|
// { label: "最终不合格数量", prop: 'notPassedQty' },
|
|
|
|
// { label: "检验人", prop: 'inspectUser' },
|
|
|
|
{ label: "合格数量", prop: 'goodQty' }, |
|
|
|
{ label: "不合格数量", prop: 'failedQty' }, |
|
|
|
{ label: "外观", prop: 'appearance' }, |
|
|
|
{ label: "其他属性", prop: 'otherPropertyJson', width:300}, |
|
|
|
{ label: "尺寸", prop: 'volume' }, |
|
|
|
{ label: "重量", prop: 'weight' }, |
|
|
|
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
// 检验记录
|
|
|
|
export const InspectNote = [ |
|
|
|