|
@ -639,11 +639,11 @@ export const beforeGroundingReturnNote = [ |
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
{ label: "退货原因代码", prop: 'reason' }, |
|
|
{ label: "退货原因代码", prop: 'reason' }, |
|
|
{ label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, |
|
|
{ label: "退货原因说明", prop: 'reason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, |
|
|
{ label: "推荐箱码", prop: "recommendPackingCode" }, |
|
|
// { label: "推荐箱码", prop: "recommendPackingCode" },
|
|
|
{ label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, |
|
|
// { label: "推荐供应商批次", prop: 'recommendSupplierBatch' },
|
|
|
{ label: "单据号", prop: 'number' }, |
|
|
{ label: "单据号", prop: 'number' }, |
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
{ label: "创建时间", prop: 'creationTime', type: "dateTime" }, |
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
// { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" },
|
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
{ label: "供应商批次", prop: 'supplierBatch' }, |
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
{ label: "到货时间", prop: 'arriveDate', type: "dateTime" }, |
|
|
{ label: "备注", prop: 'remark' }, |
|
|
{ label: "备注", prop: 'remark' }, |
|
@ -654,25 +654,25 @@ export const beforeGroundingReturnNote = [ |
|
|
{ label: "订单号", prop: 'poNumber' }, |
|
|
{ label: "订单号", prop: 'poNumber' }, |
|
|
{ label: "订单行", prop: 'poLine' }, |
|
|
{ label: "订单行", prop: 'poLine' }, |
|
|
{ label: "推荐数量", prop: 'recommendQty' }, |
|
|
{ label: "推荐数量", prop: 'recommendQty' }, |
|
|
{ label: "实际批次", prop: "handledLot" }, |
|
|
// { label: "实际批次", prop: "handledLot" },
|
|
|
{ label: "实际库位", prop: 'handledFromLocationCode' }, |
|
|
// { label: "实际库位", prop: 'handledFromLocationCode' },
|
|
|
{ label: "实际区域", prop: 'handledFromLocationArea' }, |
|
|
// { label: "实际区域", prop: 'handledFromLocationArea' },
|
|
|
{ label: "实际分组", prop: 'handledFromLocationGroup' }, |
|
|
// { label: "实际分组", prop: 'handledFromLocationGroup' },
|
|
|
{ label: _Names.handledErpCode, prop: 'handledFromLocationErpCode' }, |
|
|
// { label: _Names.handledErpCode, prop: 'handledFromLocationErpCode' },
|
|
|
{ label: "推荐库位", prop: 'recommendFromLocationCode' }, |
|
|
// { label: "推荐库位", prop: 'recommendFromLocationCode' },
|
|
|
{ label: "推荐区域", prop: 'recommendFromLocationArea' }, |
|
|
// { label: "推荐区域", prop: 'recommendFromLocationArea' },
|
|
|
{ label: "推荐分组", prop: 'recommendFromLocationGroup' }, |
|
|
// { label: "推荐分组", prop: 'recommendFromLocationGroup' },
|
|
|
{ label: _Names.recommendErpCode, prop: 'recommendFromLocationErpCode' }, |
|
|
// { label: _Names.recommendErpCode, prop: 'recommendFromLocationErpCode' },
|
|
|
{ label: "实际数量", prop: 'handledQty' }, |
|
|
// { label: "实际数量", prop: 'handledQty' },
|
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
// { label: "实际箱码", prop: "handledPackingCode" },
|
|
|
{ label: "推荐批次", prop: "recommendLot" }, |
|
|
// { label: "推荐批次", prop: "recommendLot" },
|
|
|
{ label: "实际供应商批次", prop: 'handledSupplierBatch' }, |
|
|
// { label: "实际供应商批次", prop: 'handledSupplierBatch' },
|
|
|
{ label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" }, |
|
|
// { label: "推荐到货时间", prop: 'recommendArriveDate', type: "dateTime" },
|
|
|
{ label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" }, |
|
|
// { label: "实际到货时间", prop: 'handledArriveDate', type: "dateTime" },
|
|
|
{ label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" }, |
|
|
// { label: "推荐生产时间", prop: 'recommendProduceDate', type: "dateTime" },
|
|
|
{ label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" }, |
|
|
// { label: "实际生产时间", prop: 'handledProduceDate', type: "dateTime" },
|
|
|
{ label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" }, |
|
|
// { label: "推荐过期时间", prop: 'recommendExpireDate', type: "dateTime" },
|
|
|
{ label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" }, |
|
|
// { label: "实际过期时间", prop: 'handledExpireDate', type: "dateTime" },
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
// 上架后退货申请
|
|
|
// 上架后退货申请
|
|
|