| | |
| | | data() { |
| | | return { |
| | | tableList: {}, |
| | | showcol: ["存储类别", "产品类别", "预留数量", "价值"], |
| | | showcol: ["产品类别","价值",], |
| | | // countcol: [ |
| | | // { label: "在库数量", unit: "" }, |
| | | // { label: "预留数量", unit: "" }, |
| | |
| | | { |
| | | label: "预留数量", |
| | | prop: "availableStore", |
| | | isShowColumn: true, |
| | | default: true, |
| | | default: false, |
| | | isShowColumn: showcol.includes("预留数量"), |
| | | unit: "", |
| | | textAlign:"right" |
| | | }, |
| | |
| | | { |
| | | label: "价值", |
| | | prop: "value", |
| | | width: 120, |
| | | default: false, |
| | | isShowColumn: showcol.includes("价值"), |
| | | textAlign:"right", |
| | |
| | | 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 |
| | | } |