Browse Source

更换详情api

master_hella_20240701
yufei0306 7 months ago
parent
commit
f99ff3c4f9
  1. 2
      src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue
  2. 2
      src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue
  3. 2
      src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/index.vue
  4. 2
      src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/index.vue
  5. 2
      src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRequestMain/index.vue
  6. 2
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue
  7. 2
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue
  8. 2
      src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

2
src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue

@ -155,7 +155,7 @@ const updataTableColumns = (val) => {
} }
const { tableObject, tableMethods } = useTable({ const { tableObject, tableMethods } = useTable({
getListApi: ProductdismantleRecordDetailApi.getProductdismantleRecordDetailPage // getListApi: ProductdismantleRecordDetailApi.getProductdismantleRecordDetailaPage //
}) })
// //

2
src/views/wms/productionManage/productdismantle/productdismantleRequestMain/index.vue

@ -302,7 +302,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
} }
const { tableObject, tableMethods } = useTable({ const { tableObject, tableMethods } = useTable({
getListApi: ProductdismantleRequestDetailApi.getProductdismantleRequestDetailPage // getListApi: ProductdismantleRequestDetailApi.getProductdismantleRequestDetailaPage, //
}) })
// //

2
src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/index.vue

@ -108,7 +108,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
} }
const { tableObject, tableMethods } = useTable({ const { tableObject, tableMethods } = useTable({
getListApi: ProductputawayJobDetailApi.getProductputawayJobDetailAssemblePage // getListApi: ProductputawayJobDetailApi.getProductputawayJobDetailPage //
}) })
// //

2
src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/index.vue

@ -85,7 +85,7 @@ const updataTableColumns = (val) => {
} }
const { tableObject, tableMethods } = useTable({ const { tableObject, tableMethods } = useTable({
getListApi: ProductputawayRecordDetailApi.getProductputawayRecordDetailAssemblePage // getListApi: ProductputawayRecordDetailApi.getProductputawayRecordDetailPage //
}) })
// //

2
src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRequestMain/index.vue

@ -141,7 +141,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
const Echo = [] const Echo = []
const { tableObject, tableMethods } = useTable({ const { tableObject, tableMethods } = useTable({
getListApi: ProductputawayRequestDetailApi.getProductputawayRequestDetailAssemblePage // getListApi: ProductputawayRequestDetailApi.getProductputawayRequestDetailPage //
}) })
// //

2
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue

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

2
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue

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

2
src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

@ -292,7 +292,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef ) => {
} }
const { tableObject, tableMethods } = useTable({ const { tableObject, tableMethods } = useTable({
getListApi: ProductrepairRequestDetailApi.getProductrepairRequestDetailPage // getListApi: ProductrepairRequestDetailApi.getProductrepairRequestDetailaPage //
}) })
// //

Loading…
Cancel
Save