diff --git a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/index.vue b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/index.vue index 5ebf06dcf..f01ce986f 100644 --- a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: CustomerreceiptRecordMainApi.getCustomerreceiptRecordMainPage // 分页接口 + getListApi: CustomerreceiptRecordDetailApi.getCustomerreceiptRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/index.vue b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/index.vue index a2f5b40b7..13b742b3c 100644 --- a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/index.vue @@ -140,7 +140,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } const { tableObject, tableMethods } = useTable({ - getListApi: CustomerreceiptRequestMainApi.getCustomerreceiptRequestMainPage // 分页接口 + getListApi: CustomerreceiptRequestDetailApi.getCustomerreceiptRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/index.vue b/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/index.vue index df52af873..2fe03e3cc 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: CustomerreturnJobMainApi.getCustomerreturnJobMainPage // 分页接口 + getListApi: CustomerreturnJobDetailApi.getCustomerreturnJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue index 9ed606c7d..b3853d769 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue @@ -86,7 +86,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: CustomerreturnRecordMainApi.getCustomerreturnRecordMainPage // 分页接口 + getListApi: CustomerreturnRecordDetailApi.getCustomerreturnRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/index.vue b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/index.vue index c70d5d372..111edcd25 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/index.vue @@ -196,7 +196,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } const { tableObject, tableMethods } = useTable({ - getListApi: CustomerreturnRequestMainApi.getCustomerreturnRequestMainPage // 分页接口 + getListApi: CustomerreturnRequestDetailApi.getCustomerreturnRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/index.vue b/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/index.vue index 4ad315706..86aa9e358 100644 --- a/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/index.vue +++ b/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: CustomersettleRecordMainApi.getCustomersettleRecordMainPage // 分页接口 + getListApi: CustomersettleRecordDetailApi.getCustomersettleRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/customersettle/customersettleRequestMain/index.vue b/src/views/wms/deliversettlementManage/customersettle/customersettleRequestMain/index.vue index 97d3ccb28..b217e8c72 100644 --- a/src/views/wms/deliversettlementManage/customersettle/customersettleRequestMain/index.vue +++ b/src/views/wms/deliversettlementManage/customersettle/customersettleRequestMain/index.vue @@ -149,7 +149,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: CustomersettleRequestMainApi.getCustomersettleRequestMainPage // 分页接口 + getListApi: CustomersettleRequestDetailApi.getCustomersettleRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/index.vue b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/index.vue index ffeaf4fa7..d39e35014 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/index.vue +++ b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: DeliverJobMainApi.getDeliverJobMainPage // 分页接口 + getListApi: DeliverJobDetailApi.getDeliverJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue index 6854196ad..ef6bf3ea3 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue +++ b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue @@ -86,7 +86,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: DeliverRecordMainApi.getDeliverRecordMainPage // 分页接口 + getListApi: DeliverRecordDetailApi.getDeliverRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/index.vue b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/index.vue index 65d033e6a..7e93906b9 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/index.vue +++ b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/index.vue @@ -203,7 +203,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } const { tableObject, tableMethods } = useTable({ - getListApi: DeliverRequestMainApi.getDeliverRequestMainPage // 分页接口 + getListApi: DeliverRequestDetailApi.getDeliverRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/index.vue b/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/index.vue index 54e28f02b..30cfcedd4 100644 --- a/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/index.vue +++ b/src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/index.vue @@ -154,7 +154,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: DeliverPlanMainApi.getDeliverPlanMainPage // 分页接口 + getListApi: DeliverPlanDetailApi.getDeliverPlanDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainJob/index.vue b/src/views/wms/deliversettlementManage/stockup/stockupMainJob/index.vue index 47e324345..da63e664a 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainJob/index.vue +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainJob/index.vue @@ -130,7 +130,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: StockupJobMainApi.getStockupMainJobPage // 分页接口 + getListApi: StockupJobDetailApi.getStockupDetailJobPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/index.vue b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/index.vue index db0df9c55..136e068e8 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/index.vue +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/index.vue @@ -86,7 +86,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: StockupMainRecordApi.getStockupMainRecordPage // 分页接口 + getListApi: StockupDetailRecordApi.getStockupDetailRecordPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/index.vue b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/index.vue index bd38437ea..d6549f63a 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/index.vue +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/index.vue @@ -172,7 +172,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } const { tableObject, tableMethods } = useTable({ - getListApi: StockupMainRequestApi.getStockupMainRequestPage // 分页接口 + getListApi: StockupDetailRequestApi.getStockupDetailRequestPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/index.vue b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/index.vue index 718babdc5..4c9f5d7ba 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: InventoryinitRecordMainApi.getInventoryinitRecordMainPage // 分页接口 + getListApi: InventoryinitRecordDetailApi.getInventoryinitRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue index eeeffb68d..d3b6281a7 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue @@ -130,7 +130,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: InventoryinitRequestMainApi.getInventoryinitRequestMainPage // 分页接口 + getListApi: InventoryinitRequestDetailApi.getInventoryinitRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/index.vue b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/index.vue index f0a27b55a..75308eaac 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/index.vue +++ b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ScrapJobMainApi.getScrapJobMainPage // 分页接口 + getListApi: ScrapJobDetailApi.getScrapJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/index.vue b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/index.vue index 5dda76909..e3d09f8b3 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ScrapRecordMainApi.getScrapRecordMainPage // 分页接口 + getListApi: ScrapRecordDetailApi.getScrapRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue index ce241166e..3d03e5c8c 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue @@ -154,7 +154,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ScrapRequestMainApi.getScrapRequestMainPage // 分页接口 + getListApi: ScrapRequestDetailApi.getScrapRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/index.vue b/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/index.vue index 4bebb2e66..07aaa3842 100644 --- a/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/index.vue +++ b/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/index.vue @@ -132,7 +132,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: TransferissueJobMainApi.getTransferissueJobMainPage // 分页接口 + getListApi: TransferissueJobDetailApi.getTransferissueJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/index.vue b/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/index.vue index 06babca1e..78be198cb 100644 --- a/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: TransferissueRecordMainApi.getTransferissueRecordMainPage // 分页接口 + getListApi: TransferissueRecordDetailApi.getTransferissueRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/transferissue/transferissueRequestMain/index.vue b/src/views/wms/inventoryjobManage/transferissue/transferissueRequestMain/index.vue index 0be6ac372..7a4340a92 100644 --- a/src/views/wms/inventoryjobManage/transferissue/transferissueRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/transferissue/transferissueRequestMain/index.vue @@ -149,7 +149,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: TransferissueRequestMainApi.getTransferissueRequestMainPage // 分页接口 + getListApi: TransferissueRequestDetailApi.getTransferissueRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/index.vue b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/index.vue index 36132363f..4f514d13d 100644 --- a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/index.vue +++ b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: TransferreceiptJobMainApi.getTransferreceiptJobMainPage // 分页接口 + getListApi: TransferreceiptJobDetailApi.getTransferreceiptJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/index.vue b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/index.vue index 247a8c823..ba281dbda 100644 --- a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: TransferreceiptRecordMainApi.getTransferreceiptRecordMainPage // 分页接口 + getListApi: TransferreceiptRecordDetailApi.getTransferreceiptRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRequestMain/index.vue b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRequestMain/index.vue index 52b680763..dc37daaf7 100644 --- a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRequestMain/index.vue @@ -142,7 +142,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } const { tableObject, tableMethods } = useTable({ - getListApi: TransferreceiptRequestMainApi.getTransferreceiptRequestMainPage // 分页接口 + getListApi: TransferreceiptRequestDetailApi.getTransferreceiptRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/index.vue b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/index.vue index ed272d7b7..eda091009 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: UnplannedissueJobMainApi.getUnplannedissueJobMainPage // 分页接口 + getListApi: UnplannedissueJobDetailApi.getUnplannedissueJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/index.vue b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/index.vue index 52faddbc9..f0ba7f1ea 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: UnplannedissueRecordMainApi.getUnplannedissueRecordMainPage // 分页接口 + getListApi: UnplannedissueRecordDetailApi.getUnplannedissueRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue index f958dc0bd..cd86a3d1d 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue @@ -143,7 +143,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: UnplannedissueRequestMainApi.getUnplannedissueRequestMainPage // 分页接口 + getListApi: UnplannedissueRequestDetailApi.getUnplannedissueRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/index.vue b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/index.vue index 063e5a39d..4e80be9e6 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: UnplannedreceiptJobMainApi.getUnplannedreceiptJobMainPage // 分页接口 + getListApi: UnplannedreceiptJobDetailApi.getUnplannedreceiptJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/index.vue b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/index.vue index 12ff1c6c3..8efabb817 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: UnplannedreceiptRecordMainApi.getUnplannedreceiptRecordMainPage // 分页接口 + getListApi: UnplannedreceiptRecordDetailApi.getUnplannedreceiptRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/index.vue b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/index.vue index 14087eafc..2c02a6a61 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/index.vue +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/index.vue @@ -220,7 +220,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: UnplannedreceiptRequestMainApi.getUnplannedreceiptRequestMainPage // 分页接口 + getListApi: UnplannedreceiptRequestDetailApi.getUnplannedreceiptRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue index 3cec10568..c7347649d 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue @@ -132,7 +132,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: InventorymoveJobMainApi.getInventorymoveJobMainPage // 分页接口 + getListApi: InventorymoveJobDetailApi.getInventorymoveJobDetailPage // 分页接口 }) const importFileName = ref() // 判断 路由名称 进行条件过滤 diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/index.vue index 518fdeacc..3a8b67b05 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/index.vue @@ -90,7 +90,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: InventorymoveRecordMainApi.getInventorymoveRecordMainPage // 分页接口 + getListApi: InventorymoveRecordDetailApi.getInventorymoveRecordDetailPage // 分页接口 }) // 判断 路由名称 进行条件过滤 diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue index f040fdb43..b5228220e 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue @@ -104,7 +104,7 @@ const toInventoryStatus = ref() const importFileName = ref() const { tableObject, tableMethods } = useTable({ - getListApi: InventorymoveRequestMainApi.getInventorymoveRequestMainPage // 分页接口 + getListApi: InventorymoveRequestDetailApi.getInventorymoveRequestDetailPage // 分页接口 }) // 判断 路由名称 进行条件过滤 diff --git a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/index.vue b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/index.vue index 24c75b7de..9508b4402 100644 --- a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/index.vue +++ b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: OfflinesettlementRecordMainApi.getOfflinesettlementRecordMainPage // 分页接口 + getListApi: OfflinesettlementRecordDetailApi.getOfflinesettlementRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRequestMain/index.vue b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRequestMain/index.vue index 0ca3857b3..5c85f0208 100644 --- a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRequestMain/index.vue +++ b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRequestMain/index.vue @@ -142,7 +142,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: OfflinesettlementRequestMainApi.getOfflinesettlementRequestMainPage // 分页接口 + getListApi: OfflinesettlementRequestDetailApi.getOfflinesettlementRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productdismantle/productdismantleJobMain/index.vue b/src/views/wms/productionManage/productdismantle/productdismantleJobMain/index.vue index 8add1f184..081d38896 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleJobMain/index.vue +++ b/src/views/wms/productionManage/productdismantle/productdismantleJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ProductdismantleJobMainApi.getProductdismantleJobMainPage // 分页接口 + getListApi: ProductdismantleJobDetailApi.getProductdismantleJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue index 76f6f8f39..481faaa51 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue +++ b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue @@ -155,7 +155,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductdismantleRecordMainApi.getProductdismantleRecordMainPage // 分页接口 + getListApi: ProductdismantleRecordDetailApi.getProductdismantleRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue index 3ffde4601..168671184 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue +++ b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue @@ -302,7 +302,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductdismantleRequestMainApi.getProductdismantleRequestMainPage // 分页接口 + getListApi: ProductdismantleRequestDetailApi.getProductdismantleRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productputaway/productputawayJobMain/index.vue b/src/views/wms/productionManage/productputaway/productputawayJobMain/index.vue index babddf90e..54e7dfe8d 100644 --- a/src/views/wms/productionManage/productputaway/productputawayJobMain/index.vue +++ b/src/views/wms/productionManage/productputaway/productputawayJobMain/index.vue @@ -108,7 +108,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } const { tableObject, tableMethods } = useTable({ - getListApi: ProductputawayJobMainApi.getProductputawayJobMainPage // 分页接口 + getListApi: ProductputawayJobDetailApi.getProductputawayJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productputaway/productputawayRecordMain/index.vue b/src/views/wms/productionManage/productputaway/productputawayRecordMain/index.vue index b92689111..d702a0794 100644 --- a/src/views/wms/productionManage/productputaway/productputawayRecordMain/index.vue +++ b/src/views/wms/productionManage/productputaway/productputawayRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductputawayRecordMainApi.getProductputawayRecordMainPage // 分页接口 + getListApi: ProductputawayRecordDetailApi.getProductputawayRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productputaway/productputawayRequestMain/index.vue b/src/views/wms/productionManage/productputaway/productputawayRequestMain/index.vue index 37f2434b3..91583491c 100644 --- a/src/views/wms/productionManage/productputaway/productputawayRequestMain/index.vue +++ b/src/views/wms/productionManage/productputaway/productputawayRequestMain/index.vue @@ -141,7 +141,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ProductputawayRequestMainApi.getProductputawayRequestMainPage // 分页接口 + getListApi: ProductputawayRequestDetailApi.getProductputawayRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/index.vue b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/index.vue index 3a391c4be..49c606a72 100644 --- a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/index.vue +++ b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/index.vue @@ -108,7 +108,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } const { tableObject, tableMethods } = useTable({ - getListApi: ProductputawayJobMainApi.getProductputawayJobMainAssemblePage // 分页接口 + getListApi: ProductputawayJobDetailApi.getProductputawayJobDetailAssemblePage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/index.vue b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/index.vue index 6e69d6146..c58c12ef3 100644 --- a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/index.vue +++ b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/index.vue @@ -85,7 +85,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductputawayRecordMainApi.getProductputawayRecordMainAssemblePage // 分页接口 + getListApi: ProductputawayRecordDetailApi.getProductputawayRecordDetailAssemblePage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRequestMain/index.vue b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRequestMain/index.vue index 0b77db453..f177cad10 100644 --- a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRequestMain/index.vue +++ b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRequestMain/index.vue @@ -141,7 +141,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ProductputawayRequestMainApi.getProductputawayRequestMainAssemblePage // 分页接口 + getListApi: ProductputawayRequestDetailApi.getProductputawayRequestDetailAssemblePage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/index.vue index 3e4958241..35b4a7eb6 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/index.vue @@ -109,7 +109,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } const { tableObject, tableMethods } = useTable({ - getListApi: ProductreceiptJobMainApi.getProductreceiptJobMainAssemblePage // 分页接口 + getListApi: ProductreceiptJobDetailApi.getProductreceiptJobDetailAssemblePage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue index 661e9d905..bdb5ba5d9 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue @@ -129,7 +129,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductreceiptRecordMainApi.getProductreceiptRecordMainAssemblePage // 分页接口 + getListApi: ProductreceiptRecordDetailApi.getProductreceiptRecordDetailAssemblePage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue index 698719437..ce007ed94 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue @@ -108,7 +108,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } const { tableObject, tableMethods } = useTable({ - getListApi: ProductreceiptJobMainApi.getProductreceiptscapJobMainPage // 报废收货分页接口 + getListApi: ProductreceiptJobDetailApi.getProductreceiptscapJobDetailPage // 报废收货分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue index a48648c8a..1d4d7279a 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue @@ -128,7 +128,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductreceiptRecordMainApi.getProductreceiptRecordMainScrapPage // 报废收货分页接口 + getListApi: ProductreceiptRecordDetailApi.getProductreceiptRecordDetailPage // 报废收货分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue index 12518e7cd..94704b3d3 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue @@ -203,7 +203,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductreceiptRequestMainApi.getProductreceiptRequestMainScrapPage // 报废收货分页接口 + getListApi: ProductreceiptRequestDetailApi.getProductreceiptRequestDetailPage // 报废收货分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productredress/productredressJobMain/index.vue b/src/views/wms/productionManage/productredress/productredressJobMain/index.vue index dfad00521..17230cea5 100644 --- a/src/views/wms/productionManage/productredress/productredressJobMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressJobMain/index.vue @@ -77,7 +77,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductredressJobMainApi.getProductredressJobMainPage // 分页接口 + getListApi: ProductredressJobDetailApi.getProductredressJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue b/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue index 7031799ba..411b0ae3b 100644 --- a/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue @@ -75,7 +75,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductredressRecordMainApi.getProductredressRecordMainPage // 分页接口 + getListApi: ProductredressRecordDetailApi.getProductredressRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue index a3341aa2d..de28b40f4 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue @@ -170,7 +170,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductredressRequestMainApi.getProductredressRequestMainPage // 分页接口 + getListApi: ProductredressRequestDetailApi.getProductredressRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue index d190b28ad..c92dd93d5 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue @@ -194,7 +194,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductrepairRecordMainApi.getProductrepairRecordMainPage // 分页接口 + getListApi: ProductrepairRecordDetailApi.getProductrepairRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index ba707176f..e2aa6e1eb 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -292,7 +292,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductrepairRequestMainApi.getProductrepairRequestMainPage // 分页接口 + getListApi: ProductrepairRequestDetailApi.getProductrepairRequestDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue index 42aeec5e5..01c7e76a6 100644 --- a/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue @@ -129,7 +129,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ProductscrapJobMainApi.getProductscrapJobMainPage // 分页接口 + getListApi: ProductscrapJobDetailApi.getProductscrapJobDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue index b5d2fc3f2..32d6a59c5 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue @@ -193,7 +193,7 @@ const updataTableColumns = (val) => { } const { tableObject, tableMethods } = useTable({ - getListApi: ProductscrapRecordMainApi.getProductscrapRecordMainPage // 分页接口 + getListApi: ProductscrapRecordDetailApi.getProductscrapRecordDetailPage // 分页接口 }) // 获得表格的各种操作 diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 5c9fd22c8..7046d7b82 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -356,7 +356,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => { const Echo = [] const { tableObject, tableMethods } = useTable({ - getListApi: ProductscrapRequestMainApi.getProductscrapRequestMainPage // 分页接口 + getListApi: ProductscrapRequestDetailApi.getProductscrapRequestDetailPage // 分页接口 }) // 获得表格的各种操作