|
|
@ -85,7 +85,7 @@ |
|
|
|
:detailAllSchemasRules="PurchasereturnRequestDetailRules" |
|
|
|
:apiCreate="PurchasereturnRequestDetailApi.createPurchasereturnRequestDetail" |
|
|
|
:apiUpdate="PurchasereturnRequestDetailApi.updatePurchasereturnRequestDetail" |
|
|
|
:apiPage="PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPage" |
|
|
|
:apiPage="PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPageSpare" |
|
|
|
:apiDelete="PurchasereturnRequestDetailApi.deletePurchasereturnRequestDetail" |
|
|
|
:Echo="Echo" |
|
|
|
@searchTableSuccessDetail="searchTableSuccessDetail" |
|
|
@ -188,7 +188,7 @@ const onEnter = async (field, value) => { |
|
|
|
const isCreateLabel = ref(false) |
|
|
|
const formLabelRef = ref() |
|
|
|
const { tableObject: detatableData, tableMethods: detatableMethods } = useTable({ |
|
|
|
getListApi: PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPage |
|
|
|
getListApi: PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPageSpare |
|
|
|
}) |
|
|
|
const { getList: getDetailList } = detatableMethods |
|
|
|
|
|
|
@ -411,7 +411,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef) => { |
|
|
|
const Echo = [] |
|
|
|
|
|
|
|
const { tableObject, tableMethods } = useTable({ |
|
|
|
getListApi: PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPage // 分页接口 |
|
|
|
getListApi: PurchasereturnRequestDetailApi.getPurchasereturnRequestDetailPageSpare // 分页接口 |
|
|
|
}) |
|
|
|
|
|
|
|
// 获得表格的各种操作 |
|
|
|