songshankun
2023-10-18 df6a7e212734dda642471461673b46dea2dd78de
src/api/data.js
@@ -100,6 +100,10 @@
// 强制下架策略
const forceRemovalStrategy = [
  {
    name: "请选择",
    id: 0
  },
  {
    name: "First In First Out (FIFO)",
    id: 1
  },
@@ -115,6 +119,10 @@
//成本方法
const costingMethod = [
  {
    name: "请选择",
    id: 0
  },
  {
    name: "标准价格",
    id: 1
  },
@@ -129,6 +137,10 @@
]
// 库存计价
const inventoryValuation = [
  {
    name: "请选择",
    id: 0
  },
  {
    name: "手动",
    id: 1
@@ -168,6 +180,14 @@
  {
    name: "中转位置",
    id: 7
  },
  {
    name: "报废位置",
    id: 8
  },
  {
    name: "库存盘点",
    id: 9
  }
]
export const getDataByType = (type) => {