From 919f41f456943c9ad76b8e97e9f57ef6bc387724 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 28 May 2024 16:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processproductionRequest/index.vue | 130 +++++++---- .../processproductionRequestMain.data.ts | 202 ++++++++++++++++-- 2 files changed, 266 insertions(+), 66 deletions(-) diff --git a/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue b/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue index 5637b4620..19c9f77d0 100644 --- a/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue +++ b/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue @@ -21,16 +21,14 @@ :columns="tableColumns" :data="tableObject.tableList" :loading="tableObject.loading" - :pagination="{ - total: tableObject.total - }" + :pagination="{total: tableObject.total}" v-model:pageSize="tableObject.pageSize" v-model:currentPage="tableObject.currentPage" v-model:sort="tableObject.sort" > -