From f817a189a6cfb7a23611c5e245ed7a1f7de421d8 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Fri, 16 Aug 2024 11:09:46 +0800
Subject: [PATCH] =?UTF-8?q?HL-5312=20pda=E6=8F=90=E4=BA=A4=E5=90=8E?=
=?UTF-8?q?=EF=BC=8Cpc=E6=98=8E=E7=BB=86=E7=9A=84=E6=95=B0=E9=87=8F?=
=?UTF-8?q?=E6=98=AF=E7=9B=98=E7=82=B9=E7=9A=84=E6=95=B0=E9=87=8F=EF=BC=8C?=
=?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9B=98=E5=B9=B3=EF=BC=8C=E7=9B=B2=E7=9B=98?=
=?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=95=B0?=
=?UTF-8?q?=E9=87=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../countManage/count/countJobMain/index.vue | 164 +++++++++++-------
1 file changed, 102 insertions(+), 62 deletions(-)
diff --git a/src/views/wms/countManage/count/countJobMain/index.vue b/src/views/wms/countManage/count/countJobMain/index.vue
index f7ccf55c2..7a6bcf25a 100644
--- a/src/views/wms/countManage/count/countJobMain/index.vue
+++ b/src/views/wms/countManage/count/countJobMain/index.vue
@@ -1,22 +1,27 @@
-
+
-
-
+
+
-
-
+
{{ row.number }}
-
-
+
+
@@ -58,7 +66,7 @@
ref="detailRef"
:isBasic="false"
:allSchemas="CountJobMain.allSchemas"
- :detailAllSchemas="CountJobDetail.allSchemas"
+ :detailAllSchemas="countJobDetailTableColumns"
:detailAllSchemasRules="CountJobDetailRules"
:searchTableParams="searchTableParams"
:apiPage="CountJobDetailApi.getCountJobDetailPage"
@@ -76,17 +84,21 @@
:extend="rowMasterIdRef"
:isShowDownloadBtn="true"
/>
-