From 29740e16ea406a564b77099b65eb6c7883acbd22 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 18 Dec 2023 08:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E6=8A=A5=E5=BA=9F=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wms/bomDismantle/index.ts | 5 + .../productscrapRecordMain/index.vue | 110 ++++++++- .../productscrapRecordMain.data.ts | 226 ++++++++++++++++++ 3 files changed, 340 insertions(+), 1 deletion(-) diff --git a/src/api/wms/bomDismantle/index.ts b/src/api/wms/bomDismantle/index.ts index fcfd1302a..05a4139d5 100644 --- a/src/api/wms/bomDismantle/index.ts +++ b/src/api/wms/bomDismantle/index.ts @@ -14,3 +14,8 @@ export const getBomDismantleRecordPage = async (params) => { export const getProductscrapBomDismantlePage = async (params) => { return await request.get({ url: `/wms/productscrap-request-main/bomPage`, params }) } + +// 查询制品报废申请子列表 +export const getProductscrapBomDismantleRecordPage = async (params) => { + return await request.get({ url: `/wms/productscrap-record-main/bomPage`, params }) +} diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue index 931432c0a..cbbe5f924 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue @@ -47,6 +47,7 @@ :tableAllSchemas="ProductscrapRecordDetail.allSchemas" :tableFormRules="ProductscrapRecordDetailRules" :isBusiness="true" + @buttonOperationClick="buttonOperationClick" /> @@ -57,15 +58,41 @@ :detailAllSchemas="ProductscrapRecordDetail.allSchemas" :detailAllSchemasRules="ProductscrapRecordDetailRules" :apiPage="ProductscrapRecordDetailApi.getProductscrapRecordDetailPage" + :buttondataTable="buttondataTable" + @tableFormButton="tableFormButton" /> + + + + + + +