098386f316ecaa7122bc979809d8160db81304ed..698848bc8586f7c927e0468d6e60711c323d029d
2025-02-06 liukangdong
Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunw...
698848 对比 | 目录
2025-02-06 liukangdong
ll
bdcbcb 对比 | 目录
已修改2个文件
6 ■■■■ 文件已修改
admin/src/views/stock/components/OutEdit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/stock/components/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin/src/views/stock/components/OutEdit.vue
@@ -82,7 +82,7 @@
      rules,
      storeList: [],
      list: [],
      StoreTypeOps: StoreTypeOps.filter(i => i.type == 1),
      StoreTypeOps: StoreTypeOps.filter(i => i.type == 1 && i.id != 10),
      dataList: [],
    }
admin/src/views/stock/components/config.js
@@ -4,13 +4,13 @@
  { name: '库存调整', id: 2, type: 0 },
  { name: '其它入库', id: 3, type: 0 },
  { name: '盘盈入库', id: 4, type: 0 },
  { name: '领用出库', id: 5, type: 1 },
  { name: '仓库出单', id: 6, type: 1 },
  { name: '调整出库', id: 7, type: 1 },
  { name: '采购出库', id: 8, type: 1 },
  { name: '其它出库', id: 9, type: 1 },
  { name: '盘出出库', id: 10, type: 1 },
  { name: '盘亏出库', id: 10, type: 1 },
]
export const rules = {
  warehouseId: [{ required: true, message: '请选择', trigger: 'blur' }],