diff --git a/src/api/wms/suppliperMoldCostMain/index.ts b/src/api/wms/suppliperMoldCostMain/index.ts index 6aa6f36f7..d97ead576 100644 --- a/src/api/wms/suppliperMoldCostMain/index.ts +++ b/src/api/wms/suppliperMoldCostMain/index.ts @@ -56,4 +56,9 @@ export const close = async (id: number) => { // 重新打开明细 export const reOpen = async (id: number) => { return await request.get({ url: `/wms/supplier-tool-apport-statement-detail/reOpen?id=` + id }) +} + +// 批量发布 +export const batchPublish = async (data) => { + return await request.post({ url: `/wms/supplier-tool-apport-statement-main/batchPublish`, data }) } \ No newline at end of file diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue index b2068e9df..2fa43c6a2 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue @@ -28,9 +28,13 @@ :pagination="{ total: tableObject.total }" + :selection="true" v-model:pageSize="tableObject.pageSize" v-model:currentPage="tableObject.currentPage" v-model:sort="tableObject.sort" + :reserve-selection="true" + row-key="id" + @getSelectionRows="getSelectionRows" >