zuozhengqing
2023-10-26 82b505ddd9fad0445af99e53c648cff532bf5c01
位置报表表格列隐藏,固宽取消
2个文件已修改
13 ■■■■ 已修改文件
src/views/reportForm/locationReport/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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",
vue.config.js
@@ -14,12 +14,14 @@
  devServer: {
    proxy: {
      "/api-s": {
        target: "http://192.168.20.119:8005",
        // target: "http://192.168.20.119:8005", //
        target:"http://fai365.com:9083",  //
        ws: true,
        changeOrigin: true
      },
      "/api-wms": {
        target: "http://192.168.20.119:8005",
        // target: "http://192.168.20.119:8005",
        target:"http://fai365.com:9083",
        ws: true,
        changeOrigin: true
      }