|
|
@ -2192,32 +2192,32 @@ export const InventoryBalance = [ |
|
|
|
// { label: "类型", prop: 'item_typeFromFE', type: "filter", filters: "ItemTypeBasic", showProp:true },
|
|
|
|
{ label: "库存数量", prop: "qty",isNumber:true }, |
|
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
|
{ label: "标准成本单价", prop: "stdCostPrice" }, |
|
|
|
{ label: "标准成本金额", prop: "stdCost" }, |
|
|
|
// { label: "标准成本单价", prop: "stdCostPrice" },
|
|
|
|
// { label: "标准成本金额", prop: "stdCost" },
|
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
|
{ label: "库位代码", prop: "locationCode" }, |
|
|
|
{ label: "库存状态", type: "filter", filters: "inventoryStage", prop: "status" }, |
|
|
|
{ label: "箱码", prop: "packingCode" }, |
|
|
|
{ label: _Names.locationErpCode, prop: "locationErpCode" }, |
|
|
|
{ label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "生产日期", prop: "produceDate" ,type: "dateTime" }, |
|
|
|
{ label: "入库时间", prop: "putInTime", type: "dateTime" }, |
|
|
|
{ label: "过期日期", prop: "expireDate" ,type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, |
|
|
|
{ label: "最后盘点时间", prop: "lastCountTime",type: "dateTime" }, |
|
|
|
{ label: "最后盘点计划单号", prop: "lastCountPlanNumber",width: orderWidth }, |
|
|
|
// { label: "是否可用", prop: "isActive", type: "filter", filters: "whetherOrNot" },
|
|
|
|
// { label: "创建时间", prop: "creationTime",type: "dateTime" },
|
|
|
|
// { label: "生产日期", prop: "produceDate" ,type: "dateTime" },
|
|
|
|
// { label: "入库时间", prop: "putInTime", type: "dateTime" },
|
|
|
|
// { label: "过期日期", prop: "expireDate" ,type: "dateTime" },
|
|
|
|
// { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" },
|
|
|
|
// { label: "最后盘点时间", prop: "lastCountTime",type: "dateTime" },
|
|
|
|
// { label: "最后盘点计划单号", prop: "lastCountPlanNumber",width: orderWidth },
|
|
|
|
// { label: "最后盘点标签", prop: "lastCountLabel" },
|
|
|
|
{ label: "标包数量", prop: "stdPackQty",isNumber:true }, |
|
|
|
// { label: "标包数量", prop: "stdPackQty",isNumber:true },
|
|
|
|
// { label: "库位组", prop: "locationGroup" },
|
|
|
|
// { label: "库区", prop: "locationArea" },
|
|
|
|
// { label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" },
|
|
|
|
// { label: "序号", prop: "serialNumber" },
|
|
|
|
// { label: "备注", prop: "remark" },
|
|
|
|
{ label: "到货日期", prop: "arriveDate",type: "dateTime" }, |
|
|
|
// { label: "到货日期", prop: "arriveDate",type: "dateTime" },
|
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" }, |
|
|
|
{ label: "最后事务编号", prop: 'lastTransNumber' }, |
|
|
|
// { label: "最后事务类型", prop: "lastTransType", type: "filter", filters: "TransTypeBase" },
|
|
|
|
// { label: "最后事务编号", prop: 'lastTransNumber' },
|
|
|
|
] |
|
|
|
|
|
|
|
// 库存余额(解/冻)
|
|
|
@ -2299,9 +2299,9 @@ export const InventoryTransaction = [ |
|
|
|
{ label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, |
|
|
|
// { label: "供应商批次", prop: "supplierBatch" },
|
|
|
|
{ label: "备注", prop: "remark" }, |
|
|
|
{ label: "生效日期", prop: 'activeDate', type: "dateTime" }, |
|
|
|
{ label: "创建时间", prop: "creationTime",type: "dateTime" }, |
|
|
|
{ label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" }, |
|
|
|
// { label: "生效日期", prop: 'activeDate', type: "dateTime" },
|
|
|
|
// { label: "创建时间", prop: "creationTime",type: "dateTime" },
|
|
|
|
// { label: "上次修改时间", prop: "lastModificationTime",type: "dateTime" },
|
|
|
|
] |
|
|
|
|
|
|
|
// 库存快照
|
|
|
|