zuozhengqing
2023-10-26 82b505ddd9fad0445af99e53c648cff532bf5c01
src/views/reportForm/locationReport/index.vue
@@ -60,7 +60,7 @@
  data() {
    return {
      tableList: {},
      showcol: ["存储类别", "产品类别", "预留数量", "价值"],
      showcol: ["产品类别","价值",],
      // countcol: [
      //   { label: "在库数量", unit: "" },
      //   { label: "预留数量", unit: "" },
@@ -171,8 +171,8 @@
        {
          label: "预留数量",
          prop: "availableStore",
          isShowColumn: true,
          default: true,
          default: false,
          isShowColumn: showcol.includes("预留数量"),
          unit: "",
          textAlign:"right"
        },
@@ -186,7 +186,6 @@
        {
          label: "价值",
          prop: "value",
          width: 120,
          default: false,
          isShowColumn: showcol.includes("价值"),
          textAlign:"right",
@@ -212,7 +211,8 @@
    getData() {
      if(this.$route.params.name==="库存报表"){
        this.getLocationData({
        keyWord:this.$route.params.keyWord,
        wareHouseCode:this.$route.params.wareHouseCode,
        productId:this.$route.params.productId,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      })
@@ -251,11 +251,12 @@
    },
    // 历史
    handleHistoryClick(row) {
      console.log(row)
      this.$router.push({
        name: "inboundOutboundDetail",
        params: {
          keyWord:row.productTypeName,
          produceId:row.id,
          produceId:row.produceId,
          productName:row.productName,
          unit:row.unit,
          name: "报表"