yangyang
2025-06-29 5cf0fe34b6ef60407e7e8802d3f756bed9d9b7ac
zy-asrs-admin/src/views/loc/locDetl/index.vue
@@ -69,13 +69,6 @@
    ...getColumnSearchProps('locNo'),
  },
  {
    title: formatMessage('db.man_loc_detl.mat_id', '商品'),
    dataIndex: 'matId$',
    width: 140,
    ellipsis: true,
    ...getColumnSearchProps('matId$'),
  },
  {
    title: formatMessage('db.man_loc_detl.matnr', '商品编号'),
    dataIndex: 'matnr',
    width: 140,
@@ -83,6 +76,34 @@
    ...getColumnSearchProps('matnr'),
  },
  {
        title: formatMessage('db.man_loc_detl.maktx', '商品名称'),
        dataIndex: 'maktx',
        width: 140,
        ellipsis: true,
        ...getColumnSearchProps('maktx'),
    },
   {
        title: formatMessage('db.man_loc_detl.specs', '规格'),
        dataIndex: 'specs',
        width: 140,
        ellipsis: true,
        ...getColumnSearchProps('specs'),
    },
   {
        title: formatMessage('db.man_loc_detl.model', '型号'),
        dataIndex: 'model',
        width: 140,
        ellipsis: true,
        ...getColumnSearchProps('model'),
  },
  {
        title: formatMessage('db.man_loc_detl.dewell', '入库时间'),
        dataIndex: 'dewell$',
        width: 140,
        ellipsis: true,
        ...getColumnSearchProps('dewell$'),
  },
  {
    title: formatMessage('db.man_loc_detl.order_no', '订单号'),
    dataIndex: 'orderNo',
    width: 140,