From 944ec0fac88535571069f6401d9b62a2720f78de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 16 Jan 2025 17:31:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90agv-pc=E3=80=91=E6=88=90=E5=93=81?= =?UTF-8?q?=E5=8F=91=E8=BF=90=E6=B1=87=E6=80=BB=E5=88=87=E6=8D=A2=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/api/wms-api.js | 8 + .../src/components/tablePagination/index.vue | 16 +- fe/PC/src/components/umyTable/index.vue | 11 +- .../deliver/FISDeliverRequest.vue | 139 ++--- .../deliver/FISDeliverRequest_unfold.vue | 548 ++++++++++++++++++ 5 files changed, 641 insertions(+), 81 deletions(-) create mode 100644 fe/PC/src/views/finishedProductManage/deliver/FISDeliverRequest_unfold.vue 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" >