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, }) }