From cd18a07ebc806d71ae8b97db3217e44f5027ef8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 24 Aug 2023 09:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=BA=93=E5=AD=98=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E5=B8=90=E6=98=8E=E7=BB=86=E6=8A=A5=E8=A1=A8=E7=AA=9C?= =?UTF-8?q?=E8=A1=8C=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/version.json | 2 +- .../reportForm/InventoryBookDetail_innerPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 4190593f4..575f2d01f 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.70" + "version": "1.0.71" } \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue index 72b529968..f693c9f37 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue @@ -291,7 +291,7 @@ export default { // level2:item2, // level3:{locationCode:null}, level2:{erpLocatioCode:null}, - level3:{locationCode:item2.erpLocatioCode},//此处为了合并单元格做模拟locationCode处理 + level3:{locationCode:null},//此处为了合并单元格做模拟locationCode处理 total_item:item1, }) }