From 36425404f496acfe0faef9ae70a8208b1a25d975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Thu, 21 Dec 2023 18:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E6=8B=86=E8=A7=A3=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=20=E8=AE=B0=E5=BD=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productdismantleRecordMain/index.vue | 72 ++++++- .../productdismantleRecordMain.data.ts | 184 +++++++++++++++--- .../productdismantleRequestMain/index.vue | 1 + .../productdismantleRequestMain.data.ts | 52 +++++ 4 files changed, 283 insertions(+), 26 deletions(-) diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue index e33da1479..028834158 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue +++ b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/index.vue @@ -57,14 +57,39 @@ :detailAllSchemas="ProductdismantleRecordDetaila.allSchemas" :detailAllSchemasRules="ProductdismantleRecordDetailaRules" :apiPage="ProductdismantleRecordDetailApi.getProductdismantleRecordDetailaPage" + :buttondataTable="buttondataTable" + @tableFormButton="tableFormButton" /> + + + + + + +