zuozhengqing
2023-11-17 119efc91fd3374131c31b8c5f8f5f7cb8f6731cf
src/views/reportForm/locationReport/index.vue
@@ -60,7 +60,7 @@
  data() {
    return {
      tableList: {},
      showcol: [ "产品类别", "预留数量", "价值"],
      showcol: [ "产品类别",  "价值"],
      // countcol: [
      //   { label: "在库数量", unit: "" },
      //   { label: "预留数量", unit: "" },
@@ -172,8 +172,8 @@
        {
          label: "预留数量",
          prop: "availableStore",
          isShowColumn: true,
          default: true,
          default: false,
          isShowColumn: showcol.includes("预留数量"),
          unit: "",
          textAlign:"right"
        },