From 27caea6e42ea6488b7c6ccf8aa5d2fdb25ea007e Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 11 Oct 2024 15:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=99=A8=E5=85=B7=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=9D=A5=E6=BA=90=E5=BA=93=E4=BD=8D=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../containerRecordMain/index.vue | 39 +++++++++---------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/index.vue b/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/index.vue index 1709cedf0..ebf7f6445 100644 --- a/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/index.vue +++ b/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/index.vue @@ -12,7 +12,7 @@ @updataTableColumns="updataTableColumns" @searchFormClick="searchFormClick" :allSchemas="ContainerRecordMain.allSchemas" - :detailAllSchemas="ContainerRecordDetail.allSchemas" + :detailAllSchemas="ContainerRecordDetailAllSchemas" /> @@ -67,7 +67,9 @@