|
@ -1056,9 +1056,9 @@ export const qualifiedInfo = [ |
|
|
}, |
|
|
}, |
|
|
{ label: "状态",prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" }, |
|
|
{ label: "状态",prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "物品单位", prop: "uom" }, |
|
|
{ label: "物品单位", prop: "uom" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
@ -1117,12 +1117,12 @@ export const unqualifiedInfo = [ |
|
|
}, |
|
|
}, |
|
|
{ label: "状态",prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" }, |
|
|
{ label: "状态",prop: "purchaseReceiptInspectStatus", type: "filter", filters: "enumPurchaseReceiptInspectStatus" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "物品单位", prop: "uom" }, |
|
|
{ label: "物品单位", prop: "uom" }, |
|
|
{ label: "原箱码", prop: "fromPackingCode" }, |
|
|
{ label: "推荐箱码", prop: "recommendPackingCode" }, |
|
|
// { label: "拆箱箱码", prop: "packingCode" },
|
|
|
// { label: "拆箱箱码", prop: "packingCode" },
|
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
{ label: "不合格原因代码", prop: 'failedReason' }, |
|
|
{ label: "不合格原因代码", prop: 'failedReason' }, |
|
@ -1135,7 +1135,7 @@ export const unqualifiedInfo = [ |
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
{ label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, |
|
|
{ label: "订单号", prop: "poNumber" }, |
|
|
{ label: "订单号", prop: "poNumber" }, |
|
|
{ label: "订单行", prop: "poLine" }, |
|
|
{ label: "订单行", prop: "poLine" }, |
|
|
{ label: "推荐箱码", prop: "recommendPackingCode" }, |
|
|
{ label: "原箱码", prop: "fromPackingCode" }, |
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
{ label: "实际箱码", prop: "handledPackingCode" }, |
|
|
// { label: _Names.recommendErpCode, prop: "recommendToLocationErpCode" },
|
|
|
// { label: _Names.recommendErpCode, prop: "recommendToLocationErpCode" },
|
|
|
// { label: _Names.handledErpCode, prop: "handledToLocationErpCode" },
|
|
|
// { label: _Names.handledErpCode, prop: "handledToLocationErpCode" },
|
|
@ -1172,9 +1172,9 @@ export const unqualifiedInfo = [ |
|
|
// 采购收货记录-详情【收货缺料明细】
|
|
|
// 采购收货记录-详情【收货缺料明细】
|
|
|
export const lackMaterialsInfo = [ |
|
|
export const lackMaterialsInfo = [ |
|
|
{ label: _Names.itemCode, prop: "itemCode",fixed: "left" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode",fixed: "left" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
{ label: "单据号", prop: "number" }, |
|
|
{ label: "单据号", prop: "number" }, |
|
@ -1275,9 +1275,9 @@ export const InspectNote = [ |
|
|
export const unqualifiedToQualified = [ |
|
|
export const unqualifiedToQualified = [ |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "单位", prop: "uom" }, |
|
|
{ label: "单位", prop: "uom" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
@ -1845,10 +1845,10 @@ export const FISDeliverRequest = [ |
|
|
// 成品发运任务
|
|
|
// 成品发运任务
|
|
|
export const FISDeliverJob = [ |
|
|
export const FISDeliverJob = [ |
|
|
{ label: _Names.itemCode, prop: "itemCode", fixed: "left" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode", fixed: "left" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "配置", prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: "出货数量", prop: "qty" }, |
|
|
{ label: "出货数量", prop: "qty" }, |
|
|
{ label: "单位", prop: "uom" }, |
|
|
{ label: "单位", prop: "uom" }, |
|
|
{ label: "出货库区", prop: "areaCode" }, |
|
|
{ label: "出货库区", prop: "areaCode" }, |
|
@ -2099,9 +2099,9 @@ export const labelsList = [ |
|
|
fixed:"left" |
|
|
fixed:"left" |
|
|
}, |
|
|
}, |
|
|
{ label: _Names.itemCode, prop: 'itemCode' }, |
|
|
{ label: _Names.itemCode, prop: 'itemCode' }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "数量", prop: "qty",isNumber:true }, |
|
|
{ label: "单位", prop: "uom" }, |
|
|
{ label: "单位", prop: "uom" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
@ -2160,11 +2160,11 @@ export const InventoryBalance = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
{ label: "物品名称", prop: 'itemName' }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
|
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: "类型", prop: 'item_typeFromFE', type: "filter", filters: "ItemTypeBasic", showProp:true }, |
|
|
{ label: "类型", prop: 'item_typeFromFE', type: "filter", filters: "ItemTypeBasic", showProp:true }, |
|
|
{ label: "配置", prop: "item_configurationFromFE",showProp:true }, |
|
|
|
|
|
{ label: "库存数量", prop: "qty",isNumber:true }, |
|
|
{ label: "库存数量", prop: "qty",isNumber:true }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "标准成本单价", prop: "stdCostPrice" }, |
|
|
{ label: "标准成本单价", prop: "stdCostPrice" }, |
|
@ -2204,10 +2204,10 @@ export const InventoryBalanceActive = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
{ label: "物品名称", prop: 'itemName' }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "配置", prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: "库存数量", prop: "qty",isNumber:true }, |
|
|
{ label: "库存数量", prop: "qty",isNumber:true }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
|
{ label: "批次", prop: "lot" }, |
|
@ -2246,10 +2246,10 @@ export const InventoryTransaction = [ |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "配置", prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: "事务分类", prop: "transType",type: "filter", filters: "TransTypeBase" }, |
|
|
{ label: "事务分类", prop: "transType",type: "filter", filters: "TransTypeBase" }, |
|
|
{ label: "子事务类型", prop: "transSubType", type: "filter", filters: "transSubType" }, |
|
|
{ label: "子事务类型", prop: "transSubType", type: "filter", filters: "transSubType" }, |
|
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, |
|
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, |
|
@ -2303,9 +2303,9 @@ export const InventoryTransferLog = [ |
|
|
{ label: "从状态", prop: "fromStatus",type: "filter", filters: "inventoryStage" }, |
|
|
{ label: "从状态", prop: "fromStatus",type: "filter", filters: "inventoryStage" }, |
|
|
{ label: "到状态", prop: "toStatus", type: "filter", filters: "inventoryStage" }, |
|
|
{ label: "到状态", prop: "toStatus", type: "filter", filters: "inventoryStage" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "到货数量", prop: "qty",isNumber:true }, |
|
|
{ label: "到货数量", prop: "qty",isNumber:true }, |
|
|
{ label: "到货单位", prop: "uom" }, |
|
|
{ label: "到货单位", prop: "uom" }, |
|
|
{ label: "从库位代码", prop: "fromLocationCode" }, |
|
|
{ label: "从库位代码", prop: "fromLocationCode" }, |
|
@ -2353,9 +2353,9 @@ export const expectOut = [ |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
{ label: "创建时间", prop: "creationTime", type: "dateTime" }, |
|
|
// { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" },
|
|
|
// { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" },
|
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "占用数量", prop: "qty",isNumber:true }, |
|
|
{ label: "占用数量", prop: "qty",isNumber:true }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
@ -2383,9 +2383,9 @@ export const expectIn = [ |
|
|
}, |
|
|
}, |
|
|
{ label: "状态", prop: "status", type: "tagFilter", filters: "jobStatus" }, |
|
|
{ label: "状态", prop: "status", type: "tagFilter", filters: "jobStatus" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "占用数量", prop: "qty",isNumber:true }, |
|
|
{ label: "占用数量", prop: "qty",isNumber:true }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
@ -2412,9 +2412,9 @@ export const safetyStockWarning = [ |
|
|
fixed: "left", |
|
|
fixed: "left", |
|
|
type: "name" |
|
|
type: "name" |
|
|
}, |
|
|
}, |
|
|
{ label: "物品描述1", prop: "item_desc1FromFE",showProp:true }, |
|
|
{ label: _Names.itemDesc1, prop: "item_desc1FromFE",showProp:true }, |
|
|
{ label: "物品描述2", prop: "item_desc2FromFE",showProp:true }, |
|
|
{ label: _Names.itemDesc2, prop: "item_desc2FromFE",showProp:true }, |
|
|
{ label: "配置", prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: _Names.configuration, prop: "item_configurationFromFE",showProp:true }, |
|
|
{ label: "最小库存", prop: 'minStock' }, |
|
|
{ label: "最小库存", prop: 'minStock' }, |
|
|
{ label: "最大库存", prop: 'maxStock' }, |
|
|
{ label: "最大库存", prop: 'maxStock' }, |
|
|
{ label: "安全库存", prop: 'safetyStock' }, |
|
|
{ label: "安全库存", prop: 'safetyStock' }, |
|
@ -2430,9 +2430,9 @@ export const splitPackingList = [ |
|
|
fixed: "left", |
|
|
fixed: "left", |
|
|
type: "name" |
|
|
type: "name" |
|
|
}, |
|
|
}, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "原箱箱码", prop: "fromPackingCode" }, |
|
|
{ label: "原箱箱码", prop: "fromPackingCode" }, |
|
|
{ label: "目标箱码", prop: "toPackingCode" }, |
|
|
{ label: "目标箱码", prop: "toPackingCode" }, |
|
|
{ label: "原数量", prop: "fromQty",isNumber:true }, |
|
|
{ label: "原数量", prop: "fromQty",isNumber:true }, |
|
@ -2951,9 +2951,9 @@ export const CountJob = [ |
|
|
// 盘点任务-扫描明细
|
|
|
// 盘点任务-扫描明细
|
|
|
export const countJobDepDetails = [ |
|
|
export const countJobDepDetails = [ |
|
|
{ label: _Names.itemCode, prop: "itemCode", type: "name",fixed: "left" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode", type: "name",fixed: "left" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status" }, |
|
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status" }, |
|
|
{ label: "库存数量", prop: "inventoryQty" }, |
|
|
{ label: "库存数量", prop: "inventoryQty" }, |
|
|
{ label: "盘点数量", prop: "countQty" }, |
|
|
{ label: "盘点数量", prop: "countQty" }, |
|
@ -3753,9 +3753,9 @@ export const KittingPackagingNote = [ |
|
|
// kitting打包记录 - 扫描明细
|
|
|
// kitting打包记录 - 扫描明细
|
|
|
export const KittingPackagingDepDetails = [ |
|
|
export const KittingPackagingDepDetails = [ |
|
|
{ label: _Names.itemCode, prop: "itemCode", fixed: "left" }, |
|
|
{ label: _Names.itemCode, prop: "itemCode", fixed: "left" }, |
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
{ label: _Names.itemName, prop: "itemName" }, |
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
{ label: _Names.itemDesc1, prop: "itemDesc1" }, |
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
{ label: _Names.itemDesc2, prop: "itemDesc2" }, |
|
|
{ label: "底盘代码", prop: "chassisNumber" }, |
|
|
{ label: "底盘代码", prop: "chassisNumber" }, |
|
|
{ label: "底盘号排序序列", prop: "chassisSortNumber" }, |
|
|
{ label: "底盘号排序序列", prop: "chassisSortNumber" }, |
|
|
{ label: "kitting代码", prop: 'kittingCode' }, |
|
|
{ label: "kitting代码", prop: 'kittingCode' }, |
|
|