songshankun
2023-10-18 c4926e25f0d61c621e781c54659b76bd9e6f54ab
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
  },
@@ -130,6 +138,10 @@
// 库存计价
const inventoryValuation = [
  {
    name: "请选择",
    id: 0
  },
  {
    name: "手动",
    id: 1
  },