|
|
@ -99,7 +99,7 @@ export const SupplierAsn = [ |
|
|
|
{ label: "订单行", prop: 'poLine', width: orderWidth }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "供应商包装数量", prop: 'supplierPackQty' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "筹措员代码", prop: 'planUserCode' }, |
|
|
|
{ label: _Public.creationTime, prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, |
|
|
@ -122,7 +122,7 @@ export const PurchaseReceiptRequest = [ |
|
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
{ label: "订单号", prop:'poNumber', width: orderWidth }, |
|
|
|
{ label: "单据号", prop:'number', width: orderWidth }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "订单行", prop: 'poLine' }, |
|
|
|
{ label: "供应商包装数量", prop:'supplierPackQty' }, |
|
|
@ -205,8 +205,8 @@ export const InspectRequest = [ |
|
|
|
{ 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: 'failedReason' },
|
|
|
|
// { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" },
|
|
|
|
// { label: "破坏数量", prop: 'crackQty' },
|
|
|
|
// { label: "最终不合格数量", prop: 'notPassedQty' },
|
|
|
|
// { label: "检验人", prop: 'inspectUser' },
|
|
|
@ -409,8 +409,8 @@ export const IssueJob = [ |
|
|
|
{ label: "到库区", prop: 'toLocationArea' }, |
|
|
|
{ label: "到库位组", prop: 'toLocationGroup' }, |
|
|
|
{ label: _Names.toErpCode, prop: 'toLocationErpCode' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -452,7 +452,7 @@ export const IssueNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期日期", prop: 'expireDate', type: "dateTime" }, |
|
|
|
{ label: "来源库位组", prop: 'fromLocationGroup' }, |
|
|
@ -476,8 +476,8 @@ export const IssueNote = [ |
|
|
|
{ label: "实际数量", prop: 'handledQty' }, |
|
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
|
{ label: "推荐批次", prop: "recommendLot" }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -546,8 +546,8 @@ export const automaticCallJob = [ |
|
|
|
{ label: "到库区", prop: 'toLocationArea' }, |
|
|
|
{ label: "到库位组", prop: 'toLocationGroup' }, |
|
|
|
{ label: _Names.toErpCode, prop: 'toLocationErpCode' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -589,7 +589,7 @@ export const automaticCallNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期日期", prop: 'expireDate', type: "dateTime" }, |
|
|
|
{ label: "来源库位组", prop: 'fromLocationGroup' }, |
|
|
@ -613,8 +613,8 @@ export const automaticCallNote = [ |
|
|
|
{ label: "实际数量", prop: 'handledQty' }, |
|
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
|
{ label: "推荐批次", prop: "recommendLot" }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -644,7 +644,7 @@ export const beforeGroundingReturnNote = [ |
|
|
|
{ label: "单据号", prop: 'number' }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
// { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
|
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
// { label: "备注", prop: 'remark' },
|
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
@ -821,7 +821,7 @@ export const ScrapNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生效时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime" }, |
|
|
@ -902,7 +902,7 @@ export const directIssueNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期日期", prop: 'expireDate', type: "dateTime" }, |
|
|
|
{ label: "来源库位组", prop: 'fromLocationGroup' }, |
|
|
@ -926,8 +926,8 @@ export const directIssueNote = [ |
|
|
|
{ label: "实际数量", prop: 'handledQty' }, |
|
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
|
{ label: "推荐批次", prop: "recommendLot" }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -960,7 +960,7 @@ export const ProductReceiptRequest = [ |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "申请编号", prop: 'number' }, |
|
|
|
{ label: "批次", prop: 'lot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "Bom版本", prop: 'bomVersion' }, |
|
|
@ -1062,7 +1062,7 @@ export const ProductReceiptScrapNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生效时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime" }, |
|
|
@ -1085,7 +1085,7 @@ export const partiallyPreparedProductsNote = [ |
|
|
|
{ label: "单位", prop: "uom" }, |
|
|
|
{ label: "来源库位", prop: "fromLocationCode" }, |
|
|
|
{ label: "目标库位", prop: "toLocationCode" }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "单据号", prop: 'number' }, |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
@ -1108,8 +1108,8 @@ export const partiallyPreparedProductsNote = [ |
|
|
|
{ label: "任务编号", prop: 'jobNumber' }, |
|
|
|
{ label: "推荐箱码", prop: "recommendPackingCode" }, |
|
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
|
{ label: "推荐供应商批次", prop: "recommendSupplierBatch" }, |
|
|
|
{ label: "实际供应商批次", prop: "handledSupplierBatch" }, |
|
|
|
// { label: "推荐供应商批次", prop: "recommendSupplierBatch" },
|
|
|
|
// { label: "实际供应商批次", prop: "handledSupplierBatch" },
|
|
|
|
{ label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, |
|
|
@ -1167,8 +1167,8 @@ export const DeliverJob = [ |
|
|
|
{ label: "任务编号", prop: 'number',width:orderWidth }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -1213,7 +1213,7 @@ export const DeliverNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "来源库位组", prop: 'fromLocationGroup' }, |
|
|
|
{ label: "目标库位组", prop: 'toLocationGroup' }, |
|
|
|
{ label: "目标库位", prop: 'toLocationCode' }, |
|
|
@ -1226,8 +1226,8 @@ export const DeliverNote = [ |
|
|
|
{ label: "实际数量", prop: 'handledQty' }, |
|
|
|
{ label: "推荐箱码", prop: 'recommendPackingCode' }, |
|
|
|
{ label: "实际箱码", prop: 'handledPackingCode' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -1392,8 +1392,8 @@ export const customerDismantleJob = [ |
|
|
|
{ label: "实际库位组", prop: "handledToLocationGroup" }, |
|
|
|
{ label: "推荐库区", prop: "recommendToLocationArea" }, |
|
|
|
{ label: "实际库区", prop: "handledToLocationArea" }, |
|
|
|
{ label: "推荐供应商批次", prop: "recommendSupplierBatch" }, |
|
|
|
{ label: "实际供应商批次", prop: "handledSupplierBatch" }, |
|
|
|
// { label: "推荐供应商批次", prop: "recommendSupplierBatch" },
|
|
|
|
// { label: "实际供应商批次", prop: "handledSupplierBatch" },
|
|
|
|
{ label: "推荐到货时间", prop: "recommendArriveDate", type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: "handledArriveDate", type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: "recommendProduceDate", type: "dateTime" }, |
|
|
@ -1425,7 +1425,7 @@ export const productionReturnRequest = [ |
|
|
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "任务编号", prop: 'number',width:orderWidth }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "目标库位组", prop: 'toLocationGroup' }, |
|
|
|
{ label: "目标库区", prop: 'toLocationArea' }, |
|
|
@ -1455,8 +1455,8 @@ export const productionReturnJob = [ |
|
|
|
{ label: "标包数量", prop: 'stdPackQty' }, |
|
|
|
{ label: "推荐箱码", prop: 'recommendPackingCode' }, |
|
|
|
{ label: "实际箱码", prop: 'handledPackingCode' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
@ -1801,8 +1801,8 @@ export const recycledMaterialsAdjustmentApply = [ |
|
|
|
{ label: _Names.fromErpCode, prop: 'fromLocationErpCode' }, |
|
|
|
{ label: _Names.toErpCode, prop: 'toLocationErpCode' }, |
|
|
|
{ label: "目标数量", prop: "toQty" }, |
|
|
|
{ label: "从供应商批次", prop: "fromSupplierBatch" }, |
|
|
|
{ label: "到供应商批次", prop: "toSupplierBatch" }, |
|
|
|
// { label: "从供应商批次", prop: "fromSupplierBatch" },
|
|
|
|
// { label: "到供应商批次", prop: "toSupplierBatch" },
|
|
|
|
{ label: "从到货时间", prop: "fromArriveDate",type: "dateTime" }, |
|
|
|
{ label: "到到货时间", prop: "toArriveDate" ,type: "dateTime" }, |
|
|
|
{ label: "从生产日期", prop: "fromProduceDate" ,type: "dateTime" }, |
|
|
@ -2102,7 +2102,7 @@ export const intraStorageTransferNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生效时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime" }, |
|
|
@ -2246,7 +2246,7 @@ export const lineSideWarehouseScrappingNote = [ |
|
|
|
{ label: "目标箱码", prop: 'toPackingCode' }, |
|
|
|
{ label: "来源批次", prop: 'fromLot' }, |
|
|
|
{ label: "目标批次", prop: 'toLot' }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "生效时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
|
{ label: "生产时间", prop: 'produceDate', type: "dateTime" }, |
|
|
|
{ label: "过期时间", prop: 'expireDate', type: "dateTime" }, |
|
|
@ -2378,7 +2378,7 @@ export const CountPlan = [ |
|
|
|
{ label: "监盘操作员", prop: 'auditCountOperator' }, |
|
|
|
{ label: "盘点标签", prop: "countLabel" }, |
|
|
|
{ label: "生产日期", prop: "produceDate",type:"dateTime" }, |
|
|
|
{ label: "供应商批次", prop: "supplierBatch" }, |
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "单据号", prop: 'number', width:orderWidth }, |
|
|
|
{ label: "包装数量", prop: "stdPackQty" }, |
|
|
@ -2413,7 +2413,7 @@ export const CountJob = [ |
|
|
|
{ label: "单据号", prop: 'number', width:orderWidth }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "包装数量", prop: "stdPackQty" }, |
|
|
|
{ label: "供应商批次", prop: "supplierBatch" }, |
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
|
{ label: "生产日期", prop: "produceDate",type:"dateTime" }, |
|
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
@ -2456,7 +2456,7 @@ export const CountNote = [ |
|
|
|
{ label: "盘点标签", prop: "countLabel" }, |
|
|
|
{ label: "是否已生成盘点调整申请", prop: "adjusted", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "生产日期", prop: "produceDate",type:"dateTime" }, |
|
|
|
{ label: "供应商批次", prop: "supplierBatch" }, |
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "盘点计划单号", prop: "countPlanNumber" }, |
|
|
|
{ label: "单据号", prop: 'number', width:orderWidth }, |
|
|
@ -2486,7 +2486,7 @@ export const CountPlanAdjust = [ |
|
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
|
{ label: "原因代码", prop: "reasonCode", }, |
|
|
|
{ label: "原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, |
|
|
|
{ label: "供应商批次", prop: "supplierBatch" }, |
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "单据号", prop: 'number' }, |
|
|
|
{ label: "包装数量", prop: "stdPackQty" }, |
|
|
@ -2518,7 +2518,7 @@ export const CountPlanAdjust = [ |
|
|
|
{ label: "调整原因说明", prop:"reasonCode", type: "filter", filters: "getDict" , dictType:"AdjustmentReason" }, |
|
|
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, |
|
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
|
{ label: "供应商批次", prop: "supplierBatch" }, |
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "生产日期", prop: "produceDate",type:"dateTime" }, |
|
|
|
{ label: "备注", prop: 'remark' }, |
|
|
|
{ label: "单据号", prop: 'number', width:orderWidth }, |
|
|
@ -2540,7 +2540,7 @@ export const safetyStockWarning = [ |
|
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE" }, |
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
|
// { label: "供应商批次", prop: 'supplierBatch' },
|
|
|
|
{ label: "到货时间", prop: 'arriveDate' ,type:"dateTime" }, |
|
|
|
{ label: "生产时间", prop: 'produceDate' ,type:"dateTime" }, |
|
|
|
{ label: "过期时间", prop: 'expireDate' ,type:"dateTime" }, |
|
|
@ -2603,8 +2603,8 @@ export const callEmptyUtensilJob = [ |
|
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
|
{ label: "推荐批次", prop: "recommendLot" }, |
|
|
|
{ label: "实际批次", prop: 'handledLot' }, |
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
|
{ label: "推荐库位", prop: 'recommendFromLocationCode' }, |
|
|
|
{ label: "实际库位", prop: 'handledFromLocationCode' }, |
|
|
|
{ label: _Names.recommendErpCode, prop: 'recommendFromLocationErpCode' }, |
|
|
@ -3130,8 +3130,8 @@ export const transferLibRequest = [ |
|
|
|
{ label: "推荐目标库位组", prop: 'recommendToLocationGroup' }, |
|
|
|
{ label: "推荐来源库区", prop: 'recommendFromLocationArea' }, |
|
|
|
{ label: "推荐目标库区", prop: 'recommendToLocationArea' }, |
|
|
|
{ label: "推荐来源供应商批次", prop: 'recommendFromSupplierBatch' }, |
|
|
|
{ label: "推荐目标供应商批次", prop: 'recommendToSupplierBatch' }, |
|
|
|
// { label: "推荐来源供应商批次", prop: 'recommendFromSupplierBatch' },
|
|
|
|
// { label: "推荐目标供应商批次", prop: 'recommendToSupplierBatch' },
|
|
|
|
{ label: "推荐来源批次过期时间", prop: 'recommendFromExpireDate', type: "dateTime" }, |
|
|
|
{ label: "推荐目标批次过期时间", prop: 'recommendToExpireDate', type: "dateTime" }, |
|
|
|
{ label: "在途库库位", prop: 'onTheWayLocationCode' }, |
|
|
|