|
|
@ -2557,6 +2557,7 @@ export const InventoryBalance = [ |
|
|
|
{ label: "物品名称", prop: 'itemName' }, |
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "配置", prop: "item_configurationFromFE" }, |
|
|
|
{ label: "库存数量", prop: "qty" }, |
|
|
|
{ label: "计量单位", prop: "uom" }, |
|
|
|
{ label: "批次", prop: "lot" }, |
|
|
@ -2598,6 +2599,7 @@ export const InventoryTransaction = [ |
|
|
|
{ label: "物品名称", prop: "itemName" }, |
|
|
|
{ label: "物品描述1", prop: "itemDesc1" }, |
|
|
|
{ label: "物品描述2", prop: "itemDesc2" }, |
|
|
|
{ label: "配置", prop: "item_configurationFromFE" }, |
|
|
|
{ label: "事务分类", prop: "transType",type: "filter", filters: "TransTypeBase" }, |
|
|
|
{ label: "子事务类型", prop: "transSubType", type: "filter", filters: "transSubType" }, |
|
|
|
{ label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, |
|
|
|