Browse Source

更换子表接口数据

master_hella_20240701
yufei0306 7 months ago
parent
commit
cc346e5ef8
  1. 2
      src/views/wms/issueManage/issue/issueJobMain/index.vue
  2. 2
      src/views/wms/issueManage/issue/issueRecordMain/index.vue
  3. 2
      src/views/wms/issueManage/issue/issueRequestMain/index.vue
  4. 2
      src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue
  5. 2
      src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/index.vue
  6. 2
      src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/index.vue
  7. 2
      src/views/wms/issueManage/productionreturn/productionreturnJobMain/index.vue
  8. 2
      src/views/wms/issueManage/productionreturn/productionreturnRecordMain/index.vue
  9. 2
      src/views/wms/issueManage/productionreturn/productionreturnRequestMain/index.vue
  10. 2
      src/views/wms/issueManage/productionreturn/productionreturnRequestMainNo/index.vue
  11. 2
      src/views/wms/issueManage/repleinsh/repleinshJobMain/index.vue
  12. 2
      src/views/wms/issueManage/repleinsh/repleinshRecordMain/index.vue
  13. 2
      src/views/wms/issueManage/repleinsh/repleinshRequestMain/index.vue
  14. 2
      src/views/wms/productionManage/productionplan/productionMain/index.vue
  15. 2
      src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue
  16. 2
      src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/index.vue
  17. 2
      src/views/wms/productionManage/productionplan/productionMainPredictSparePart/index.vue
  18. 2
      src/views/wms/productionManage/productreceipt/productreceiptJobMain/index.vue
  19. 2
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue
  20. 2
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue
  21. 7
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue
  22. 2
      src/views/wms/purchasereceiptManage/inspect/inspectJobMain/index.vue
  23. 2
      src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/index.vue
  24. 2
      src/views/wms/purchasereceiptManage/inspect/inspectRequestMain/index.vue
  25. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue
  26. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue
  27. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue
  28. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/index.vue
  29. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue
  30. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue
  31. 2
      src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue
  32. 2
      src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/index.vue
  33. 2
      src/views/wms/purchasereceiptManage/putaway/putawayRequestMain/index.vue
  34. 2
      src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/index.vue
  35. 2
      src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRecordMain/index.vue
  36. 2
      src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/index.vue
  37. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue
  38. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue
  39. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue
  40. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue
  41. 2
      src/views/wms/supplierManage/purchaseclaim/purchaseclaimRecordMain/index.vue
  42. 2
      src/views/wms/supplierManage/purchaseclaim/purchaseclaimRequestMain/index.vue
  43. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/index.vue
  44. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

2
src/views/wms/issueManage/issue/issueJobMain/index.vue

@ -114,7 +114,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
const { tableObject, tableMethods } = useTable({
getListApi: IssueJobMainApi.getIssueJobMainPage //
getListApi: IssueJobDetailApi.getIssueJobDetailPage //
})
//

2
src/views/wms/issueManage/issue/issueRecordMain/index.vue

@ -85,7 +85,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: IssueRecordMainApi.getIssueRecordMainPage //
getListApi: IssueRecordDetailApi.getIssueRecordDetailPage //
})
//

2
src/views/wms/issueManage/issue/issueRequestMain/index.vue

@ -138,7 +138,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: IssueRequestMainApi.getIssueRequestMainPage //
getListApi: IssueRequestDetailApi.getIssueRequestDetailPage //
})
//

2
src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

@ -180,7 +180,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PreparetoissueMainApi.getPreparetoissueMainPage //
getListApi: PreparetoissueDetailApi.getPreparetoissueDetailPage //
})
//

2
src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/index.vue

@ -106,7 +106,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionreceiptJobMainApi.getProductionreceiptJobMainPage //
getListApi: ProductionreceiptJobDetailApi.getProductionreceiptJobDetailPage //
})
//

2
src/views/wms/issueManage/productionreceipt/productionreceiptRecordMain/index.vue

@ -85,7 +85,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionreceiptRecordMainApi.getProductionreceiptRecordMainPage //
getListApi: ProductionreceiptRecordDetailApi.getProductionreceiptRecordDetailPage //
})
//

2
src/views/wms/issueManage/productionreturn/productionreturnJobMain/index.vue

@ -114,7 +114,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionreturnJobMainApi.getProductionreturnJobMainPage //
getListApi: ProductionreturnJobDetailApi.getProductionreturnJobDetailPage //
})
//

2
src/views/wms/issueManage/productionreturn/productionreturnRecordMain/index.vue

@ -85,7 +85,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionreturnRecordMainApi.getProductionreturnRecordMainPage //
getListApi: ProductionreturnRecordDetailApi.getProductionreturnRecordDetailPage //
})
//

2
src/views/wms/issueManage/productionreturn/productionreturnRequestMain/index.vue

@ -247,7 +247,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionreturnRequestMainApi.getProductionreturnRequestMainPage //
getListApi: ProductionreturnRequestDetailApi.getProductionreturnRequestDetailPage //
})
//

2
src/views/wms/issueManage/productionreturn/productionreturnRequestMainNo/index.vue

@ -240,7 +240,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionreturnRequestMainNoApi.getProductionreturnRequestMainPage //
getListApi: ProductionreturnRequestDetailNoApi.getProductionreturnRequestDetailPage //
})
//

2
src/views/wms/issueManage/repleinsh/repleinshJobMain/index.vue

@ -115,7 +115,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
const { tableObject, tableMethods } = useTable({
getListApi: RepleinshJobMainApi.getRepleinshJobMainPage //
getListApi: RepleinshJobDetailApi.getRepleinshJobDetailPage //
})
//

2
src/views/wms/issueManage/repleinsh/repleinshRecordMain/index.vue

@ -85,7 +85,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: RepleinshRecordMainApi.getRepleinshRecordMainPage //
getListApi: RepleinshRecordDetailApi.getRepleinshRecordDetailPage //
})
//

2
src/views/wms/issueManage/repleinsh/repleinshRequestMain/index.vue

@ -137,7 +137,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: RepleinshRequestMainApi.getRepleinshRequestMainPage //
getListApi: RepleinshRequestDetailApi.getRepleinshRequestDetailPage //
})
//

2
src/views/wms/productionManage/productionplan/productionMain/index.vue

@ -150,7 +150,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionMainApi.getProductionMainPage //
getListApi: ProductionDetailApi.getProductionDetailPage //
})
//

2
src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue

@ -149,7 +149,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionMainApi.getProductionMainAssemblePage //
getListApi: ProductionDetailApi.getProductionDetailPage //
})
//

2
src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/index.vue

@ -149,7 +149,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionMainApi.getProductionMainASparePartPage //
getListApi: ProductionDetailApi.getProductionDetailPage //
})
//

2
src/views/wms/productionManage/productionplan/productionMainPredictSparePart/index.vue

@ -149,7 +149,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductionMainApi.getProductionMainPredictSparePartPage //
getListApi: ProductionDetailApi.getProductionDetailPage //
})
//

2
src/views/wms/productionManage/productreceipt/productreceiptJobMain/index.vue

@ -110,7 +110,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductreceiptJobMainApi.getProductreceiptJobMainPage //
getListApi: ProductreceiptJobDetailApi.getProductreceiptJobDetailPage //
})
//

2
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue

@ -130,7 +130,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductreceiptRecordMainApi.getProductreceiptRecordMainPage //
getListApi: ProductreceiptRecordDetailApi.getProductreceiptRecordDetailPage //
})
//

2
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

@ -204,7 +204,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductreceiptRequestMainApi.getProductreceiptRequestMainPage //
getListApi: ProductreceiptRequestDetailApi.getProductreceiptRequestDetailPage //
})
//

7
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

@ -1,7 +1,7 @@
<template>
<ContentWrap>
<!-- 搜索工作栏 -->
<Search :schema="ProductreceiptRequestMain.allSchemas.searchSchema" @search="setSearchParams" @reset="setSearchParams" />
<Search :schema="[...ProductreceiptRequestMain.allSchemas.searchSchema,...ProductreceiptRequestDetail.allSchemas.searchSchema]" @search="setSearchParams" @reset="setSearchParams" />
</ContentWrap>
<!-- 列表头部 -->
@ -12,6 +12,7 @@
@updataTableColumns="updataTableColumns"
@searchFormClick="searchFormClick"
:allSchemas="ProductreceiptRequestMain.allSchemas"
:detailAllSchemas="ProductreceiptRequestDetail.allSchemas"
/>
<!-- 列表 -->
@ -138,7 +139,7 @@ const { t } = useI18n() // 国际化
const route = useRoute() //
const routeName = ref()
routeName.value = route.name
const tableColumns = ref(ProductreceiptRequestMain.allSchemas.tableColumns)
const tableColumns = ref([...ProductreceiptRequestMain.allSchemas.tableColumns,...ProductreceiptRequestDetail.allSchemas.tableMainColumns])
// table
const buttondataTable = ref([{
label: 'Bom',
@ -202,7 +203,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: ProductreceiptRequestMainApi.getProductreceiptRequestMainAssemblePage //
getListApi: ProductreceiptRequestDetailApi.getProductreceiptRequestDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/inspect/inspectJobMain/index.vue

@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: InspectJobMainApi.getInspectJobMainPage //
getListApi: InspectJobDetailApi.getInspectJobDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/index.vue

@ -89,7 +89,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: InspectRecordMainApi.getInspectRecordMainPage //
getListApi: InspectRecordDetailApi.getInspectRecordDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/inspect/inspectRequestMain/index.vue

@ -108,7 +108,7 @@
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: InspectRequestMainApi.getInspectRequestMainPage //
getListApi: InspectRequestDetailApi.getInspectRequestDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

@ -153,7 +153,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereceiptJobMainApi.getPurchasereceiptJobMainPage //
getListApi: PurchasereceiptJobDetailApi.getPurchasereceiptJobDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/index.vue

@ -124,7 +124,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereceiptRecordMainApi.getPurchasereceiptRecordMainPage //
getListApi: PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

@ -231,7 +231,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereceiptRequestMainApi.getPurchasereceiptRequestMainPage //
getListApi: PurchasereceiptRequestDetailApi.getPurchasereceiptRequestDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/index.vue

@ -130,7 +130,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereturnJobMainApi.getPurchasereturnJobMainPage //
getListApi: PurchasereturnJobDetailApi.getPurchasereturnJobDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue

@ -86,7 +86,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereturnRecordMainApi.getPurchasereturnRecordMainPage //
getListApi: PurchasereturnRecordDetailApi.getPurchasereturnRecordDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

@ -308,7 +308,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef) => {
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereturnRequestMainApi.getPurchasereturnRequestMainPage //
getListApi: PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue

@ -152,7 +152,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: PutawayJobMainApi.getPutawayJobMainPage //
getListApi: PutawayJobDetailApi.getPutawayJobDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/index.vue

@ -108,7 +108,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PutawayRecordMainApi.getPutawayRecordMainPage //
getListApi: PutawayRecordDetailApi.getPutawayRecordDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/putaway/putawayRequestMain/index.vue

@ -158,7 +158,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PutawayRequestMainApi.getPutawayRequestMainPage //
getListApi: PutawayRequestDetailApi.getPutawayRequestDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/index.vue

@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereceiptJobMainApi.getPurchasereceiptJobMainPageSpare //
getListApi: PurchasereceiptJobDetailApi.getPurchasereceiptJobDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRecordMain/index.vue

@ -91,7 +91,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereceiptRecordMainApi.getPurchasereceiptRecordMainPageSpare //
getListApi: PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage//
})
//

2
src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/index.vue

@ -187,7 +187,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchasereceiptRequestMainApi.getPurchasereceiptRequestMainPageSpare //
getListApi: PurchasereceiptRequestDetailApi.getPurchasereceiptRequestDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/index.vue

@ -133,7 +133,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: DemandforecastingMainApi.getDemandforecastingMainPage //
getListApi: DemandforecastingDetailApi.getDemandforecastingDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

@ -216,7 +216,7 @@ const getSearchTableData = async (number,formField,searchField)=>{
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchasePlanMainApi.getPurchasePlanMainPage //
getListApi: PurchasePlanDetailApi.getPurchasePlanDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue

@ -103,7 +103,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: SupplierdeliverRecordMainApi.getSupplierdeliverRecordMainPage //
getListApi: SupplierdeliverRecordDetailApi.getSupplierdeliverRecordDetailPage //
})
//

2
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

@ -328,7 +328,7 @@ const searchTableSuccessLabel = (formField, searchField, val, formRef, type, row
const { tableObject, tableMethods } = useTable({
getListApi: SupplierdeliverRequestMainApi.getSupplierdeliverRequestMainPage //
getListApi: SupplierdeliverRequestDetailApi.getSupplierdeliverRequestDetailPage //
})
//

2
src/views/wms/supplierManage/purchaseclaim/purchaseclaimRecordMain/index.vue

@ -85,7 +85,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: PurchaseclaimRecordMainApi.getPurchaseclaimRecordMainPage //
getListApi: PurchaseclaimRecordDetailApi.getPurchaseclaimRecordDetailPage //
})
//

2
src/views/wms/supplierManage/purchaseclaim/purchaseclaimRequestMain/index.vue

@ -155,7 +155,7 @@
const exportLoading = ref(false) //
const { tableObject, tableMethods } = useTable({
getListApi: PurchaseclaimRequestMainApi.getPurchaseclaimRequestMainPage //
getListApi: PurchaseclaimRequestDetailApi.getPurchaseclaimRequestDetailPage //
})
//

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/index.vue

@ -97,7 +97,7 @@ const updataTableColumns = (val) => {
}
const { tableObject, tableMethods } = useTable({
getListApi: SupplierinvoiceRecordMainApi.getSupplierinvoiceRecordMainPage //
getListApi: SupplierinvoiceRecordDetailApi.getSupplierinvoiceRecordDeatilPage //
})
//

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -195,7 +195,7 @@
const Echo = []
const { tableObject, tableMethods } = useTable({
getListApi: SupplierinvoiceRequestMainApi.getSupplierinvoiceRequestMainPage //
getListApi: SupplierinvoiceRequestDetailApi.getSupplierinvoiceRequestDetailPage //
})
//

Loading…
Cancel
Save