diff --git a/fe/PC/src/api/wms-api.js b/fe/PC/src/api/wms-api.js index 75bcddfdd..0890dc550 100644 --- a/fe/PC/src/api/wms-api.js +++ b/fe/PC/src/api/wms-api.js @@ -826,6 +826,14 @@ export function getGPYInfo(data) { }) } +// 成品发运-汇总 +export function getDeliverRequestFisByContainer() { + return request({ + url: baseURL + 'wms/store/deliver-request-fis/get-list-by-container', + method: 'post', + }) +} + // 客户退拆任务-完成 todo // export async function productionRecycleJobComplete(id) { // return request({ diff --git a/fe/PC/src/components/tablePagination/index.vue b/fe/PC/src/components/tablePagination/index.vue index d99699f7b..046abf716 100644 --- a/fe/PC/src/components/tablePagination/index.vue +++ b/fe/PC/src/components/tablePagination/index.vue @@ -55,6 +55,7 @@ :cellStyle = "cellStyle" :showOverflowTooltip="showOverflowTooltip" :tableRowClassName="tableRowClassName" + :selectionIsFixed="selectionIsFixed" >