schangxiang@126.com
2025-04-29 27ba504441037666e787ded85b4af2f65be65c17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
export const columns = [
  {
    type: 'seq',
    width: 60,
    title: '序号',
  },
  {
    field: 'placeNo',
    title: '编号',
  },
  {
    field: 'storageTypeNo',
    title: '货位类型',
  },
  {
    field: 'placeStatus',
    title: '货位状态',
  },
  {
    field: 'areaCode',
    title: '所在库区',
  },
  {
    field: 'aisle',
    title: '巷道',
  },
  {
    field: 'rowNo',
    title: '排',
  },
  {
    field: 'columnNo',
    title: '列',
  },
  {
    field: 'layerNo',
    title: '层',
  },
  {
    field: 'islock',
    title: '是否锁定',
  },
  {
    field: 'emptyContainer',
    title: '是否空托',
  },
  {
    field: 'remark',
    title: '备注',
  },
]