|
@ -305,11 +305,11 @@ const changeTabs = (item) => { |
|
|
detailAllSchemas.value = Customeritem.allSchemas |
|
|
detailAllSchemas.value = Customeritem.allSchemas |
|
|
} else if(item.prop == 'PurchaseOrder'){ |
|
|
} else if(item.prop == 'PurchaseOrder'){ |
|
|
tabsExtend.value = true |
|
|
tabsExtend.value = true |
|
|
apiPage.value = PurchaseDetailApi.getPurchaseDetailPage |
|
|
apiPage.value = PurchaseDetailApi.getPurchaseDetailPageWMS |
|
|
detailAllSchemas.value = PurchaseMain.allSchemas |
|
|
detailAllSchemas.value = PurchaseMain.allSchemas |
|
|
} else if(item.prop == 'PurchasingPlan'){ |
|
|
} else if(item.prop == 'PurchasingPlan'){ |
|
|
tabsExtend.value = true |
|
|
tabsExtend.value = true |
|
|
apiPage.value = PurchasePlanDetailApi.getPurchasePlanDetailPage |
|
|
apiPage.value = PurchasePlanDetailApi.getPurchasePlanDetailPagewms |
|
|
detailAllSchemas.value = PurchasePlanMain.allSchemas |
|
|
detailAllSchemas.value = PurchasePlanMain.allSchemas |
|
|
} else if(item.prop == 'InventoryBalance'){ |
|
|
} else if(item.prop == 'InventoryBalance'){ |
|
|
tabsExtend.value = true |
|
|
tabsExtend.value = true |
|
|