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.
40 lines
626 B
40 lines
626 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',
|
|
},
|
|
|
|
]
|
|
export const PurchasereceiptRequestTabsList = [{
|
|
label: "收货明细",
|
|
prop: 'receiptDetail',
|
|
},
|
|
{
|
|
label: "缺货明细",
|
|
prop: 'scarceGoodsDetail',
|
|
}
|
|
]
|
|
|
|
|