haoxuan
2023-11-13 b92def04872a38977c9ec9a89a1006bac72322d9
位置id查位置报表
2个文件已修改
6 ■■■■ 已修改文件
src/views/reportForm/locationReport/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouseManage/position/AddDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportForm/locationReport/index.vue
@@ -224,8 +224,8 @@
          pageSize: this.pagerOptions.pageSize,
          keyWord:this.keyWord,
        }
        if(this.$route.params.positionId){
          params.positionId=this.$route.params.positionId
        if(this.$route.params.locationId){
          params.locationId=this.$route.params.locationId
        }
        this.getLocationData(params)
      }
src/views/warehouseManage/position/AddDialog.vue
@@ -255,7 +255,7 @@
        this.$router.push({
          name: "locationReport",
          params: {
            positionId: this.editConfig.infomation.id
            locationId: this.editConfig.infomation.id
          }
        })
      }