Browse Source

模拟库存流水帐明细报表窜行问题处理

faster_develop
安虹睿 2 years ago
parent
commit
cd18a07ebc
  1. 2
      fe/PC/public/version.json
  2. 2
      fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue

2
fe/PC/public/version.json

@ -1,3 +1,3 @@
{ {
"version": "1.0.70" "version": "1.0.71"
} }

2
fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail_innerPage.vue

@ -291,7 +291,7 @@ export default {
// level2:item2, // level2:item2,
// level3:{locationCode:null}, // level3:{locationCode:null},
level2:{erpLocatioCode:null}, level2:{erpLocatioCode:null},
level3:{locationCode:item2.erpLocatioCode},//locationCode level3:{locationCode:null},//locationCode
total_item:item1, total_item:item1,
}) })
} }

Loading…
Cancel
Save