You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
450 B

// 页面tabs标签
export const ItemBasicTabsList = [{
label: "供应商物品",
prop: 'SupplierItems',
},
{
label: "客户物品",
prop: 'CustomerItems',
},
{
label: "采购订单",
prop: 'PurchaseOrder',
},
{
label: "要货计划",
prop: 'PurchasingPlan',
},
{
label: "库存余额",
prop: 'InventoryBalance',
},
{
label: "预计入库存",
prop: 'ExpectedIn',
},{
label: "预计出库存",
prop: 'ExpectedOut',
},
]