schangxiang@126.com
2025-05-14 856cdf5c19fcc21255ef06335747040711fce530
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
export const columns = [
  {
    type: 'seq',
    width: 60,
    title: '序号',
  },
  {
    field: 'materialNo',
    title: '物料编码',
  },
  {
    field: 'materialName',
    title: '物料名称',
  },
  {
    field: 'purchaseTypeDesc',
    title: '采购类型',
  },
  {
    field: 'materialTypeDesc',
    title: '物料类型',
  },
  {
    field: 'materialModel',
    title: '物料型号',
  },
  {
    field: 'primaryUnit',
    title: '主单位',
  },
  {
    field: 'standard',
    title: '规格/标准',
  },
  {
    field: 'outerDiameter',
    title: '外径(mm)',
  },
  {
    field: 'wallThickness',
    title: '壁厚(mm)',
  },
  {
    field: 'materialQuality',
    title: '材质',
  },
  {
    field: 'length',
    title: '长度(m)',
  },
  {
    field: 'isMainBranchDesc',
    title: '是否主支管',
  },
  {
    field: 'factory',
    title: '生产工厂',
  },
  {
    field: 'certification',
    title: '证书编号',
  },
  {
    field: 'remark',
    title: '备注',
  },
]